|
-
May 18th, 2003, 10:17 PM
#1
Thread Starter
New Member
mdi form as a section of a form
I am looking to set up a form with two areas, one being an MDI type of form and another area beside that for other things...
ie basically an MDI form with some space outside the mdi area for other bits and pieces.
any ideas?
thanks
-
May 19th, 2003, 05:01 AM
#2
A form is a control is a compoent - the MDI form could be contained in the other form.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
May 19th, 2003, 03:47 PM
#3
Thread Starter
New Member
Yes, this i have already thought, but I wasn't quite sure how to work with it, it seems you can only do it programmatically, so i tried adding it like other components to the local container, the program ran but never showed any forms at any and exited straight away with no errors..
I'll have another crack at it today.
thanks
-
May 19th, 2003, 05:14 PM
#4
Thread Starter
New Member
Seems an MDI form must be a top level form.
You cannot add top level controls to other things. i believe.
Any solution to this??
-
May 19th, 2003, 09:27 PM
#5
Thread Starter
New Member
Ok,so far the solution looks to be to have a single form, with a panel in it set to 3D border. This can be set to contain forms and looks very similar to an MDI form, except that when the document forms are selected, they dont look to have focus. This is something to do with them also being set to NOT be 'toplevel' which is required if they are going to be embedded inside the panel.
There is no property to set the title bar colour...
Anyonegot any ideas??
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
|