Windows Develop Bookmark and Share   
 index > Windows Forms Designer > Powerpoint in a Visual Basic.Net Form
 

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
MigrationUser 1  Monday, March 29, 2004 9:43 PM
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.
MigrationUser 1  Thursday, April 08, 2004 1:28 PM
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?
MigrationUser 1  Wednesday, April 28, 2004 3:14 AM
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.
MigrationUser 1  Wednesday, April 28, 2004 10:46 AM

You can use google to search for other answers

Custom Search

More Threads

• Designer Can't load Form
• About combo box.
• How to implement Datasource property on custom controls?
• Exception has been thrown by the target of an invocation. While using DesignerHost
• create a System.Drawing.Image from an icon file (not embbeded) on run-time
• Reflection
• PRB - SplitContainerDesigner initialization throw exception.
• Problem with visual inheritance
• MDI CHILD QUESTIOn
• Need to make individual cells in DataGridView read-only programmatically.