Overview of VB 2008

Overview of VB 2008.

- Visual Basic 2008 was launched by Microsoft in 2008.
- It is almost similar to Visual Basic 2005 but it has added many new features.
- It is a full fledged Object-Oriented Programming(OOP) Language.
- Its not a compulsion to know OOP to learn VB2008. In fact, if we are familiar with the Visual Basic 6,then it is easier to learn VB2008 effortlessly because the syntaxes and interface are similar.
- Visual Basic 2008 Express Edition is available free for download from the Microsoft site.
VB.NET - Define Shared member of the class
VB.NET - Define Shared member of the class - It is member of the class which can be access without creating instance of the class.....
VB.NET - Visual inheritance in VB.NET
VB.NET - What is visual inheritance in VB.NET? - Visual inheritance allows deriving forms from the base form with common controls.......
VB.NET - How can you set tab order in VB.NET?
VB.NET - How can you set tab order in VB.NET? - Tab order can be set using ‘View menu Tab Index’......
Post your comment