Author: cl2606cl2606
Date: Jul 11, 2008 10:00
I have a dialog box which is the only window, there is no parent to this
window. In the WM_CREATE notice I have hwndEdit = GetDlgItem (hwnd,
ID_ROMAN) where hwnd is the handle to the main window (the modeless dialog
box) and ID_ROMAN is the ID to the edit control within the dialog box. I
am getting a NULL value on return from the GetDlgItem. Why is this?
Thanks - Curt
|