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

QUICKY OPENING BY DOUBLE CLICK

Status
Not open for further replies.

lashwarj

IS-IT--Management
Nov 1, 2000
1,067
US
How would I take a boundcontrol andmake it so when double clicked it would open the image in another application. EX. I have a program I wrote that displays a thumbnail, I want it so when I double clikc this thumbnail the image is opened in internet explorer or adobe photoshop.
 
Lashwarj,
Set the "Enabled" property under the Other tab for the OLEBound Control = .T. Then, make sure you don't have some piece of code somewhere else that is setting the Enabled property to false. Then, whatever the control is bound to, will allow for editing of the object when double clicked. (You might also want to check your CLICK event,Double click event, and Got Focus events to make sure there isn't any code preventing them from being "Edited" when clicked.
Thanks,
-Scott

s-) Please let me know if this has helped s-)
by clicking below!
\/
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top