Results 1 to 4 of 4

Thread: Window for a Form

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2000
    Posts
    116

    Exclamation

    How can I have a Form be the window of another Form?
    (Form within a Form)

    Thanks
    0101011001000010
    01101111011011100110110001101001011011100110010101110010

  2. #2
    Addicted Member LAURENS's Avatar
    Join Date
    Jan 2000
    Location
    Utrecht, the Netherlands
    Posts
    138
    Use an MDI and a normal form.
    Regards,
    Laurens

    Using VB5 Enterprise edition SP3
    VB6 Enterprise edition SP5

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Sep 2000
    Posts
    116

    Thumbs up

    Thanks very much LAURENS.
    0101011001000010
    01101111011011100110110001101001011011100110010101110010

  4. #4
    Member
    Join Date
    Nov 2000
    Location
    Manila, Philippines
    Posts
    51
    a window within a form that shows another form?
    Well, an MDI form is a better solution...

    But if you wanna get dirty, you can make another form (say form2) appear inside a picturebox. It resizes, maximize and minimize, and move around. The only downside here is you have to provide your own scrollbars in case the form is not visible anymore inside the picturebox....

    If yah wanna get dirty, try looking up for the Win32 API, SetParent.

    Its easy, and... find it out.

    Jonn
    Programmers dont byte, they just nibble a bit.

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