Results 1 to 5 of 5

Thread: mdi form as a section of a form

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2003
    Location
    NZ
    Posts
    10

    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

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    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.

  3. #3

    Thread Starter
    New Member
    Join Date
    Apr 2003
    Location
    NZ
    Posts
    10
    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

  4. #4

    Thread Starter
    New Member
    Join Date
    Apr 2003
    Location
    NZ
    Posts
    10
    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??

  5. #5

    Thread Starter
    New Member
    Join Date
    Apr 2003
    Location
    NZ
    Posts
    10
    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
  •  



Click Here to Expand Forum to Full Width