Visual Basic 6.0 (VB6) was the final COM-based version of the VB programming language and IDE, last updated in 2004.
In the VB6 / Visual Studio 6.0 IDE, is there a way to display line numbers in the code editor like there …
vb6 ideI'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 activexI 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-codeAssuming 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-8How to check type of object in VB 6.0 we have to modify existing code to use 'typeof' method, Is there …
vb6There's some code in our project that looks a bit like this: Private Sub Method1() Call InnerMethod End Sub Private …
vba vb6 syntaxI 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 userappdatapathI'm trying to pre-view if a field of the recordset is empty/null or not. If IsNull(rs.Fields("fieldname")) = …
vb6 recordsetAfter 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