Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
About Custom Menu
#4
Double click the control, and it'll bring up the _Click code of the control.

Say you have a picture box called picExit. You double click the picture box, and the code will come up with something like

Code:
Private Sub picExit_Click()

End Sub
Then in the picExit_Click sub, you could put something like this

Code:
Private Sub picExit_Click()
    Unload Me
End Sub
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)