- Decide what your application is to do by creating an overall design.
- Create the visual portion of your application (the screens and menus that your users will interact with).
- Add Visual Basic programming language code to tie the visual elements together and to automate the program.
- Test your application to locate and remove any bugs you find.
Before Visual Basic, writing a program was more tedious for several reasons.In a text-based environment, you would have to design on paper all the screens that the user would see. You would then take that paper to the users to see if you were designing exactly what they wanted. If you were designing a program for mass distribution, such as a game or a general-purpose business application, you would still write down all the screens, create complicated data flows to and from the various screens, design the disk files needed by the
program, and basically plan every detail before you ever went to the keyboard.Visual Basic’s visual nature encourages you to go to the keyboard much earlier in the programming process. Instead of using paper, you’ll design screens with Visual Basic’s tools.
No comments:
Post a Comment