|
-
Mar 21st, 2006, 09:13 PM
#1
Thread Starter
New Member
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
-
Mar 21st, 2006, 09:40 PM
#2
Re: I want to create a powerpoint presentation in VB6
Welcome to Forums, siep!
Here's a Microsoft PowerPoint Object Model for you.
-
Jul 21st, 2010, 04:49 AM
#3
New Member
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 ?
-
Jul 21st, 2010, 05:20 AM
#4
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
-
Jul 21st, 2010, 06:01 AM
#5
Re: I want to create a powerpoint presentation in VB6
 Originally Posted by testpilot
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.
-
Jul 21st, 2010, 06:06 AM
#6
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|