|
-
Dec 27th, 2001, 12:52 PM
#1
What is Wrong (MDI)
Hi, can anybody help me
I have a project with
- MDI form
- Childform1 with treeview and listview controls
- Childfrorm2....3....4....5....6.....etc.
The Childform1 must be always on vbMaximized,
but when I show any other Child form, Childform1 is minimized.
Can anybody tell me how fix it
-
Dec 27th, 2001, 04:01 PM
#2
If the Childform1 is Maximized and taking up the whole screen then where are you showing childform2?
If you are trying to make Childform1 some kind of menu type of form you could put a picturebox on the MDI form and then use the SetParent API to set Childform1 to have the picturebox as a parent. That should let you control the other MDI children normally or just don't make Childform1 an MDI Child.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|