in the WndProc where u check for all the different messages windows sends your program, why is it that i have made a window that cannot be resized, yet i have code that looks like this.....
if i can't change the size, how does this message get sent to my program?Code:case WM_SIZE: csizex = LOWORD(lParam); csizey = HIWORD(lParam); break;
is the WM_SIZE message sent on creation of my window? If so, how many other messages get sent to my program on creation of my window?
Thanks for your time!
Werdy666![]()



LinkBack URL
About LinkBacks



