- Home
·
- Graphics
·
- Create a Command Button with Label Control and Shape Control
Create a Command Button with Label Control and Shape Control
Create a Command Button with Label Control and Shape Control
Rate Create a Command Button with Label Control and Shape Control
(1(1 Vote))
Private Sub Label1_MouseDown()
Label1.BorderStyle = vbFixedSingle
End Sub
Private Sub Label1_MouseUp()
label1.BorederStyle = 0
End Sub
Private Sub Label1_Click()
frmAbout.Show 1,Me
End Sub
This is Really Good hen you Need to Create a Flat Button to Enhance your Application
Place the Label o the Form and Place the Shape on Top f the label
Same Height same Width
That it my Friend
Create a Command Button with Label Control and Shape Control Comments
No comments yet — be the first to post one!
Post a Comment