VB6 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 ArticleProgrammatcially move objects on screen
I am trying to move a couple of my controls to increase size and decrease size under certain situations/conditions. However, when I try to use code below I get the following error message. Error...
View ArticleVS 2019 Why does the textbox displays the data twice if MsgBox incorpoated in...
Hello Why does the textbox displays the data twice if MsgBox incorpoated in TextBox1.KeyDown Event If messagebox is removed then the text pasted is Once which is what is required I am trying to copy...
View ArticleGeneral questions
Hi, I’ve developed 3 commercial applications using a mix of VB6, direct API calls, wrapper functions around GDI and GDI+, and UI components made by Krool and Eduardo. They are in use by over 400 users...
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 ArticleVS 2015 Wonder if this mistake caused all my issues
I made a number of posts, see https://www.vbforums.com/showthread....file-ownership and https://www.vbforums.com/showthread....with-resources and maybe others, about an issue I was having debugging a...
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 Article[RESOLVED] Remove Recent history
Is there any way to clear the recent file history in the New/Open Project dialog?
View ArticleNew? Windows 11 Behavior re: Metadata
After decades of finding the metadata elements of file explorer frustratingly empty despite carefully setting such in "standard" audio/video programs something changed! The Vorbis (.ogg) files I'm...
View ArticleReordering an array
Hi all, I'm working on a game that when a button is pressed a number is added to an array up to 10. What I'm trying to figure out is how to reorder the array from the smallest number to the largest...
View ArticleError on a program using java
Hi. I'll put it here as there is no development issue but probably upgrade issue. I have installed java 11.0.11 for an app that needs it. Worked fine with windows11 2h3 , after the update to 2h4 it...
View ArticleChecking 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 ArticletwinBasic Criticism
Remembering tb being recommended I went to see where I could get a copy to see whether it had improved since I last tried it. Unfortunately I can't find the download link for the community edition,...
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 ArticleVS 2022 Trying to get 32-bit ActiveX to work in 64-bit application
I need to use DirectSS (Direct Speech Synthesis) control in 64-bit VB.NET application created using Visual Studio 2022. I asked ChatGPT about a solution, and it generated the solution for me which uses...
View Article