Click here to Skip to main content
16,005,206 members
Home / Discussions / C#
   

C#

 
GeneralAssembly Error! Pin
Mazdak14-May-02 1:40
Mazdak14-May-02 1:40 
GeneralRe: Assembly Error! Pin
James T. Johnson14-May-02 1:55
James T. Johnson14-May-02 1:55 
GeneralRe: Assembly Error! Pin
Mazdak14-May-02 3:23
Mazdak14-May-02 3:23 
GeneralRe: Assembly Error! Pin
James T. Johnson14-May-02 3:32
James T. Johnson14-May-02 3:32 
GeneralRe: Assembly Error! Pin
Mazdak14-May-02 4:56
Mazdak14-May-02 4:56 
Generalstupid question, while I rebuild my development machine.... Pin
Ollie14-May-02 0:16
Ollie14-May-02 0:16 
GeneralRe: stupid question, while I rebuild my development machine.... Pin
David Wengier14-May-02 0:23
David Wengier14-May-02 0:23 
GeneralRe: stupid question, while I rebuild my development machine.... Pin
James T. Johnson14-May-02 0:21
James T. Johnson14-May-02 0:21 
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 the IsMdiContainer property to true. To create a MDI Child, assign the parent window to the child form's MdiParent property. To create a Dialog, use the ShowDialog() method.

James

Simplicity Rules!
GeneralRe: stupid question, while I rebuild my development machine.... Pin
Kannan Kalyanaraman15-May-02 4:53
Kannan Kalyanaraman15-May-02 4:53 
GeneralExcel in VC# Pin
Member 1697713-May-02 23:40
Member 1697713-May-02 23:40 
GeneralRe: Excel in VC# Pin
James T. Johnson13-May-02 23:49
James T. Johnson13-May-02 23:49 
GeneralRe: Excel in VC# Pin
Member 1697714-May-02 1:53
Member 1697714-May-02 1:53 
GeneralRe: Excel in VC# Pin
James T. Johnson14-May-02 1:58
James T. Johnson14-May-02 1:58 
GeneralRe: Excel in VC# Pin
Member 1697714-May-02 2:50
Member 1697714-May-02 2:50 
GeneralRe: Excel in VC# Pin
James T. Johnson14-May-02 3:29
James T. Johnson14-May-02 3:29 
GeneralRe: Excel in VC# Pin
Member 1697714-May-02 3:58
Member 1697714-May-02 3:58 
GeneralRe: Excel in VC# Pin
David Wengier14-May-02 0:25
David Wengier14-May-02 0:25 
QuestionHow to access .DBF file using C# Pin
cn057413-May-02 23:11
cn057413-May-02 23:11 
AnswerRe: How to access .DBF file using C# Pin
Nish Nishant13-May-02 23:32
sitebuilderNish Nishant13-May-02 23:32 
GeneralRe: How to access .DBF file using C# Pin
cn057414-May-02 14:24
cn057414-May-02 14:24 
Question'asm' blocks in C#? Pin
Andy Patterson13-May-02 21:35
Andy Patterson13-May-02 21:35 
AnswerRe: 'asm' blocks in C#? Pin
Nish Nishant13-May-02 21:56
sitebuilderNish Nishant13-May-02 21:56 
GeneralRe: 'asm' blocks in C#? Pin
Andy Patterson13-May-02 22:48
Andy Patterson13-May-02 22:48 
GeneralWriting a simple text file Pin
tcs13-May-02 13:03
tcs13-May-02 13:03 
GeneralRe: Writing a simple text file Pin
Christian Graus13-May-02 13:08
protectorChristian Graus13-May-02 13:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.