Visual Basic .NET

Visual Basic Development Resources arranged by category

Rating

Can I run Visual Basic 6.0 and Visual Basic .NET on the same machine?

Posted by vbfaq on April 27, 2004

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]

Rating

How can I run another application or batch file from my Visual Basic .NET code?

Posted by vbfaq on May 30, 2004

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]

Rating

How do I determine the difference between two dates?

Posted by vbfaq on May 30, 2004

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]

Rating

c4ghhft5r - BASIC

Posted by c4ghhft5r on June 9, 2011

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]

Rating

Multicolumn Combobox?

Posted by vbfaq on April 28, 2004

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]

Rating

Workaround: Arrays with non-zero lower bounds

Posted by vbfaq on April 20, 2004

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]

Rating

Sample Code on How to Fill the Datagrid View in Visual Basic.Net

Posted by Visual Basic .Net Code on March 21, 2011

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]

Rating

How to Connect Database Using ODBC (Object Database Configuration/Connectivity)

Posted by Visual Basic .Net Code on June 29, 2011

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]