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.

End Process from Task Manager using VB 6 Code

I need to kill an application roughly so I can get phantom subscriber of that application in my database (this …

vb6 taskmanager kill-process
In VB6 what is the difference between Property Set and Property Let?

I have just created several Property Set methods, and they didn't compile. When I changed them to Property Let, everything …

oop properties vb6 setter letter
How do I determine if an array is initialized in VB6?

Passing an undimensioned array to the VB6's Ubound function will cause an error, so I want to check if …

arrays vb6
How can I make mousewheel work in VB6 IDE?

One annoying behavior of the VB6 IDE editor, especially when switching back to it from more recent tools like VS.…

ide vb6 mousewheel
Get last element of string array in vb6?

How might one retrieve the last element of a string array in visual basic 6? I'm dealing with filenames with multiple …

vb6
How to solve TimeOut Expired Problem?

Using SQL Server 2005 and VB6 When I executing for yearly data or more than 3 months' data, it is showing "Timeout …

sql-server vb6 ado
IsDate function returns unexpected results

How come IsDate("13.50") returns True but IsDate("12.25.2010") returns False?

vba vb6
Has anyone had success with Visual Studio 6 on Windows 7?

VS6 popped off a series of errors before bombing out completely during install on Windows 7. I specifically need to get …

visual-studio vb6 windows-7
What does "DoEvents" do in vb6?

What does "DoEvents" do in vb6 ? Why do I get the error message "Out of stack space" ? What does it …

vb6 doevents
User Defined Type (UDT) as parameter in public Sub in class module (VB6)

I've tried to solve this problem, but can't find any solution. I have a UDT defined in a normal module, …

vba vb6 user-defined-types