VB6 to Windows 10 IDE Error
Occasionally getting a "Data View" error when launching the IDE. When it happens I click OK, exit out of the IDE and relaunch. So far the error always goes away the second time around but later on at...
View ArticleFont color of text in an Enabled=False textbox?
How can I make the color of the text in an .Enabled=false textbox to be the same as the background so the text does not show?
View ArticleRC5/6 SQLite Recordset.AddNew seems to freeze
Hi Olaf, I am reading ten thousands of HTML files into a SQLite table. They go into a BLOB column after been BZ-compressed. Short version: Code: Dim bin() As Byte Set rs = conx.OpenRecordset("SELECT *...
View ArticleVB6 Removes Trailing Ampersand at end of hexadecimal
Working in VB6. I will use a text editor for doing some typing work, but it's just text. When I think it's ready, I will paste the text over into the code. I copy and paste this... Code:...
View ArticleVisual Basic 6 Service Pack 6 - Windows 11
I am setting up a new PC and I need to run Visual Basic 6 to continue to support old source code. I have managed to install Visual Basic 6 and it runs correctly. When I try and run Service Pack 6, I...
View Articlehow to get disk sn by api,without wmi?
it's by ai vb.net,but can't run DeviceIoControl( hDevice, IOCTL_STORAGE_QUERY_PROPERTY Code: Private Shared Function GetDeviceInfo(hDevice As IntPtr, ByRef deviceInfo As DeviceInfo) As Boolean Try "Get...
View Articlehow to show emf+ by vb6?check emf/emf+ format?
how to show emf+ by vb6?check emf/emf+ format? how to create emf+ by vb6? [RESOLVED] [GDI+] EMF > WMF & VB6 LoadPicture-VBForums https://www.vbforums.com/showthread....B6-LoadPicture PNG...
View ArticleCommonDialog filter, but shows unallowed extension when typing
Hi friends :) I don't know how to search for similar topics but I encounter a problem with CommonDialog's filter. Here is a small code example, just add a CommonDialog1 o a Form: Code: Private Sub...
View Articlevb6 - mourir a Madrid
I 'm afraid vb6 is in its last throes if not already dead. I tried to install in windows 11, it went in after a struggle but then damaged the system. It caused blue screens. The service people tried to...
View ArticleExits a project to convert a vbp to option explicit?
Exits a project to convert a vbp to option explicit? Any code that analice the variables not declared, and convert the code that have always option explicit?
View Article[RESOLVED] Checking lock status of another user's pc
Searched but couldn't find a solution so not holding out much hope, but is there a way to check if another user's workstation is locked either by passing the machine name or the logged on name?
View ArticleVB6 to Windows 10 GetOpenFileName
Have another issue with my XP VB code running on Windows 10, this time with a call to GetOpenFileName. I’m passing off a handle to a VB form where I’m having to draw my own title-bar with DrawCaption....
View ArticleCreate ActiveX control dynamically
I want add this control dynamically RICHTEXT.RichtextCtrl but it has no width and height properties, so how to adjust its bounds.
View ArticleGraphical Checkbox Colors
How to make a Graphical Checkbox background color vivid when the checkbox is checked ?
View Articlehave an idea to cover number on a image
based the value in a label LARRAY1how to cover the related number in a red square o the image(SK1.GIF), with the little black square named NERO_12.GIF TKS NOTE: - The number in the label are alway six,...
View Article