does any body know how to change window size on the fly ?
i mean change window in new size after window shown.
by the way i cannot run my function just by sending message like WM_SIZE to run
my function. My function can run after we made an action like changing size by hand.
is there an explanation the difference between WM_SIZE sended by windows because of human action using mouse or by programmer by intentionally without made any action like changing size ?
i mean change window in new size after window shown.
by the way i cannot run my function just by sending message like WM_SIZE to run
my function. My function can run after we made an action like changing size by hand.
is there an explanation the difference between WM_SIZE sended by windows because of human action using mouse or by programmer by intentionally without made any action like changing size ?
Look for SetWindowPos in your API reference or MSDN.