Set Following properties:
Form2 is a MDI Parent form so set
IsMdiContainer = True
Form3 is Child
Form3.ControlBox = False
Form3.MaximizeBox = False
Form3.MinimizeBox = False
Form3.MdiParent = Form2 ' or Me
Form3.Show()
__avd
Posting Genius (adatapost)
8,648 posts since Oct 2008
Reputation Points: 2,136
Solved Threads: 1,241
Will you post the section of code you wrote?
__avd
Posting Genius (adatapost)
8,648 posts since Oct 2008
Reputation Points: 2,136
Solved Threads: 1,241
We are missing something? I am attaching code.
__avd
Posting Genius (adatapost)
8,648 posts since Oct 2008
Reputation Points: 2,136
Solved Threads: 1,241
Do not set windowstate property for child window.
__avd
Posting Genius (adatapost)
8,648 posts since Oct 2008
Reputation Points: 2,136
Solved Threads: 1,241