python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
I Can't open again the 2 Window Childs in MDI Parent
I created a MDI Parent Form (Form1), that has 1 Menu with 2 Items.
Each Item opens a Window Child (Form2 and Form3).
I can open Form2 and Form3, if they are already open they just got the focus.
So fa...

Pedro Figueiredo
Votes: 0
Answers: 1
Maximized MDI child is restored when a new child is created
I have a current active MDI child window that is "Maximized", but upon creating a new MDI child window, the current active MDI's state was changed to "Restored". Is there a way tha...
fidel espanto
Votes: 0
Answers: 0
Previously child window resizing limit after SetParent to null
I am trying to detach another program's child window using SetParent(hWnd, IntPtr.Zero). After setting parent as null I remove WS_CHILD style. It is OK until I want to change its size, it seems it is ...
EmrecanK.
Votes: 0
Answers: 0