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.

How do I check for an object being Nothing in VB6?

In my VB6 application I have an array of objects declared thus... Dim MyArray() as MyClass This array is filled …

vb6
How to pass NULL or empty strings to stored procedure input parameter with ADO and VB?

I have a stored procedure in Sql Server 2005 with a varchar input parameter defined as: @Value varchar(24) = NULL in my …

sql sql-server-2005 vb6 ado
What is the difference between VB and VB.NET?

What is the difference between VB and VB.NET? Explanation with examples is preferred.

.net vb.net visual-studio-2008 programming-languages vb6
Block commenting VB/VB.NET code

How to comment multiple lines of code/block of code in VB?

vb.net vb6
Get device details from MAC Address

I have used the SendArp API function to retrieve the MAC addresses that are present on my network. Now that …

windows networking vb6 mac-address
Get/post to RESTful web service

I need to do some GETing and POSTing to a RESTful web service from VB6. What is the best and …

web-services vb6
Using colons to put two statements on the same line in Visual Basic

Is it considered bad practice to use colons to put two statements on the same line in Visual Basic?

vb.net vba vb6
How can I determine the Windows version from a VB 6 app?

I want to detect any Windows versions from 95 to Win 7. I also would like to display if the OS is 32…

windows vb6 32bit-64bit windowsversion
How to get the full path of the current executable file in VB?

I have created one windows application using VB. Whenever I executing the exe, I want to get the current directory …

vb6 path executable-path
How to display Unicode characters in VB6?

Possible Duplicate: What’s the best option to display Unicode text (hebrew, etc.) in VB6 What is the correct way …

unicode vb6 chr