05-04-2009, 09:37 PM
Simply use a picture box instead of a command button.
Other then
Use
Other then
Code:
Private Sub Command1_Click()
MsgBox "Woo"
End Sub
Code:
Private Sub Picture1_Click()
MsgBox "Woo"
End Sub