Starting with visual basic
Visual Basic is a programming tool designed by Microsoft for its Component Object Model (COM). This tool can be used to create applications for windows, web, mobile devices etc.The latest version of Visual basic was extended on february 2008. Some features of this function are :-
- Design Windows Presentation Foundation (Avalon) grahical systems
- Creation of data-enabled applications with low memory size
- Create application using LINQ (Language Integrated Query)
- Intellisense support
Below are some links to acquire more information on this programming software :-
Official Website:
http://msdn.microsoft.com/vbasic/
For introduction to Visual Basic, follow below link:
http://msdn.microsoft.com/en-au/beginner/bb964633.aspx
For creating your first visual basic Program, click on below link:
http://msdn.microsoft.com/en-au/beginner/bb308731.aspx
For troubleshoot:
http://www.msdn.microsoft.com/en-us/vbasic/ms789193.aspx/
Note that Visual Basic has also some disadvantages:
Recurrent problems associated with various runtime DLL
- Poor support for object-oriented programming
- Lack of unicode support
- Unable to create Windows services
- Unable to create console applications
So better master another programming language ,this can be useful latter.