Friday, December 21, 2012

The Glimpse of The Visual Basic

In this post, I will discuss about visual programming using visual basic 2010, the glimpse of the visual basic is as follows :
  • Visual Basic is a programming language that implements the concept of event-driven visual programming. eg : when clicking the save button, the program will save the data.
  • Visual Basic Programs created using tools called Integrated Development Environment (IDE)
  • Visual Basic has been Full of OOP and respond to user events such as mouse/button presses and timers.
  • The design of the display can be done by Drag and Drop objects that are already available such as buttons, labels, textbox, combobox etc.
The requirement of developing a program using visual basic is your computer using windows operating system and your computer also has been installed microsoft visual studio 2010, as well as database servers like sqlserver / mysql/ oracle if your application is developed for database oriented applications. 
The examples of using visual basic programming will be given in the next post

No comments:

Post a Comment