Windows forms control + Word + IE Browser

  • Thread starter Thread starter Aurimas Norkevicius
  • Start date Start date
A

Aurimas Norkevicius

I am trying to create an user control with ms word functionality. I succeded
to create this control and it is functional in windows forms. I would like
to use it in html pages using <object ..> tag. I can embed my controls into
the web page easily until i do not reference word com object.
Does anybody has any ideas how to create a control whitch could use word com
object on client computer.

Thank you.
 
Aurimas,

You might be better off creating an IFRAME element, and loading the Word
document in that. That might be much easier than hosting a control and then
loading the document into that. When you host a control in a web page, you
will have to ensure that the framework in installed, and modify the security
settings so that the control may be hosted. Needless to say, it is not a
trivial task.

Hope this helps.
 
Back
Top