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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

to make double clic on a image

Status
Not open for further replies.

FernandoAndrade

Programmer
Joined
Oct 6, 2003
Messages
5
Location
CL
Hi everyone !!!! (especially to all masters in Visual Basic)

As you know, I’m not an advanced programmer, but I try to do something.... ok ?…

Now, anybody can tell me how an image can I put in a form (for example : a map), and then to be able to make double clic on this image and this way activate any other event ?

Thanks and regards…

Fernando
 
Use a Picture Box and the event double click (DblClick) of it.

Hope this helps,

David.
 
David :

I will revise this and I comment you

thank for your time

Fernando
 
you can load pictures in your form too and then use double click event for your problem.
might helped
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top