Skip to main content
Participant
July 21, 2008
Question

VB.Net 'hide' PS Window

  • July 21, 2008
  • 1 reply
  • 553 views
Is there any way to run a PS script (using VB.net) and NOT show the photoshop window?
This topic has been closed for replies.

1 reply

Known Participant
September 24, 2008
dim appref as photoshop.application = new photoshop.application
appref.visible = false