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

Thread: change sizes

  1. #1
    Join Date
    Mar 1999
    Posts
    16

    change sizes



    Hi !

    when i change the size of my window the elements in this window like

    progress bar, slider and so on should change the size too.

    how can i manage this ?

    thanks ralph



  2. #2
    Join Date
    Apr 1999
    Posts
    90

    Re: change sizes



    You have to manually change the size of each control. Try catching the WM_SIZE message of the parent window and then go from there.

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