views:

21

answers:

1

I would like to use an ActiveX control - almost exactly like Edraw - to load and edit MS Word documents in IE. I found this MS article and FramerEx; can I use FramerEx? How do I write the HTML to include FramerEx?

Also, can you point me to a primer on ActiveX controls?

Many thanks.

+2  A: 

FramerEx is sample code. You can use it as a guide, but you'll probably need to re-write it to get it to production quality. It's also probably not quite what you want. I would recommend starting from scratch.

Refer to the object tag documentation to instantiate your control.

Here is the primer on ActiveX controls.

jeffamaphone
Thank you! (+1)
Upper Stage