Run an application

Run an application

     
Run an application
Objects
  • An application is a collection of objects that work together to accomplish something useful. In VB the application is called a Project.
  • A window is an object
     
Event
  • In a VB project, the processes that occur have to be associated with events.
  • An event is something that happens - the user clicks on a button, a form is opened, the result of a calculation is too large
     

Last modified: Thursday, 5 January 2012, 10:32 PM