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.

How to convert char * to BSTR?

How can I pass a char * from C dll to VB Here is sample code: void Cfunc(char *buffer,int …

c string com vb6 bstr
Is there a way to display line numbers in the VB6 / Visual Studio 6.0 IDE?

In the VB6 / Visual Studio 6.0 IDE, is there a way to display line numbers in the code editor like there …

vb6 ide
What's the proper source for Windows Common Controls 6.0 component (MSCOMCTL.OCX)?

I'm experimenting with writing ActiveX controls and noticed that I can't seem to create an ActiveX control in Visual Basic (6.0) …

com vb6 activex
Will Windows 7 support the VB6 runtime?

I can't seem to find a straight answer on this. It appears that Visual Studio 6 won't be supported, but I'm …

vb6 windows-7 legacy-code
VB6 Running on Windows 8?

Assuming that vb6 does not run on Windows 8 because the VB6 run time libraries are not shipped with Windows 8, would …

windows vb6 compatibility windows-8
How to check type of Object in VB 6 ? - I do not want to use 'TypeOf' method

How to check type of object in VB 6.0 we have to modify existing code to use 'typeof' method, Is there …

vb6
What does the Call keyword do in VB6?

There's some code in our project that looks a bit like this: Private Sub Method1() Call InnerMethod End Sub Private …

vba vb6 syntax
How to write to the common Application Data folder?

I have a Visual Basic 6.0 application that I want to install for All Users, for example, the setting are held …

windows-7 vb6 windows-xp appdata userappdatapath
Check a recordset for an empty field

I'm trying to pre-view if a field of the recordset is empty/null or not. If IsNull(rs.Fields("fieldname")) = …

vb6 recordset
'Cannot find DAO350.dll' file error VB6

After installing VB6 successfully on my Windows 8.1 64bit pc, whenever i am trying to open my .vbp project file it …

vb6 windows-8.1