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