doc-view support in .Net framework with C#

  • Thread starter Thread starter JohnSun
  • Start date Start date
J

JohnSun

I would rewrite an old doc-view MFC application with C#.
Looks like C# only supports Windows form based
application. Do I miss something? If I really want to
create doc-view application with C#, how can I do it and
where can I find the sample code?

Thanks a lot,

-JohnSun
 
Hi JohnSun,

Unfortunately Windows Forms doesn't have the support of Doc/View
architecture that MFC has. You have to implemented by yourself or
use some 3th party framework if there is any.

B\rgds
100
 
Back
Top