Saturday, December 22, 2012

Introduction to Visual Basic 2010 Working Area and The Controls

Control / base object is a object that is often used in making program, some of which are :
  • buttons
  • text box
  • labels
  • radio button
  • check box
  • combo box
  • list box
  • tool tip
  • Numeric Up Down
each control has several properties, methods and events :
  • Properties are the attributes that describe the object (size, color, etc).
  • Events are event that characterize how an object responds to commands (Click, MouseHover).
  • Methods define the actions taken by the object.

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

Wednesday, December 12, 2012

Hello World

heterocontent.blogspot.com is a blog which contains a variety of content that can be used as a source for us to get various kinds of knowledge about computers, entertainment, latest sports information and much more.