Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Other Compiled Languages (https://www.askmehelpdesk.com/forumdisplay.php?f=466)
-   -   Open a pictureBox image in with photoshop in Visual c# (https://www.askmehelpdesk.com/showthread.php?t=825886)

  • Jun 29, 2016, 10:49 PM
    znet2705zc
    Open a pictureBox image in with photoshop in Visual c#
    Hi, I want to open an image in photoshop by double click on a pictureBox.
  • Jun 30, 2016, 07:27 AM
    CravenMorhead
    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.

  • All times are GMT -7. The time now is 05:14 AM.