VS 2019 Deleting Many Rows From A DataTable
Is their a bulk method for deleting all the rows in a DataTable such that the RowState for all rows is set to Deleted. I have a table with several thousand records that I constantly clean out and...
View ArticleVS 2012 Saving DataGridview changes to database
Hi, I have a DatagridView and I want to save changes to the datagridview to my SQL Server database. I have the following code: Code: Private Sub Button3_Click(sender As Object, e As EventArgs) Handles...
View ArticleList box
Hello, i have problem , when ever i try to add info from cells to list box it also adds empty spaces, how could i change this? Here is my code Code: Private Sub CommandButton1_Click()...
View ArticleWeb Interface for vb6 App
Hello Group, I am looking to create a web interface for my 3 vb6 apps. Can anyone suggest either free or paid ocx/class/plugin either free or paid. looking for the shortest dev path so paid third party...
View ArticleVirus Check flags a 1/70 on sub-form executable
To explain: I took one form(from my tools section) and created a stand alone project and made an executable of it that I want to distribute. Everything works the way it should in the stand alone...
View Articlesave map as picture in c:\mydir\
possible to save the map as picture in c:\mydir\? Code: http://dev.virtualearth.net/REST/v1/Imagery/Map/Road/Routes?wp.0=Seattle,WA;64;1&wp.1=Redmond,WA;66;2&key=xxxxxxxxxxxxxxxxxxxxxxxxxxxx
View ArticleInput permanent data to a vb6 EXE file - other than re-compiling?
How can I add data to a vb6 EXE file without recompiling the EXE. It would have to be sustainable upon moving the file location. Specifically, I want to input a name, serial number, etc. and have...
View ArticleVS 2010 Checkbox count and limit check and uncheck
dear brothers, i am new to form, and learning some vb coding begining using vs2010 my question i have 4 checkbox in a form checkbox1,checkbox2,checkbox3,checkbox4 when i click the check box wants to...
View ArticleDatagrid validation in vb. (if statement)
I have a datagrid with several columns, the first column is the release column. This column validate that the release is valid and validate that the release is in another table. I have two private...
View Article[RESOLVED] save map as picture in c:\mydir\
possible to save the map as picture in c:\mydir\? Code: http://dev.virtualearth.net/REST/v1/Imagery/Map/Road/Routes?wp.0=Seattle,WA;64;1&wp.1=Redmond,WA;66;2&key=xxxxxxxxxxxxxxxxxxxxxxxxxxxx
View Article[RESOLVED] Datagrid validation in vb. (if statement)
I have a datagrid with several columns, the first column is the release column. This column validate that the release is valid and validate that the release is in another table. I have two private...
View Article[RESOLVED] Minimizing a form
I am running VB6 on Win 10. I have a borderless form - Border Style = none. I placed a minimized jpg on the form in the top right corner. When I click on the jpg the following code runs...
View ArticleIn Vb.net I need to add a message box to current code with Red backcolor
I have a button that retrieves data and place the information in data grid, its currently working but I need to add a message box to it. If the back color in the grid is red when the button is click a...
View ArticleCreating an application for my website?
Hi there, we are thinking about creating an application for our website. The application we want need to be so good that it can explain the main objective which is the different products and we offer...
View ArticleVB6 - PDF signature - Digital signature with USB/Token help me
Hello there I'm trying to sign pdf documents with vb6 usb / digital signature, but can't. can you please help Please...
View ArticleLINK.EXE - Benefit of using Newer Versions?
Hello, There are many versions of Link.exe. I wanted to ask the experts if there can be any advantages in using newer versions. The Standard version of VB6 should be V6. I tried the V9 and I noticed...
View Article[RESOLVED] Executing a subroutine
I have a project with several forms. When I am not in the main form, I want to execute the Form_load procedure in the man form. I am at a loss how to write the lone of code! Any help would be...
View ArticleReceiving replies
I don't know if this is the correct place for the question? I have been a member for years and have always received an email when someone adds to my post. Just recently the emails have stopped. I have...
View ArticleVS 2019 DataAdapter "Query is too Complex"
I have a DataTable that has 192 columns. When one of the rows is selected through an interface. some of those column values get loaded into unbound text boxes. When the user exits the form, all of the...
View ArticleStructures, arrays and files
The user is going to enter the product number, then the program must be able to open the file, read the information of a inventory in the company, capture the information and display the specific...
View Article