Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Imagebox & label added inside picture box - CLICK EVENT ?

Status
Not open for further replies.

hsviljoen

Programmer
May 26, 2004
73
ZA
Ok - I know the heading doesnt make sense at all. Ive added a imagebox and label into a picture box - but now i want to have a 1 click event for everything inside the picturebox - is this possible?
 
try
Code:
Sub Picbox1_Click()

...do stuff

end sub

sub lbl1_click()
  PicBox1_Click()
end sub

Everybody body is somebodys Nutter.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top