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.

Upperstage
  • 3,747
  • 8
  • 44
  • 67

1 Answers1

2

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.

i_am_jorf
  • 53,608
  • 15
  • 131
  • 222