CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: MDIForms

  1. #1
    Join Date
    Mar 2001
    Location
    Rhode Island
    Posts
    56

    MDIForms

    I know this is probably an easy question, so forgive me ahead of time for my absent-mindedness. I have an MDI form with a number of MDI child forms. When I open the child within the MDI, it does not align to the top left corner of the MDI. Which properties should I be changing to assure that the child aligns correctly within the MDI form?

    Thanks,
    Ron


  2. #2
    Join Date
    Mar 2001
    Location
    Rhode Island
    Posts
    56

    Re: MDIForms

    Sorry.. check that.. I have resolved that issue, but I still have one other. How do I assure that the size of the child fits within the size of the MDI form? Is this something that I have to manually size out or is there a way to say that the MDI parent should adjust to the size of the child?? Right now, some child forms are either too big for the form and, for some reason, are shrinking. I am just trying to sync everything together and it seems when I change one parameter, it screws something else up...

    Thanks for any help clearing up my confusion!!

    Thanks again,
    Ron


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

Featured