Monday, May 24, 2010

In Visual Basic, how do i make a picture box control respond to a mouse click?

its getting pretty frustrating.

In Visual Basic, how do i make a picture box control respond to a mouse click?
Private Sub Picture1_Click()


'Code goes here


End Sub





If you need to tell where the user clicked, or what button was pressed, use MouseDown or MouseUp.


No comments:

Post a Comment