Hi,
I want to scripting in Photoshop through vb.Is it posible to intiate photoshop actions though vb.
Printable View
Hi,
I want to scripting in Photoshop through vb.Is it posible to intiate photoshop actions though vb.
have a look in Project References and see if you can find PhotoShop in the list. I have PhotoShop 4.0 in that list for example
hope it helps
IF you have set this reference this is a way to use it (Early binding):
As far As i can see it's extremly limited exposure of the features of photoshop so don't expect much.Code:Dim Ph As PhotoshopApplication
Dim Dr As IAutoPSDoc
Set Ph = New PhotoshopApplication
Set Dr = Ph.Open("C:\MyDrawing.psd")
Maybe CS(2) offers more
Dear All,
Thanks for the post.How to load actions of the photoshop/cs2
No One?