VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Create a Command Button with Label Control and Shape Control

by Edgar Santiago (4 Submissions)
Category: Graphics
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sun 6th January 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Create a Command Button with Label Control and Shape Control

Rate Create a Command Button with Label Control and Shape Control



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 

Download this snippet    Add to My Saved Code

Create a Command Button with Label Control and Shape Control Comments

No comments have been posted about Create a Command Button with Label Control and Shape Control. Why not be the first to post a comment about Create a Command Button with Label Control and Shape Control.

Post your comment

Subject:
Message:
0/1000 characters