Hi all
I have been following a tutorial on creating win32 GUI applications. I'm having a problem getting a dialog box to pop up on top of my main window ...the CreateDialog() method returns a NULL for some reason.
Would really appreciate some help with this. Here is a zip file containing the main CPP and as well as the resource file.
http://www.apcx.3rror.com/test.zip
(the program runs, but the test condition for CreateDialog()'s return value shows a NULL value is returned)