Active document server in .Net

  • Thread starter Thread starter Bruce Pataki
  • Start date Start date
B

Bruce Pataki

I have an MFC MDI application in VC++ which is active document server
application which allows opening document in container like internet
explorer.

Is it possible to create the active document server application using .NET
framework and allow to open document in internet explorer?

Any tips on the same will be helpful.

Thanks.
 
Bruce said:
I have an MFC MDI application in VC++ which is active document server
application which allows opening document in container like internet
explorer.

Is it possible to create the active document server application using .NET
framework and allow to open document in internet explorer?

Generally yes. You need to implement all the necessary COM interfaces
yourself, though. It's not nearly as much fun as it used to be with MFC :-)


Oliver Sturm
 

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