VB.NET and DSOFramer

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can anyone point me to any documentation or examples of using the DSOFramer
control, provided by Microsoft for automating inplace activation of Office,
using VB.NET?
 
The DSOFramer is for including Office inside an Active-X container. To
achieve what you want, you would have to code an Active-X container from
..NET and this would be quite a daunting task.

A better solution would be to use interoperability to include IE into your
..NET application and then, include the DSOFramer into this IE object.

S. L.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top