Hi, everyone!
I am using Interop.Photoshop.Dll from my C# Windows Forms application. I am using a com object that Adobe Photoshop CS4 provides to use Photoshop in my C# program.
I'm using the ApplicationClass class to launch Photoshop. I have Photosoft CS3 and CS4 on my machine. When I do this:
Photoshop.ApplicationClass app = new Photoshop.ApplicationClass()
It launches Photoshop CS3 and does not launch CS4. Is there someone who knows the cause of this?
P.S: I checked my registry at // HKEY_CLASSES_ROOT\Photoshop.AdobePlugin\shell\open\command and it points to the Photoshop CS4 executable.