Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. stupid question, while I rebuild my development machine....

stupid question, while I rebuild my development machine....

Scheduled Pinned Locked Moved C#
questioncsharp
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • O Offline
    O Offline
    Ollie
    wrote on last edited by
    #1

    Can you have MDI's\SDI's in C#, done enough dialogs but can you do 'proper' applications?;P

    J D K 3 Replies Last reply
    0
    • O Ollie

      Can you have MDI's\SDI's in C#, done enough dialogs but can you do 'proper' applications?;P

      J Offline
      J Offline
      James T Johnson
      wrote on last edited by
      #2

      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!

      1 Reply Last reply
      0
      • O Ollie

        Can you have MDI's\SDI's in C#, done enough dialogs but can you do 'proper' applications?;P

        D Offline
        D Offline
        David Wengier
        wrote on last edited by
        #3

        Yes you can. :) -- David Wengier Sonork ID: 100.14177 - Ch00k (as far as I know)

        1 Reply Last reply
        0
        • O Ollie

          Can you have MDI's\SDI's in C#, done enough dialogs but can you do 'proper' applications?;P

          K Offline
          K Offline
          Kannan Kalyanaraman
          wrote on last edited by
          #4

          Keep a close watch on [this](http://www.sellsbrothers.com/tools/genghis/ target=_blank) regards Kannan

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups