windows 10: how disable Just-In-Time on programs execution?
i have some old programs(XP time).. i installed and, sometimes, can be executed.. but more times i get an error about the Just-In-Time debugger.... i'm not speaking about Visual Studio, but Windows 10...
View ArticleVS 2019 ContextMenuStrip - click
I currently have a DatagridView and when I right click on a cell, i want a menu strip to appear with the option to Insert Row & Delete Row. The code below achieves this (display of the menu strip...
View ArticleCode not reading entries !
l save some entries with the following code ...................................... Dim i Dim a1, b1, c1 As String Open "c:\xxxx\Entries.Dat" For Append As #2 For i = 1 To ItemCount Write #2, a1(i),...
View Articlewindows 10 : can i attack the batch file on cmd?
when i execute the cmd.exe, can i attatch a batch file on it for execute it automatic when i execute the cmd.exe?
View Article[RESOLVED] Userform Listbox Unnecessarily Wide
I have a listbox on a userform that looks like this. The listbox width is set to 88 which is the smallest value that doesn't produce a horiontal scrollbar. Why does it need to be that large? Attached...
View Article[RESOLVED] VB6 Resource Editor Missing from Add-Ons
Continuing on trying to update an old VB6 app using VB6 on a Windows 10 computer. During my modifications where I am allowing the user to set the picturebox background from white to black, I noticed...
View ArticleVS 2019 Covert Report code from Access to MYSQL ?
I have doing access and today i want update Report and all my data to MYSQL .... i face problem for Covert Report code from Access to MYSQL ? i attched my file...... Attached Files untitled folder.zip...
View ArticleUnable to select multiple controls using CTRL or SHIFT click
I've tried this on new forms and can't seem to get a LABEL and BUTTON to be selected and copied/pasted. For example, I have a LABEL and BUTTON on a new form. Once I have them spaced relative to each...
View Articledraw a transparented image to form background (vb.net)
Hi I have a project that I have written about 90% of it. This project is an image guessing project. There is a black rectangle in which a circle is moving. In this circle, a part of an image appears....
View ArticleWebSocket: recv function crash
So I wanted to have a nice File Download function with progress indication - I have it working in VC. Just translated it to VB6. All initializations looks fine - exactly same results as VC. HOWEVER,...
View ArticleRetro programming communities
Okay, I am well aware classic BASIC programming languages are as a good as dead. From what I understand vb6 applications are still maintained but older languages are obsolete. However I know from...
View ArticleWhy Difrent Tooltip on Elabled and Disabled Button ?
Hi everyone. for the buttons on form. try to use tooltip but some of button Disabled. When disabled Programaticly I can show tips. and the position also. but I can ot adjust initialDelay property. in...
View ArticleMust Declare a Variable
Hi, I have the error: Must declare the scalar variable "@propertyID". Please help! Code: Private Sub UpdatedPropertyDetails() Dim conn As SqlConnection = GetDbConnection() Dim conn1 As...
View Article[RESOLVED] Textbox accept only numbers, dots and slashes
Hello VbForums Thank you for the help you are providing. Today I'm stuck. I want a textbox to accept only numbers, dots and slashes "/ " and maybe colons ":" For accepting only numbers I have this...
View ArticleVS 2019 Cast to DataTable
I came across this code example and would like use it, but need to get the result into a DataTable. Code: Dim restrictions() As String = {Nothing, Nothing, Nothing, Nothing, tdf.Name} Dim indexDetails...
View ArticleRead XML File
Hello, i am looking for help i want to extract the innertext from a childnode in an xml file and put it in a listbox. here is a part of the xml, i want to extract "2019401001503.geo" from the xml and...
View ArticleBuild a SpotLight Control Iusse Unrecognized class
Hello, I'm new to WPF(coming from winform), and I'm trying to build a "spotlight control". When I try to compile I get BC30002 SpotLight:LedControl is not defined, but it actually exist. This is the...
View Article[RESOLVED] pow : why it error
Private Sub Form_Load() Debug.Print (-0.1) ^ 0.3 ' vb show error End Sub
View ArticlePicturebox w/ transparency
Hey everyone, I know this topic has been brought up in the past, but I'm having some trouble, and while I think I know why, I want to get your thoughts on it and maybe find a workaround besides...
View Article[RC5] Convert CSV files to SQLite file-based DB
Hey Schmidt I was hoping you could take a look. I have a bunch of CSV files. Each file has a different number of "columns". The first row of each file names the columns - these column names should be...
View Article