Hello ,
There are codes added daily 
| QUOTE |
- Show.FormName ''shows the form
- Hide.Formname ' hides the form
- End 'Closes All of the Application Completly
- Unload me ''Unloads The Program
- msgbox "enter your message !" ' 'An Aleart Box
- Command2.Caption = " Text" 'Changes The Text Of An Button
- Label.Caption = "text" 'Changes The Text of an lable,text area
- button.Enabled = False 'Disapears an Button
- Form1.Caption = "TEXT" 'Changes the Title of your form !
|
Last Updated : 13:21 ( Saturday 24th January 2004 )
|