Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

  • *Gurus*
Posted

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 :)

MVP, Visual Developer - .NET

 

Now you see why evil will always triumph - because good is dumb.

 

My free .NET Windows Forms Controls and Articles

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...