Windows 10: Visual Basic 6 program under Win11
Discus and support Visual Basic 6 program under Win11 in Windows 10 Software and Apps to solve the problem; My Visual Basic 6 programs are running under Win11.Connecting strings is working properly:txt = "abc" & "def"The result is "abcdef"BUT if I connect two... Discussion in 'Windows 10 Software and Apps' started by Rainer Wum, Dec 15, 2023.
Thema:
Visual Basic 6 program under Win11
Loading...
-
Visual Basic 6 program under Win11 - Similar Threads - Visual Basic program
-
Visual Basic
in Windows 10 GamingVisual Basic: Hello Rescue TeamI want to use code to write code in VB, For example I want to declare dynamic public data depended on my code or what I got from my user forms, How can I do that?Thank you!... -
Visual Basic
in Windows 10 Software and AppsVisual Basic: Hello Rescue TeamI want to use code to write code in VB, For example I want to declare dynamic public data depended on my code or what I got from my user forms, How can I do that?Thank you!... -
Visual Basic 6 program under Win11
in Windows 10 GamingVisual Basic 6 program under Win11: My Visual Basic 6 programs are running under Win11.Connecting strings is working properly:txt = "abc" & "def"The result is "abcdef"BUT if I connect two string-variables the second part disappears.tx1 = "abc"tx2 = "def"txt = tx1 & tx2under Win 11 the result is only "abc".Is... -
Memory Issue Running A Visual Basic Program
in Windows 10 GamingMemory Issue Running A Visual Basic Program: I have a program that is written in Visual Basic. It uses "Microsoft .NET Framework" as well as DirectX. I frequestly get an error message pop up saying I am out of memory while running the program despite seeing that it is using a small fraction of my available computing... -
Memory Issue Running A Visual Basic Program
in Windows 10 Software and AppsMemory Issue Running A Visual Basic Program: I have a program that is written in Visual Basic. It uses "Microsoft .NET Framework" as well as DirectX. I frequestly get an error message pop up saying I am out of memory while running the program despite seeing that it is using a small fraction of my available computing... -
Visual Basic
in Windows 10 BSOD Crashes and DebuggingVisual Basic: Has Visual Basic been replaced by Visual Studio? https://answers.microsoft.com/en-us/windows/forum/all/visual-basic/c5d63cd8-ffa3-4adf-8603-702b84032213 -
Visual basic 6
in Windows 10 Installation and UpgradeVisual basic 6: Can anyone please let me know from where I can download Visual basic 6 IDE from Microsoft. https://answers.microsoft.com/en-us/windows/forum/all/visual-basic-6/beef1cc9-3873-45af-886e-4bc16c6425c3 -
Visual Basic
in Windows 10 BSOD Crashes and DebuggingVisual Basic: I have several programs written in Basic in the late 80's or early 90's . Will these run in Visual Basic? If no, is there are Basic language that will run them? I am running Windows 10 on a Toshiba Laptop.... -
Visual Basic 6 in read only mode
in Windows 10 Software and AppsVisual Basic 6 in read only mode: I have Visual Basic 6 Pro, Service Pack 4 on an old, spare PC loaded with Windows XP Pro which I use to run some older programmes not compatible with Win 10. It's been working away happily for around 6 years with all my other legacy programmes but I haven’t used VB on it...