Powerpoint in a Visual Basic.Net Form

How can i "run" a powerpoint file in a visual basic.net form.
The application should not run "fullscreen", the ptt is just a part of the form.

Looking forward for some help.

Daniel Ali Aman / Kuala Lumpur


Answer this question

Powerpoint in a Visual Basic.Net Form

  • drougnor

    They do not currently have side by side working, also if you use a feature of 2.0 then run it on a system with 1.1/1.0 then it will not work. This is also true if you do something in 1.1 and use some feature only found in 1.1 and then put it on a 1.0 machine and it will have issues. 

    You will just have to wait till the framework 2.0 is in general release.

  • ShaaaM

    in VS.2005 there is whats called active hosts, you might be able to import an activeX control to show the Powerpoint in your form. that's about the only way. Look for an activeX contorl for the power point.
  • Mangun

    General question re vs2005.  I built a small project on vs2005.
    Had to do a cleant reinstall  of win xp and loaded .net 1.1 run time and my project would not work.
    It asksed me to get .net 2.0 -which is not yet available.
    How do I build apps with 2005 and have others with only .net 1/1.1 use them

  • Powerpoint in a Visual Basic.Net Form