Hello,


process.start("c:\mydoc.doc") is efficient in a way that it will automatically open and run the associated application to open the file, my problem now is, it is possible that the application like MsWord will run under the .net application not in a separate windows? like the OLE, I will just allocate a space in my form and the opened file is viewed in that space?


thanks....