CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 1999
    Location
    Israel
    Posts
    140

    Help: Resizing controls

    My application have to be run under different resulotions (at leats 4 resulotions ). So i need to change the size of the controls (dialogs, buttons, font, toolbar etc...) according to the current screen resoulotion . What is the best way to do this? is someone know about a utility of resizing controls and font automatically? Please help...


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Help: Resizing controls

    check out vsocx on http://www.videosoft.com
    This control can automatically resize child controls and change the font.


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