Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: DeonM
  • Order by date
  1. DeonM

    Open an existing .ppt powerpoint file from Visual Basic 6

    Will do so, thanks! Here is the code for extracting images from ppt! But I think is in VBA! Sub ExtractImagesFromPres() On Error GoTo ErrorExtract Dim oSldSource As PowerPoint.Slide Dim oShpSource As PowerPoint.Shape Dim ctr As Integer Dim sPath As String sPath = "C:\"...
  2. DeonM

    Open an existing .ppt powerpoint file from Visual Basic 6

    I have a powerpoint file that does exactly (except the text saving) what I want to do but only in VB6! How can I send this ppt file to you guys so you can check and see exactly what I'm trying to achieve? Thanks
  3. DeonM

    Open an existing .ppt powerpoint file from Visual Basic 6

    Thanks for the help guys, but this code does not help me exactly for what I'm trying to do! The program I'm creating is a VB6 app. There is a open button to open a ppt file. then I got an Extract button that I press and this will extract all the images from the selected file to a specified...
  4. DeonM

    Open an existing .ppt powerpoint file from Visual Basic 6

    Thanks, OK I looked at al the properties from the common dialog control but I cannot find anything else that could be useful for doing anything else! I think this should work fine! Can I ask another question in this post or should I post a new one! The question I want to ask is basically what to...
  5. DeonM

    Open an existing .ppt powerpoint file from Visual Basic 6

    I'm creating a program in Visual Basic 6 to export pictures from existing powerpoint file. How do I open an existing powerpoint file through a common dialog control. Powerpoint application should not open, basically I just want to open a ppt file leave it in "memory" and then export the...
  6. DeonM

    Open an existing .ppt powerpoint file from Visual Basic 6!

    The thing is I'm not using the vb editor in Powerpoint application. I want to create this program in Visual Basic 6 itself. The vb6 help is called MSDN and I don't have it! Please help! Thanks
  7. DeonM

    Open an existing .ppt powerpoint file from Visual Basic 6!

    What VB help do you mean. If you are talking about msdn, I do not have that installed on my PC. I kinda lost the disks! I got two VB6 books but nothing there is helping me!
  8. DeonM

    Open an existing .ppt powerpoint file from Visual Basic 6!

    Hi there and thanks for your reply! Could you please assist me in how to use the GetObject function. I searched on the internet and on VBHelp but I just don't know how to use it. I'm a newbie! Thanks alot!
  9. DeonM

    Open an existing .ppt powerpoint file from Visual Basic 6!

    I creating a program Visual Basic 6 to export pictures from existing powerpoint files. How do I open and existing powerpoint file through a common dialog control. Powerpoint application should not open, basically I just want to open a ppt file leave it in "memory" and then export the pictures...

Part and Inventory Search

Back
Top