I\'ve created a custom message type for use in resizing my Window, called WM_NEED_RESIZE.I\'ve defined it in my .h file, and initialized in my .cpp file.I have also registered my WindowProc function t
UPDATE: I thought it was Windsows.h i need to include and you have confirmed this, but when i do include it i get a bunch of messages like the following...
Im currently messing around with changing the mouse cursor within a game like C++ application for Windows XP.