Welcome Project of Visual Basic 6.0 by using Label

***********************************************************************************************************************************
Form Design:

Form = 1
Label = 1
CommandButton = 1

Properties Set:

Object

Property

Settings

Form1
Caption
Height
Width
Welcome Project
7725
9525
Label1
Caption
Height
Width
Left
Top
[blank]
495
6135
1440
1440
Command1
Caption
Height
Width
Left
Top
Welcome
495
1215
3960
3840

Code:

Private Sub Command1_Click()
Label1.Caption = "Welcome To MAMB"
End Sub

***********************************************************************************************************************************

Post a Comment

0 Comments