sciaccia 0 Newbie Poster

Hello all,
I have created an application in vb.net 2010 on my PC which runs Windows 7 (64 bit). I created a form with a webBrowser container to open docx files, but the method navigate, open the document in a new external window.
I would like to open the docx "inside" the webBrowser (I have office 2010).
I try to use webBrowser1.Navigate("myfile.docx",false) and to use the Microsoft fix MicrosoftFixit50514.msi, but the problem is not resolved.
Can somebody give me a solution with webBrowser or other container ?
Thanks.