Introduction
>> Nov 26, 2008
When you open the visual basic 6.0, apear window like left side picture, select standard Exe project.
Now you can start the new project,Now you can see form1 after selection , left side you can see project explorer, properties of form1. Before building of visual basic application, understand where you can enter code. when you double click on form1, you can see source code window.When you click on the object box, the drop-down list will display a list of objects you have inserted into your form as shown in figure 2.2. Here, you can see a form with the name Form1, a command button with the name Command1, a Label with the name Label1 and a Picture Box with the name Picture1. Similarly, when you click on the procedure box, a list of procedures associated with the object will be displayed as shown in figure 2.3. Some of the procedures associated with the object Form1 are Activate, Click, DblClick (which means Double-Click) , DragDrop, keyPress and more. Each object has its own set of procedures. You can always select an object and write codes for any of its procedure in order to perform certain tasks.
So, lets start to make new application
So, lets start to make new application
0 comments:
Post a Comment