Quote Originally Posted by Lithorien
Good question.

Is it possible to convert your project to a Win32 GUI project, and see if you can get your window recognized then? Because as it stands, your declared hWnd still == NULL.

And the only way I know of to get hWnd != NULL is to actually CreateWindow() and set hWnd equal to the result of that call. :/

Sorry, sam..
That's a bit crap isn't it? Bloody MS....