stupid question, while I rebuild my development machine....
C#
4
Posts
4
Posters
0
Views
1
Watching
-
As David said, Yes you can. To add to that though there is an inherit difference between the way Windows Forms and MFC work. There is no difference between an MDI parent, MDI child, and a Dialog. All are created by deriving from
Form
and calling certain methods or setting certain properties. For an MDI parent set theIsMdiContainer
property to true. To create a MDI Child, assign the parent window to the child form'sMdiParent
property. To create a Dialog, use theShowDialog()
method. James Simplicity Rules! -
Yes you can. :) -- David Wengier Sonork ID: 100.14177 - Ch00k (as far as I know)
-
Keep a close watch on [this](http://www.sellsbrothers.com/tools/genghis/ target=_blank) regards Kannan