PDA

View Full Version : Open a pictureBox image in with photoshop in Visual c#


znet2705zc
Jun 29, 2016, 10:49 PM
Hi, I want to open an image in photoshop by double click on a pictureBox.

CravenMorhead
Jun 30, 2016, 07:27 AM
I don't know exactly what to do code wise but the concept is simple and should be easily executable:

1). Create a callback for the double click action for that widget. You should be able to do this easily.
2). Within that you can spawn a session of photoshop using the image name as a parameter.

It should be easy enough.