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.

Hex-Value in Visual Basic

Can someone just help me refresh my mind? How do you specify hex values in a Visual Basic 6 / VBScript Source? …

vb6 asp-classic vbscript
VB6 overflow error with large integers

I am trying to set an integer value as such: Dim intID as integer intID = x * 10000 This works ok when …

vb6 integer overflow
VB6 migrating to .Net with Visual Studio 2010

Has anyone migrated a VB6 project to .Net with Visual Studio 2010? I have tested the migration in VS2005, but the …

visual-studio vb6 migration vb6-migration
VB6 Connecting to a Database

Alright, what i want to do sounds simple. I would like to load a form and on form load call …

vb6 connection-string visual-studio-6
How to properly add new records to empty recordset manually?

How to add new records to a new & empty ADODB.Recordset manually? Right now, here's what I'm doing that …

vb6 ado
COM Add-in for Excel doesn't load when Excel is launched by opening file

Several users have reported that if they launch Excel by double-clicking an Excel file, the add-in will not load. But, …

excel com vb6 add-in
VB6/VBScript change file encoding to ansi

I am looking for a way to convert a textfile with UTF8 encoding to ANSI encoding. How can i go …

vba encoding vbscript vb6 ansi
What causes VB6 "Run-Time Error '5': Invalid Procedure Call or Argument"

In VB6, users occasionally receive this error and I am unable to reproduce it. Run-Time Error '5': Invalid Procedure …

error-handling vb6 runtime-error citrix
Alternative IDE for VB6 and VBA

I've been spoiled by Visual studio 2008 and Eclipse and have to do a little maintainence work on a VB6 app. …

vba vb6 ide vbe
Is there any VB6 to C# migration tool?

Does anyone know a way to convert from VB6 code to C#? Is there a tool that can do this …

c# vb6 porting vb6-migration