Starting with visual basic

Last update on May 22, 2009 09:47 AM by jak58
Published by aakai1056



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.
Best answers for « Starting with visual basic » in :
System error: Microsoft Visual Basic ShowSystem error: Microsoft Visual Basic When opening Excel, you encounter the following error message. A window called "Microsoft Visual Basic" opens with the following contents: System Error & H80004005 (-2147467259). Unspecified error...
[Myth] Visual Basic is an object-oriented language Show[Myth]Visual Basic is an object-oriented language Myth Reality Explanations Myth Visual Basic is an object-oriented language. Reality FALSE. Explanations This myth is popular, but unfortunately its false: VB6 is not an object...
Introduction to Dark Basic ShowIntroduction to Dark Basic What is Dark Basic? Step 1: How to start? Step 2: How to create a simple menu? How to create sub functions Subfunction 1 Subfunction 2 Key Features of Dark Basic What is Dark Basic? Dark Basic is...
ASCII Code ShowData coding Morse code was the first code used for long-distance communication. Samuel F.B. Morse invented it in 1844. This code is made up of dots and dashes (a sort of binary code). It was used to carry out communication much faster than could...
Denial of service attack ShowIntroduction to denial-of-service attacks A "denial-of-service attack" (abbreviated DoS) is a type of attack that aims to make an organization's services or resources unavailable for an indefinite amount of time. Most of the time, these attacks are...
Object class and instance ShowThe concept of classes A class is the structure of an object, meaning the definition of all items that an object is made up of. An object is therefore the "result" of a class. In reality, an object is an instance of a class, which is why can use...