Results 1 to 5 of 5

Thread: Maximizing window contents upon maximize

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2004
    Posts
    23

    Question Maximizing window contents upon maximize

    I was wondering how you would expand the window's contents with the window when it is resized or maximized.

    Thanks

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Maximizing window contents upon maximize

    you have to move and re-size every control on every form. there are a few apps that will do this for you, but most of them have some limitation. I am suffereing from the same problem. If my app runs in 800x600, things should get adjusted, but seeing as they're still visible, but a little off center, I'm going to leave them alone.

  3. #3
    PowerPoster Keithuk's Avatar
    Join Date
    Jan 2004
    Location
    Staffordshire, England
    Posts
    2,236

    Re: Maximizing window contents upon maximize

    You need to have your code resize all the controls.
    Attached Files Attached Files
    Last edited by Keithuk; Jan 14th, 2005 at 08:17 PM.
    Keith

    I've been programming with VB for 25 years. Started with VB4 16bit Pro, VB5 Pro, VB6 Pro/Enterprise and now VB3 Pro. But I'm no expert, I'm still learning.

  4. #4
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Maximizing window contents upon maximize

    Yeah. I re-sized this a little too well, I guess. No way to get it back without restarting, either.

  5. #5
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Maximizing window contents upon maximize

    I guess I resized this too much? Nothing left to do but re-start.
    Attached Images Attached Images  

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