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
 
Back
Top