Duplicate Windows

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • visualise01
    New Member
    • Sep 2008
    • 8

    Duplicate Windows

    How do I stop duplicate windows opening in my MDI app. Basically I dont want the same MDI Child form to open twice.

    Using C++ .net 2003
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    Before you call CreateWindow, check a globally accessible value that was set the first time you called CreateWindow.

    Comment

    • visualise01
      New Member
      • Sep 2008
      • 8

      #3
      Not sure what you mwan, I have created this porject in Windows Forms App.

      I am trying this as a complete beginner.

      Comment

      • visualise01
        New Member
        • Sep 2008
        • 8

        #4
        Originally posted by weaknessforcats
        Before you call CreateWindow, check a globally accessible value that was set the first time you called CreateWindow.
        Not sure what you mean, I have created this project in Windows Forms App.

        I am trying this as a complete beginner.

        Comment

        Working...