CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2012
    Posts
    6

    [RESOLVED] Maximize in vb.net?

    Hello,

    I'm making an application which will be deployed to a few machines. All forms in the application are maximized, I have a bit of a funny question but would it be possible to resize all my controls in the form on any machine so it fits perfectly when maximized?

    IE when I work on my app the controls are nicely spaced out but on a smaller screen laptop the controls are all over the place so I would like the controls to be resized etc so my app looks fine on all machines.

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: Maximize in vb.net?

    Have a look into your Anchor and Docking properties

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