Open Phototshop image from a form

  • Thread starter Thread starter Geoffrey Pocock
  • Start date Start date
G

Geoffrey Pocock

Hello

I have a form that I use for my digital photographs with an image frame that
shows the pictures. I have created a RunApp macro that will open PhotoShop
when the image is double-clicked but I cannot work out how to modify the
command line so that double-clicking actually opens the picture in
PhotoShop.

The images are defined by [SOURCE] which is the directory path and [NAME]

Any advice gratefully received.

--
Yours

Geoffrey Pocock

To reply please remove NOSPAM
 
Look at using the FollowHyperlink method in your double click event. It should
open the picture in Phototshop.
 
Back
Top