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.

  1. Visual 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 there any other runtime library necessary?

    :)
     
    Rainer Wum, Dec 15, 2023
    #1

  2. Visual Basic 6

    I'm not sure if this is the right section to ask my question, but here goes.

    I want to learn programming; not real in-depth programming, but just enough to make some basic programs. Like a program to organize my movie collection, add a synopsis of the movie, and a rating. I'll like to start with Visual Basic 6. There's a plethora of books on VB 6, which one, if any, can provide the best instructions to a novice person?
     
    GoFigureItOut, Dec 15, 2023
    #2
  3. Visual Basic 6

    I moved this thread to "Programming & Webmastering". I suggest not to use vb6 and go with vb.net 2010 or 2012 express. I'd also, suggest if you are learning from the ground up then start with c#. *Toast :toast:

    Visual Studio Express 2012 for Windows Desktop
     
    Mindweaver, Dec 15, 2023
    #3
  4. Visual Basic 6 program under Win11

    Visual Basic 6 help

    It depends.. If you need your program to work on Windows XP or later then 2010. If not then 2012. I have 2012 installed on one of my Windows 8 boxes, but I don't use it as much. Did you not try what I suggested above? I have Visual Studio 6 on a VM. So, I loaded up the VM and tested my code above and it works. I'm with Ford and think you should move over to .net, but your transition my take a week or two. If you need this to work now, then I would suggest you finish this project in VB6. Once you get the hang of .net then re code it in .net. *Toast :toast:
     
    Mindweaver, Dec 15, 2023
    #4
Thema:

Visual Basic 6 program under Win11

Loading...
  1. Visual Basic 6 program under Win11 - Similar Threads - Visual Basic program

  2. Visual Basic

    in Windows 10 Gaming
    Visual 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!...
  3. Visual Basic

    in Windows 10 Software and Apps
    Visual 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!...
  4. Visual Basic 6 program under Win11

    in Windows 10 Gaming
    Visual 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...
  5. Memory Issue Running A Visual Basic Program

    in Windows 10 Gaming
    Memory 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...
  6. Memory Issue Running A Visual Basic Program

    in Windows 10 Software and Apps
    Memory 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...
  7. Visual Basic

    in Windows 10 BSOD Crashes and Debugging
    Visual 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
  8. Visual basic 6

    in Windows 10 Installation and Upgrade
    Visual 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
  9. Visual Basic

    in Windows 10 BSOD Crashes and Debugging
    Visual 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....
  10. Visual Basic 6 in read only mode

    in Windows 10 Software and Apps
    Visual 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...