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
Printable View
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
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.