Dev Cpp Qs

i have a problem regarding with this thread


case WM_SIZE:
if(hRC){
width = (int)HIWORD(lParam);
height = (int)LOWORD(lParam);
winSize(width,height);
}
break;

the window do not draw at first
it do when change size.
and i tried as
}
winSize(…);
but not done.
please help the fooliest person on this forum

i am really really sorry the SDK helped me.
i had surfed.
i Will thinks 10 times and then post it to forums.
Please apologies me.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.