Results 1 to 6 of 6

Thread: I want to create a powerpoint presentation in VB6

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2006
    Posts
    1

    I want to create a powerpoint presentation in VB6

    I am trying to create a Powerpoint presentation in VB6. Each slide will contain 1 picture from a directory on my PC. there are about 100 pictures in that directory, so I want to write 100 slides. Ideally these pictures fit exactly on the slide.

    2 Questions?

    1) how do I do this? So far I have been able do dabble with it, but I cannot get this right

    2) where can i find documentation/literature on the Powerpoint object library in VB6.

    Any help is appreciated,

    Thanks,

    Siep

  2. #2

  3. #3
    New Member
    Join Date
    Jul 2010
    Posts
    2

    Re: I want to create a powerpoint presentation in VB6

    I have EXACTLY the same task now... (years latrer, I know...)

    Any further hints or solutions than RhinoBull's link ?

  4. #4
    PowerPoster
    Join Date
    Dec 2004
    Posts
    25,618

    Re: I want to create a powerpoint presentation in VB6

    check out the tutorial for automating office applications in the faq thread at the top of the office development forum
    i do not know how much powerpoint specific information is included
    i do my best to test code works before i post it, but sometimes am unable to do so for some reason, and usually say so if this is the case.
    Note code snippets posted are just that and do not include error handling that is required in real world applications, but avoid On Error Resume Next

    dim all variables as required as often i have done so elsewhere in my code but only posted the relevant part

    come back and mark your original post as resolved if your problem is fixed
    pete

  5. #5
    Next Of Kin baja_yu's Avatar
    Join Date
    Aug 2002
    Location
    /dev/root
    Posts
    5,989

    Re: I want to create a powerpoint presentation in VB6

    Quote Originally Posted by testpilot View Post
    I have EXACTLY the same task now... (years latrer, I know...)

    Any further hints or solutions than RhinoBull's link ?
    Welcome to the forum!

    Please don't bump old threads (this one is 4 years old) or post in other people's threads. If you have a question create a new thread for it, and if it is related to some other thread (like this one), post a link to it in yours.

  6. #6
    New Member
    Join Date
    Jul 2010
    Posts
    2

    Re: I want to create a powerpoint presentation in VB6

    ok, sorry for that.

    - testpilot (reading the faq thread )

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