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

    Power Point Presentation within a windows form

    How can I run a power point within a form? Aside from WebBrowser Control, I don't have any idea of what controls can hand power point presentation. There's this Microsoft Web Browser but I've been told that it can't handle newer version of MS Office. I've read several articles regarding this and none of them seems to help me. There are some that works but it loads a Power Point in separated window. There is an activex called Viscom Power Point Viewer but it can just load .PPT File which is the old file extension of MS Power Point and it is paid also. Well anyway, my point is I want to create my own version of power point similar to viscom's. I want it inside a form

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

    Re: Power Point Presentation within a windows form

    Really? http://www.microsoft.com/en-us/downl...ils.aspx?id=13 They do not license their code. Pretty hard to reverse engineer, and it would COPY their program. As soon as you sold more than 10, you'd end up in court.
    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: Power Point Presentation within a windows form

    I don't plan to sell it I just want to finish my project :P Would that be fine?

    I downloaded and installed already. I don't know what control that can handle this?
    Last edited by k3nnt0ter0; September 8th, 2012 at 08:32 PM.

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