VS 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 2015 [RESOLVED] 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 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 ArticleVS 2008 Split Database data into label size
Hi All, I Hope someone can advise me and what I need to do to get this to work. I have a database that has a field called SELDescription and this can be upto 100 chrs long (hold the description of a...
View ArticleRADbasic Update
An interesting podcast about radBasic project https://www.buzzsprout.com/1147208/6...cqeHCwxw4KBMo0
View Articlecombobox value instead of text.
Guys, well I already have this code in VB6 Code: Public Sub HWLists() Dim myHWNames As Collection Set myHWNames = New Collection 'below 3 lines is the database of each hardware....
View ArticleIs PeekNamedPipe broken in current version of Windows?
In my VB6 program, I'm trying to use PeekNamedPipe to see if the StdIn pipe for my program has any currently available bytes to read, so that I can know if it's safe to call ReadFile (calling ReadFile...
View Article