Visual Basic 6.0 (VB6) was the final COM-based version of the VB programming language and IDE, last updated in 2004.
Can someone just help me refresh my mind? How do you specify hex values in a Visual Basic 6 / VBScript Source? …
vb6 asp-classic vbscriptI am trying to set an integer value as such: Dim intID as integer intID = x * 10000 This works ok when …
vb6 integer overflowHas 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-migrationAlright, what i want to do sounds simple. I would like to load a form and on form load call …
vb6 connection-string visual-studio-6How to add new records to a new & empty ADODB.Recordset manually? Right now, here's what I'm doing that …
vb6 adoIn VB6, users occasionally receive this error and I am unable to reproduce it. Run-Time Error '5': Invalid Procedure …
error-handling vb6 runtime-error citrixDoes anyone know a way to convert from VB6 code to C#? Is there a tool that can do this …
c# vb6 porting vb6-migration