I am loading a word document into the web browser control using code like this:

Code:
WebBrowser1.Navigate("C:\Docs\Test Documents\Test.doc")
When I do this, everything works fine and the user can use all of the toolbars.

However, if after I do that, I then open word outside of my app, all of the toolbars in the word document in my app become disabled.

I have done some searching and found other people have had this issue and this MS article mentions similar symptoms, but offers no solution.

http://support.microsoft.com/kb/243058/

Has anyone seen this before or found any way around it?