Form Design:
Form = 1
Command Button = 2
Properties Set:
Object | Property | Settings |
Form1 | Caption Max Button Height Width | cmd Back & Fore Color Project-1 False 2100 9075 |
Command1 | Caption Height Width Left Top | Back Color Fore Color 495 1095 1920 960 |
Command2 | Caption Height Width Left Top | E&xit 495 1215 7560 960 |
Text1 | Text Fore Color Height Width Left Top | M A MUNEEM BILLAH (NAYEEM) &H80000008& 735 8655 120 120 |
Code:
Private Sub Command1_Click()
Text1.BackColor = QBColor(2)
Text1.ForeColor = QBColor(12)
End Sub
Private Sub Command2_Click()
End
End Sub
0 Comments
Thank you for your Comment.