how to open a word file thru my application
hi,
i need to open a word file.
i opened it by using Process.Start("myfile.doc");
but it opened in a new window.
what i need is,
i wanna open that file in a panel in my application. How ?
thanX advance,
Sris

