Re: Now that I have got it, Can I ask some questions.
Quote:
Originally posted by Wak
What does this bit mean?????
LRESULT CALLBACK WindowFunc(HWND, UINT, WPARAM, LPARAM);
char szWinNamw[] = "MyWin";
I understand it a little
And that's it. Thanx
WindowFunc is a prototype for your event handler's function, and the other is just a definition of a string array.
To make it a grey background you need to specify the correct brush when you populate your WNDCLASSEX structure. What are you using at the moment?