Click to See Complete Forum and Search --> : change sizes


ralph
March 30th, 1999, 07:34 AM
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

Ralph
March 30th, 1999, 07:34 AM
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

Michael Decker
March 30th, 1999, 07:36 AM
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.