Doc / View i C# ?
-
I just wonder if there is any similar to doc/view in C# and the .NET Framework. I realy liked the doc/view project “in the old days” I used VC++ 6.0 and MFC. ...and justice for all APe
-
I just wonder if there is any similar to doc/view in C# and the .NET Framework. I realy liked the doc/view project “in the old days” I used VC++ 6.0 and MFC. ...and justice for all APe
Using the right properties on the
Form
class, you can implement the container/view part pretty easily. As for the doc/view part, there was a really good series of articles on MSDN[^] recently. See the following parts by Chris Sells about document-centric applications in Windows Forms using C#:- http://msdn.microsoft.com/library/en-us/dnforms/html/winforms09182003.asp[^]
- http://msdn.microsoft.com/library/en-us/dnforms/html/winforms10162003.asp[^]
- http://msdn.microsoft.com/columns/winforms.asp[^]
- http://msdn.microsoft.com/library/en-us/dnforms/html/winforms11202003.asp[^]
-----BEGIN GEEK CODE BLOCK----- Version: 3.21 GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++ -----END GEEK CODE BLOCK-----
-
I just wonder if there is any similar to doc/view in C# and the .NET Framework. I realy liked the doc/view project “in the old days” I used VC++ 6.0 and MFC. ...and justice for all APe
Genghis might help: http://www.sellsbrothers.com/tools/genghis/