Visual Basic 6.0 (VB6) was the final COM-based version of the VB programming language and IDE, last updated in 2004.
I have inheritted several old VB6 applications that currently cannot be rewritten in .NET. These old applications all use ADO, …
windows-7 vb6 adoI am making a few minor updates to a VB6 application. It runs on a windows 2000 server connected to a …
vb6 activex sql-server-2000 windows-server-2000I can't seem to convert my vb6 ActiveX dll project (.vbp) to .net using VS2010 Express. Is there another way? …
visual-studio visual-studio-2010 vb6 vb6-migrationOn an XP machine there is a private messagequeue that was created by a .net service. When I want to …
vb6 msmqCurrently I am working on vb6 application. I want to show data in MSFlexgrid But there is no edit Facility …
vb6 msflexgridOne machine having MSVBVM60.dll ver 6.0.97.82, say OLD. Other machine having MSVBVM60.dll ver 6.0.98.15, say NEW. Exe created from NEW …
com vb6 adoSo I have something like the following in Vb6; Select case Case case "Case0" ... case "Case1" if Condition Then Exit …
vb6 exit select-case