dejaman Posted July 22, 2003 Posted July 22, 2003 hi i'm just about to start developing an application for editing graphics using C# (from the free .NET framework). If I do it using MFC, I would use the document/view architecture, but what is the way I to do it using .NET? I there any special class or something else...? 10x Quote
*Gurus* divil Posted July 23, 2003 *Gurus* Posted July 23, 2003 You can use standard MDI forms in .NET applications - you just set IsMdiContainer to true on your parent form, then assign children by setting their MdiParent property. Alternatively (shameless plug) you can use my documentmanager control :) Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.