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

Thread: Help Me!!!!

  1. #1
    Join Date
    Sep 1999
    Posts
    8

    Help Me!!!!

    To whom may concern:

    I am currently developing a database system, and I had encountered a problem and hope you could help me in. A form as a child to MDIForm is MDI Child, how can I have a form as a child to another form rather than a MDIForm. I need this because if Form1 are larger than Form2 which both are MDI Child, when I click on Form1, Form2 will be at the back of Form1 and Form1's size was not negotiatable at all. At the meanwhile, I want Form2 to be a child of Form1 so that Form2 will not disappeared when I click on Form1. Anyway, thanks a lot for looking into this if it's not possible.


  2. #2
    Join Date
    Aug 1999
    Location
    France
    Posts
    39

    Re: Help Me!!!!

    you can put a picture box in form1 and use it as a container.put the form2 in the picture box of the form1


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