|
|||||||||||||||||
![]() |
![]() |
![]() |
|||||||||||||||
| Project and Modules <VB Tutorial | Contents | Previous | Next >
Code in Visual Basic is stored in modules. There are three kinds of modules: One form is always provided for you when you begin the VB project. You have experience of using Form in the last lesson. Simple applications can consist of just a single form (like what you have done), and all of the code in the application resides in that form module. As your applications get larger and more sophisticated, you may add additional forms. Adding Form or Module or Class to a Project is easy: Each module (either form, standard module or class) has its own variables, functions and procedures and event procedures (for example: Form_Load, Form_Click etc.). You write your code inside the event procedures if you want VB to do something during those events. You can also create your own procedures. Don't worry if you still do not uderstand. As you proceed further with this tutorial, you will learn more about those things. <VB Tutorial | Contents | Previous | Next > Rate this tutorial or give your comments about this tutorial Preferable reference for this tutorial is Teknomo, Kardi. Visual Basic Tutorial . http:\\people.revoledu.com\kardi\ tutorial\VB
|
|||||||||||||
|
||||||||||||||
|
||||||||||||||