DataGridView Column will not wrap (widen)
Hello: I have this working in another program, bur for some reason in this program I cannot get the text to wrap: Line in red below: Code: Â Â Â Â _dgv.Columns(3).DefaultCellStyle.WrapMode =...
View ArticleSupress Display of Chart Series
I have a chart with 4 series. I want to toggle display of Series 4 off, and then click again to display the Series 4 back on the chart. I added a cmdToggle_Click () to the form that holds the chart. I...
View ArticleHelp with title
So I accidentally thought I was still inside the window where you can change post titles, and changed a title to reflect an update on this thread. Could somebody please change the title from "[VB6]...
View ArticleClass Variable Definitions
I have the following class that I am using for connector to SQL Server. I dont want to hard code the user id and password into the connection string and I can't use the credentials option. I need to...
View ArticleHow to get the input method name on win10 computer
We know that under the win7 system, the name of the input method can be obtained through the IME api ImmGetDescription or the registry[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard...
View ArticleIs there a bug in the latest upgrade ?
Hi, I'm not sure that this is the correct forum, because it is a question, I don't believe it's language specific, else I'd've posted it in vb.NET. I 'upgraded' to the newest Visual Studio Community...
View ArticleVS 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 Article