Top "Vb6" questions

Visual Basic 6.0 (VB6) was the final COM-based version of the VB programming language and IDE, last updated in 2004.

What is the difference between Dim, Global, Public, and Private as Modular Field Access Modifiers?

In VB6/VBA, you can declare module-level variables outside of a specific Sub or Function method. I've used Private and …

vba vb6 scope access-modifiers
Is there a Visual Basic 6 decompiler?

I lost the source code from one project I did on the company I'm working for and haven't been able …

vb6 decompiling
Error Handler - Exit Sub vs. End Sub

Why would I want to get out of an Error Handler (after handling) with an Exit Sub instead of just …

vba vb6 error-handling
Equivalent VB keyword for 'break'

I just moved over to the Visual Basic team here at work. What is the equivalent keyword to break in …

vb.net loops vb6 exit
Compile a DLL in C/C++, then call it from another program

I want to make a simple, simple DLL which exports one or two functions, then try to call it from …

c++ c dll gcc vb6
Visual Studio 6 Windows Common Controls 6.0 (sp6) Windows 7, 64 bit

I was asked to help work on a legacy vb6 application for someone, so I decided to toss Visual Studio 6 …

visual-studio vb6 visual-studio-6 microsoft-common-controls
Object Library Not Registered When Adding Windows Common Controls 6.0

I am trying to install Visual Studio 6 on a Windows 7 32bit machine. The OS intall was from bare metal. I …

visual-studio vb6 registration ocx
How do I Merge two Arrays in VBA?

Given Dim arr1 As Variant Dim arr2 As Variant Dim arr3 As Variant arr1 = Array("A", 1, "B", 2) arr2 = Array("C", 3, "…

arrays vba vb6 merge
Escape double quote in VB string

I have used following piece of code to execute schtasks command from VB6. While executing it, ignores folder if they …

string vb6 escaping
SQL Server not configured for data access

I'm running a SQL Server 2005 database from a VB 6 Application. I connect to the database through an ODBC DSN. I …

sql sql-server tsql vb6