-->

How to create an applicaion



  1. select Microsoft Visual Basic6.0 from Start menu
  2. select Standard Exe and click on Open button
  3. A new project interface open
  4. Then drag and drop controls from toolbox to form window which you want to use in your application
  5. After that open Code window or double click on control and place code which you want at the appropriate evnt of that control
  6. After completing the coding ,Run your application and check that produce output according to requirements or not
  7. At the end ,We can create a EXE file of our application