about mdi child window
C#
1
Posts
1
Posters
10
Views
1
Watching
-
I am programming using C# && .netframework(beta 2). now i have some problems about mdi application: 1: I create mdi child window based on System.Windows.Form. I want to show the child window with the main window. it have been created at Mainface.Mainface(); but i don't know where to load the Show() procedure; 2: I need to modify the system menu of child window, but how to get it's handle. In Win32, can use GetSystemMenu(), but in .netFramework there are no method like that. 3: Only set the Dock property of Form, the Form cannot dock properly in the main window. The phenomena is that when i create another mdi child window and maximize it , this window will cover the docked window. Why ? The Internet Give a Chance to Learn. I Do!