Need a little vb programming help please...
I'm building a 30' long racetrack (dragstrip) for children to have fun with at charity events we do in our area. In the past, I've used a PLC to control the track and turn LED's on for the fastest...
View ArticleVB.Net - Scale (Zoom) WPF Elements from WinForms
With WinForms I came sometimes to the limits of the graphic capabilities. For example. when some text parts need to be larger, or when an application must run on different computers with different...
View ArticleVS 2019 count only newer files in directory
i want to create a form where it counts only newer files placed in a specific directory, for example there are 5 files placed , but these files will be deleted, but there can be placed new files also....
View ArticleMapi32.dll sends email with attachment but hangs Outlook app
I am testing some codes to send email through Mapi32.dll. The MAPISendMailW calls default email app to popup a draft window filled with address, subject, body and attachments. But after popup, in 5...
View Article[RESOLVED] Mapi32.dll sends email with attachment but hangs Outlook app
I am testing some codes to send email through Mapi32.dll. The MAPISendMailW calls default email app to popup a draft window filled with address, subject, body and attachments. But after popup, in 5...
View ArticleVS 2017 Change a sql query to a datagridview filter to search between dates
Hi - I'm having nothing but problems using databases so I'm trying to use xml to populate a datagridview- which works fine, but now I need to change my sql query to filter the datagrid if that's...
View ArticleIPicture interface methods
1). Code: Public Mypic As IPicture '.................... Â Â Set Mypic = LoadPicture("d:\image.jpg") This method works with standard images. But when the .png needs to be loaded, the method will not...
View ArticlePlayLib Compoinents
The zip contains AudioGenie3.dll and Bass.dll Needed for Player Attached Files Playlib.zip (334.2 KB)
View ArticleGet nth item in a combobox
Help! I just want to pan through my values in a combobox at the same time I'm adding them. If the last number = the current number, skip. Query uses this logic: Code: Â Â Â Â sql = "SELECT LEFT(JobNo,...
View Article[RESOLVED] CURL in VB.net (API)
Does anyone have a working sample of CURL to VB.net? I have exhausted every example I can find and all of them return NULL search results. I can run the CURL from a command prompt and it returns...
View ArticleShould I learn C language for development of my website?
As part of our development programs I was given a task to learn coding for my website. My question is which language should I learn? Is C language fine? Or should I learn JS? I have heard the use of...
View Articledatagridview datatable date sort
Hi All, Im fetching info from a csv file and importing it in a datatable then a datagridview i'm whising to sort by date but as the info are just stored as strings I need to convert them into dates...
View ArticleVS 2015 Waking thread before thread sleep time finishes
Hi everyone I'm writing an auto clicker to do a repetitive task which needs a specific time before repeating the macro I built it but I ran through a problem sometimes I need to stop the macro while...
View ArticleVS 2019 [RESOLVED] stuck trying to delete files - is being used by another...
okay so my problem is that i am reading information from XML's, and i also have a delete button for some that i want to remove after getting the proper information. tho i am having an error deleting...
View ArticleVS 2013 Save Label as image file
Hello everyone, I have a label on my form and I want to save this label as image file in D drive with any name. This label has black color is black and foreground is white. How can I have the exact...
View ArticleVS 2019 SQLite query with combobox selected item
I am trying to update a SQLite database table with values selected from comboboxes in VB.Net. The first part of the query works, but if I include a where statement I get the following error : 'SQL...
View ArticleVS 2013 [RESOLVED] Save Label as image file
Hello everyone, I have a label on my form and I want to save this label as image file in D drive with any name. This label has black color is black and foreground is white. How can I have the exact...
View ArticleVS 2019 [RESOLVED] SQLite query with combobox selected item
I am trying to update a SQLite database table with values selected from comboboxes in VB.Net. The first part of the query works, but if I include a where statement I get the following error : 'SQL...
View ArticleListview Autocomplete
Good morning, how can I autocomplete column 2 Name which is text, this code is only valid for autocomplete the index Posted by Andrew G Code: Dim DelKey As Boolean Private Sub Text1_Change() On Error...
View ArticleVS 2013 Printing Text with black back color in VB.net & TSC TTP-244 Pro Printer.
Hi everyone, I am designing a barcode label for my client. He provided me a sample and wants to design the same. I have attached pictures which client is provided and what I designed. I have a problem...
View Article