Forum: C# Oct 3rd, 2009 |
| Replies: 9 Views: 489 Just post your code if you have problems and we'll check it. |
Forum: C# Sep 24th, 2009 |
| Replies: 5 Views: 642 Unfortunately, I cannot send you the assemblies because of the security policies of where I work.
I tried to add the directory path of the Photoshop CS4 executable to the %PATH% variable (because... |
Forum: C# Sep 24th, 2009 |
| Replies: 5 Views: 642 Unfortunately, I can't call Process.Start() because I will need to get the opened images in Photoshop in my code. So, I need a "pointer" on the application and ApplicationClass can provide it to me. |
Forum: C# Sep 23rd, 2009 |
| Replies: 5 Views: 642 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... |
Forum: C# Sep 22nd, 2009 |
| Replies: 0 Views: 430 Hi, everyone!
I'm writing a program in C# that needs to know opened files in a Photoshop CS4 window.
The old versions of Photoshop have a MDIClient window in the program that can be getted with... |