Results 1 to 5 of 5

Thread: vb & Photoshop

  1. #1

    Thread Starter
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    vb & Photoshop

    Hi,
    I want to scripting in Photoshop through vb.Is it posible to intiate photoshop actions though vb.

  2. #2
    Frenzied Member HanneSThEGreaT's Avatar
    Join Date
    Nov 2003
    Location
    Vereeniging, South Africa
    Posts
    1,492

    Re: vb & Photoshop

    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
    VB.NET MVP 2008 - Present

  3. #3
    Fanatic Member Dnereb's Avatar
    Join Date
    Aug 2005
    Location
    Netherlands
    Posts
    863

    Re: vb & Photoshop

    IF you have set this reference this is a way to use it (Early binding):

    Code:
    Dim Ph As PhotoshopApplication
        Dim Dr As IAutoPSDoc
        
        Set Ph = New PhotoshopApplication
        Set Dr = Ph.Open("C:\MyDrawing.psd")
    As far As i can see it's extremly limited exposure of the features of photoshop so don't expect much.
    Maybe CS(2) offers more
    why can't programmers keep and 31 Oct and 25 dec apart. Why Rating is Useful
    for every question you ask provide an answer on another thread.

  4. #4

    Thread Starter
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Re: vb & Photoshop

    Dear All,
    Thanks for the post.How to load actions of the photoshop/cs2

  5. #5

    Thread Starter
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Re: vb & Photoshop

    No One?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width