Sign in
Visual Basic Frequently Asked Questions
Maintained by Duncan Mackenzie and some great VB MVPs
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Controls
General
Language
Visual Basic 2005 (Whidbey)
Windows Forms
Archive
Archives
May 2004
(2)
April 2004
(9)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Visual Basic Frequently Asked Questions
How can I run another application or batch file from my Visual Basic .NET code?
Posted
over 9 years ago
by
vbfaq
15
Comments
Posted by: Duncan Mackenzie , MSDN This post applies to Visual Basic .NET 2002/2003 Suppose you want to run a command line application, open up another Windows program, or even bring up the default web browser or email program... how can you do this...
Visual Basic Frequently Asked Questions
How do I determine the difference between two dates?
Posted
over 9 years ago
by
vbfaq
12
Comments
Posted by: Duncan Mackenzie , MSDN This post applies to Visual Basic .NET 2002/2003 This common question is often phrased as "How do I find the number of hours between two dates?", substituting minutes, seconds, days, or whatever interval you are looking...
Visual Basic Frequently Asked Questions
Multicolumn Combobox?
Posted
over 9 years ago
by
vbfaq
8
Comments
Posted by: Phil Weber , VB MVP This post applies to Visual Basic .NET 2002/2003 I see from our referrer logs that many people are coming here seeking information on multicolumn combo boxes (thanks to Ian's question ). Here's the scoop... No, the...
Visual Basic Frequently Asked Questions
Can I run Visual Basic 6.0 and Visual Basic .NET on the same machine?
Posted
over 9 years ago
by
vbfaq
6
Comments
Posted by: Duncan Mackenzie , MSDN This 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.Net on the same machine,or do I have to remove VB6 to be able to use VB.NET", and the answer...
Visual Basic Frequently Asked Questions
Does the .NET Framework include an equivalent for [Insert Win32 API function here]?
Posted
over 9 years ago
by
vbfaq
2
Comments
Posted by: Phil Weber , VB MVP This post applies to Visual Basic .NET 2002/2003/2005 Judging by the questions I see in online discussion forums, many VB developers are not yet aware of this article, which lists Win32 API functions and their .NET equivalents...
Visual Basic Frequently Asked Questions
Workaround: Arrays with non-zero lower bounds
Posted
over 9 years ago
by
vbfaq
3
Comments
Posted by: Phil Weber , VB MVP This post applies to Visual Basic .NET 2002/2003/2005 OK, now that Paul Vick has explained why VB.NET doesn't support arrays with non-zero lower bounds, let's see how we can do them anyway. ;-) Say you want to store...
Visual Basic Frequently Asked Questions
Why doesn't VB support non-zero lower bounds for arrays?
Posted
over 9 years ago
by
vbfaq
1
Comments
Posted by: Duncan Mackenzie , MSDN This post applies to Visual Basic .NET 2002/2003/2005 Another answer from Paul Vick , Technical Lead on VB.NET, explaining the changes in array bounds from Visual Basic 6.0: Why doesn't VB support non-zero lower bounds...
Visual Basic Frequently Asked Questions
Why did Visual Basic .NET introduce AndAlso and OrElse?
Posted
over 9 years ago
by
vbfaq
0
Comments
Posted by: Duncan Mackenzie , MSDN This post applies to Visual Basic .NET 2002/2003/2005 Paul Vick , Technical Lead on VB.NET, and the author of the Visual Basic .NET Language Specification, discusses the new short-circuiting boolean operators added in...
Visual Basic Frequently Asked Questions
XML Documentation?
Posted
over 9 years ago
by
vbfaq
3
Comments
Posted by: Phil Weber , VB MVP This post applies to Visual Basic .NET 2002/2003/2005 Ali Parvaresh asks: How can I document VB.NET source codes like what you do for C#? This is another feature scheduled for Visual Basic .NET 2005 (ref http...
Visual Basic Frequently Asked Questions
Operator Overloading?
Posted
over 9 years ago
by
vbfaq
3
Comments
Posted by: Phil Weber , VB MVP This post applies to Visual Basic .NET 2005 (“Whidbey”) Gokhan Altinoren asks: What was the design decision behind the fact that VB.NET does not support operator overloading? Will this feature be in the...
Visual Basic Frequently Asked Questions
Ask Your VB.NET Questions Here!
Posted
over 9 years ago
by
vbfaq
137
Comments
Do you have a question about the VB.NET Language, Compiler or IDE ? If so, then you've come to the right place, comment on this post and your question will be added to the list to be answered. Of course, depending on the nature of your comment, and...
Page 1 of 1 (11 items)