CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 2012
    Posts
    16

    ActiveX / Control for Power Point Presentation

    Is it possible to make an ActiveX or Control(.DLL) that can handle Power Point Presentation events? Using VB.Net or if not, any programming language to make that then embed to VB.Net? I am planning to run a Power Point Presentation inside a Form. I found an ActiveX for PPT but it is paid.

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: ActiveX / Control for Power Point Presentation

    There is a Power Point Viewer, but, I don't think you are allowed to distribute it. Clients can install, and run PP though
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Aug 2012
    Posts
    16

    Re: ActiveX / Control for Power Point Presentation

    Well I am planning to make my own so that I don't have to pay. .

  4. #4
    Join Date
    Jul 2005
    Posts
    1,083

    Re: ActiveX / Control for Power Point Presentation

    Here's one way using the PPT object
    http://www.dotnetspider.com/resource...on-VB-net.aspx
    JG


    ... If your problem is fixed don't forget to mark your threads as resolved using the Thread Tools menu ...

  5. #5
    Join Date
    Aug 2012
    Posts
    16

    Re: ActiveX / Control for Power Point Presentation

    @jggtz, I have tried that already. It just open the PPT Application in separate window. I want it inside my form.

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

Featured