Can I use EndDialog in WM_CLOSEThis is the main window. Its created in WinMain() like this [code] int WINAPI _tWinMain(HINSTANCE hI...
Can I use EndDialog in WM_CLOSEI have a main dialog box created with DialogBox in WinMain. I use EndDialog in WM_COMMAND to close t...
GetWindowLong questionWhat does GetWindowLong(hwnd, 0) mean? I saw this in neatpad tutorial
Not gettting WM_CREATE in subclassed edit controlYou're spot on freddie1! Didn't think about that. Thanks
Not gettting WM_CREATE in subclassed edit controlI have an edit control, who is a child of the main window and I have subclassed the edit control pro...
This user does not accept Private Messages