About 1,590,000 results
Open links in new tab
  1. Installing the VB6 IDE on Windows 10 or 11 (64-bit)-VBForums

    Apr 10, 2024 · Installing the VB6 IDE on Windows 10 or 11 (64-bit) I'm posting this summary here, as nobody seems to be able to find my Tutorial (in the Tutorials forum). I have installed the …

  2. Visual Basic 6 and Earlier-VBForums

    Jul 5, 2005 · VBForums: Visual Basic 6 and Earlier This forum is for all your Visual Basic (versions 3, 4, 5, & 6) coding questions that do not fit into one of the more specific ...

  3. CodeBank - Visual Basic 6 and earlier-VBForums

    Dec 3, 2024 · VBForums: CodeBank - Visual Basic 6 and earlier Find cool or practical code examples using Visual Basic.

  4. vb6 - Difference between Visual Basic 6.0 and VBA - Stack Overflow

    Jun 14, 2009 · When I was using VB6 and VBA, VBA loaded the VBA runtime library ~unless the VB6 runtime library was already in memory~. If the VB6 library was already in memory, VBA …

  5. visual studio - Where can I get a VB6 IDE - Stack Overflow

    Nov 6, 2011 · Closed 13 years ago. Possible Duplicate: How to compile legacy VB6 code Where can I find an IDE for VB6? I'm guessing I need to get a copy of Visual Studio 6, but I've been …

  6. Installation of VB6 on Windows 7 / 8 / 10 - Stack Overflow

    How to install VB6 on Windows 7 VB6 on Windows 7 64-bit Before anyone says, "Why on earth would you want to install VB6 on Windows 7 when there are newer versions of Microsoft …

  7. vb6 - vb hex color codes - Stack Overflow

    Sep 14, 2016 · VB6 realises that the number is too big to fit into a 16bit int and promotes it to a 32bit long. You can always do Const COLOR_GREEN As Long = &H00FF00& to show your …

  8. [RESOLVED] Installing VB6 on Windows 11-VBForums

    Mar 13, 2024 · Re: Installing VB6 on Windows 11 Just about a week ago, I built a new computer and installed the VB6 IDE on it. It was a bit involved, but I didn't really have any problems. In …

  9. vb6 - Visual Basic 6 and Visual Basic in Visual Studio - Stack Overflow

    Oct 7, 2020 · Visual Basic 6.0 is an old version of Visual Studio 2010. The programming concept is the same, but the syntax is different, so if you learn on Visual Basic 6.0 you will understand …

  10. vb6 - How can I determine the Windows version from a VB 6 app?

    Oct 2, 2014 · Determining if the host OS is 32-bit or 64-bit from a VB 6 executable is a little trickier. The reason is because VB 6 can't compile 64-bit applications. Everything you write in …