Opening a Word Document in an OLE Container

nd4spdrace

Newcomer
Joined
Feb 11, 2003
Messages
7
How can I go about putting a Word, Excel, PPT or other object file into a form? I think i remember doing it with an OLE in VB6 but there is no OLE container in DotNet. If this is not possible what would I have to do to just have the program launch the application to run the file?


Thanks
-Bret
 
That code does not really do what I am looking for. That code takes whatever you write and makes it into a word file. I need something that imports the file right onto the form so that the user can see an already created file.
 
Back
Top