Login

Who's Online

We have 4 guests online

Advertising

What's New in Visual Basic 2010 PDF Print E-mail
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...
 
Top 10 Visual Basic Sins PDF Print E-mail
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...
 
Understanding Variable Scope and Duration PDF Print E-mail
Written by Administrator   
Sunday, 06 September 2009 09:40

There are two key attributes of all variables in Visual Basic that are essential to understanding their use:

  • Scope
    Scope defines the visibility of a variable. Variables can have scope ranging from global where any procedure in the application can access the variable to local to a single procedure.
  • Duration
    Duration defines the lifetime of a variable. Variables can exist for the life of an application or can be created and destroyed in a single procedure.
Read more...
 
Download Visual Basic PDF Print E-mail
User Rating: / 2
PoorBest 
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 PDF Print E-mail
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.
 
Copyright ©2009 Visual Basic Empire. All Rights Reserved.
No Single part of this presentation can be reproduced without a written permission given by the site owner!
Terms Of Use.