Can I run Visual Basic 6.0 and Visual Basic .NET on the same machine?
Posted by: Duncan Mackenzie, MSDNThis post applies to Visual Basic .NET 2002/2003 and Visual Basic 6.0 J. Henshaw asks "Is it possible to run both VB6 and VB.Ne... [read more]
How can I run another application or batch file from my Visual Basic .NET code?
Posted by: Duncan Mackenzie, MSDNThis post applies to Visual Basic .NET 2002/2003 Suppose you want to run a command line application, open up another Windo... [read more]
How do I determine the difference between two dates?
Posted by: Duncan Mackenzie, MSDNThis post applies to Visual Basic .NET 2002/2003 This common question is often phrased as "How do I find the number of hou... [read more]
c4ghhft5r - BASIC
2001 Visual Basic. NET introduced in 2003 introduced Visual Basic. NET 2003 launch of 7 November 2005 to launch the Visual Studio 2005 Visual Basic 2005. BASIC ... [read more]
Multicolumn Combobox?
Posted by: Phil Weber, VB MVPThis post applies to Visual Basic .NET 2002/2003 I see from our referrer logs that many people are coming here seeking information ... [read more]
Workaround: Arrays with non-zero lower bounds
Posted by: Phil Weber, VB MVPThis post applies to Visual Basic .NET 2002/2003/2005 OK, now that Paul Vick has explained why VB.NET doesn't support arrays with n... [read more]
Sample Code on How to Fill the Datagrid View in Visual Basic.Net
Sample on how to Fill the Datagrid View in Visual Basic .Net 'Here's the code below. Dim query as string="Select * from EmployeeTable" Dim da as new oledbdata... [read more]
How to Connect Database Using ODBC (Object Database Configuration/Connectivity)
This ODBC method is applicable to Visual Basic .Net and Visual Basic 6.0 using MS Access Databse (.mdb). Please follow the instructions below on how to setup ... [read more]