Form Designing
FORM DESIGNING:-
Simply Drag & Drop Tools. Like Textbox, Label, Combobox etc
CODE EVENTS:-
Any tool have a code at event. like Button has many events Click Event, key press event, mouse move event etc.
for code of default event double click on tool (double click on button, on textbox)
EXAMPLE CODE FOR BUTTON CLICK EVENT:-
1. Open Blank Application
2. On Form Draw a Button.
3. Double Click on Button.
4. Write code on given below and as shown below in pic.
Msgbox ("Hello World")
Simply Drag & Drop Tools. Like Textbox, Label, Combobox etc
CODE EVENTS:-
Any tool have a code at event. like Button has many events Click Event, key press event, mouse move event etc.
for code of default event double click on tool (double click on button, on textbox)
EXAMPLE CODE FOR BUTTON CLICK EVENT:-
1. Open Blank Application
2. On Form Draw a Button.
3. Double Click on Button.
4. Write code on given below and as shown below in pic.
Msgbox ("Hello World")


Comments