About 1,610,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. Installation of VB6 on Windows 7 / 8 / 10 - Stack Overflow

    84 VB6 Installs just fine on Windows 7 (and Windows 8 / Windows 10) with a few caveats. Here is how to install it: Before proceeding with the installation process below, create a zero-byte file …

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

    Jun 14, 2009 · 1 VB (Visual Basic only up to 6.0) is a superset of VBA (Visual Basic for Applications). I know that others have sort of eluded to this but my understanding is that the …

  4. What do ! and # mean when attached to numbers in VB6?

    Oct 8, 2010 · I have recently come across numeric literals such as 10! and 50# in Visual Basic programs. Could anyone tell me what these punctuation marks mean?

  5. Visual Basic 6 and Earlier-VBForums

    2 days ago · 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 ...

  6. vb6 - Creating a Visual Basic 6 project from existing code in Visual ...

    Feb 1, 2023 · The VB6 IDE is available for download if you have a Visual Studio Subscription (Enterprise subscription, I don't know if it's available at the other subscription levels). "Visual …

  7. vb6 - Your favorite Visual Basic 6.0 tools and tips - Stack Overflow

    This is somewhat related to a similar post, but that post was Visual Studio 6 in general and a lot of the suggestions didn't apply to Visual Basic 6.0. Suggest or vote for tools/tips. Please one t...

  8. vb6 - Multithreading in visual basic 6.0 - Stack Overflow

    Sep 21, 2008 · How to implement multi-threading in visual basic 6.0. It would be great if someone can give an example.

  9. [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 …

  10. 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 …