|
What's New in Visual Basic 2010 |
|
|
|
|
Written by Administrator
|
|
Tuesday, 08 September 2009 09:50 |
|
Auto-Implemented Properties
Auto-implemented properties provide a shortened syntax that enables you to quickly specify a property of a class without having to write code to Get and Set the property.
Collection Initializers
Collection initializers provide a shortened syntax that enables you to create a collection and populate it with an initial set of values. Collection initializers are useful when you are creating a collection from a set of known values, for example, a list of menu options or categories.
|
|
Read more...
|
|
Written by Administrator
|
|
Sunday, 06 September 2009 10:10 |
|
This is the Top 10 things that you should never, never do while making your visual basic 6 program. This will not only make your programs different from others, but it will make them more professional, and ahead of the competition.
|
|
Read more...
|
|
Written by Administrator
|
|
Thursday, 03 September 2009 19:43 |
|
There are many people out there who doesn't know how to download Visual Basic. Well, in this article, we will teach you not only how to download VB, but also how to download Visual Basic for free, legally. Microsoft did a great thing by offering not only Visual Basic for free, but also offering users to download the whole Visual Studio for free. You might be asking yourselves: "How can this be possible?" Well, it is possible. See, there are 2 versions of Visual Basic, and visual studio, and, one of them, which is called Visual Basic Express, or Visual Studio Express, is free to download.
|
|
Read more...
|
|
Simple Web Browser Tutorial |
|
|
|
|
Written by Administrator
|
|
Thursday, 03 September 2009 14:03 |
Ever wondered how to make a Web Browser in Visual Basic 6, and thought, "It must be really hard thing to do...", well, you were wrong... Making a Web Browser using VB 6 is very simple thing to do, and, in order to find out how, check out our new visual basic tutorial named: "Making WebBrowser with Visual Basic 6", and enjoy making your own Web Browser in only 5 minutes. |
|