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.

Select Case True

Apparently this used to be a way in VB6 and VBA to short circuit and execute the first true case: …

vb.net vba vb6
How do I unload all open forms in VB.NET?

In the middle of converting VB6 code to VB.NET, I need to replace the following code that intends to …

vb.net winforms visual-studio-2008 vb6 vb6-migration
How do I register a .NET COM DLL with Regsvr32?

I have a VB6 application that uses a COM DLL. The DLL is written in C#. In the C# project …

c# com vb6 regsvr32
Escaping quotes in a string in VB6

I am trying to make some small changes to an old VB web app I need to add quotes inside …

vb6
Using SQLITE with VB6

I am currently using an MSAccess mdb file for a redistributable app. A while ago I found out about SQLite, …

database sqlite vb6 ado
When will VB6 application support end?

Microsoft no longer supports VB6 development and support from Microsoft has already stopped. But VB6 applications still run on Windows 8.1. …

windows vb6 32-bit
Executing .exe from Visual Basic 6

I'm new to visual basic. I'm trying to execute .exe file from VB. But I'm not getting the output. My .…

vb6 exe shellexecute
VB6 Error - Cannot load .ocx File

I have been trying to load a OCX file into one of my VB6 projects for most of the day …

com vb6 registry ocx
Your favorite Visual Basic 6.0 tools and tips

This is somewhat related to a similar post, but that post was Visual Studio 6 in general and a lot of …

vb6