Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
?Basic? VB6 UI Edit
#5
Simply use a picture box instead of a command button.

Other then
Code:
Private Sub Command1_Click()
MsgBox "Woo"
End Sub
Use
Code:
Private Sub Picture1_Click()
MsgBox "Woo"
End Sub
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)