how to hide photoshop application?

krishnaramu

New member
Joined
Feb 10, 2011
Messages
1
Programming Experience
5-10
I am using photoshop cs3 application to read the CMYK colors values using vb.net, when iam accessing photoshop application, the photoshop apps is opening up. I want that to be hidden and process in the background. can some one help me on this.
 
Are you saying that you're actually starting the Photoshop process from within your VB code, i.e. by calling Process.Start? If so, look at the ProcessStartInfo class, which lets you set parameters controlling how the process is started.
 
Back
Top