Boolean function
This doesn't seem to be working the way that I planned. This is a simple decimal to binary and hex converter. I am wanting the function to return a Boolean value so if the user enters text into the...
View ArticleVS 2019 How to center a line of text from a textbox to a label
Hi, I am a complete VB newbie, and have been trying to figure out how to center a line of text to a label. The text is coming from a textbox on the form..so far I have been using something like this:...
View ArticleCreate lightweight controls similar to VB.Label or VB.Image
We know that VB.Label and VB.Image are super lightweight controls that we can place tens of thousands or VB.Label and VB.Image in a Form. But it seems impossible to place tens of thousands of...
View ArticleRC5 Simplest way to copy table from ADODB to SQLite
Hey My program uses MariaDB through ADODB. I would like to copy a specific table (data, but if there was also a possibility to recreate the schema automatically instead of doing it by hand that would...
View ArticleConstraint within primary key - sql server database
Sorry to bother you guys with what I thought would be an easy question but googling isn't returning a solution to me. I have a table with a primary key and one of the other columns in the table is a...
View ArticleHow to start exporting data to an excel file from a particular row of excel...
Hi everyone, I have excel installed in my system which is used by my project and I am trying to export the data to an excel file which has a template like this: I want the data to be inserted from the...
View ArticleUsing VB6 to POST in HTTPs
I need to post in https server sending .CRT File using winhttprequest class . The SetClientCertificate accept only PFX file. Does anyone know how to do? Thank's.
View ArticleVS 2015 Use dataset in module public read only error
I have a VB.Net Windows forms application with a Dataset call LaserMaintLogDataSet. In the dataset there is a table called "Printers". I am trying to move some of the common validation routines into a...
View ArticleVS 2013 DatagridView cell color to be changed to RED if the status is...
Hi, I have a datagridview where one column name is Status where the staus input will be either "Pending" or "Paid". What I want is, if the cell contain the text "Pending" the datagridview cell color or...
View Article[RESOLVED] Combobox Multiple Conditions
Hi All, Could someone please tell me where I am going wrong with this? I have tried a few different scenarios of which none are working. The only value when selected that works is the first one...
View Articlehow can fill browser fields direct from vb6 and sumbit
hi,i send my descriptoin in this image : any sample vb6 to i can fill my field from vb6 form's some fields into opened url in a browser like as firefox or chrome and then submit? (that page is a...
View Articlelet's give our support
There are times to complain and there are times to thank. Watch the video and leave your like. it is very important that DEV VB.NET participates and supports the effort of the entire VB team...
View Article[RESOLVED] Confused about WMI CPU usage
Hi. Win32_PerfRawData_PerfOS_Processor The iteration of the object give, to my system 3 goes on the .name "0","1","_total" I have no idea which one to get so I can compare . Even if I assume that 0 and...
View ArticleJoin two datatables
Hi everyone, i'm trying to join two datatables, everything i can find online suggests using LINQ, which is fine but i find it's confusing to understand what it is that the examples are actually doing....
View ArticlePictureBox pictures mysteriously deleted
I have a number of PictureBoxes on my ShellBrowse UserControl, many there as fallback images for when ComCtl6 isn't present to enable fancy icons. Recently some of the older PictureBoxes had their...
View ArticleAllow letter & Number in TextBox
Hello Guys, i am trying to write the code for textbox which allow first character only "A or B" then 2nd Character Allow only "-" 3rd to 5th Character Allow Number "0-9", please guys help me to solve...
View Article[RESOLVED] Webview2 Download Not Firing
ADMIN: Please move to VB.NET Sub Forum. Apologies. Many thanks! Using WebView2 (webVwLAF), I am trying to manually download and open a PDF from a postback link from a site. Unfortunately, when I use...
View ArticleRunning VB6 and VB6 apps on Raspberry Pi, or any Linux
Has anyone succeeded in doing this, via Wine or any other VM mechanism?
View Article[RESOLVED] Simulate Enter key pressed
I have a textbox that after the data is entered the user presses the enter key to complete that entry. I watch for an enter key press in Text1.keypress. If keyascii is 13 then I proceed with processing...
View Article