
Icon not display on dialog box
That worked great, thanks.
Lloyd
Quote:
>-----Original Message-----
>Hi,
>We should call GetModuleHandle(NULL) to get the handle to
the application,
>and provides it to the DialogBox function. Please change
the code to the
>following:
>DialogBox(GetModuleHandle(NULL),MAKEINTRESOURCE
(IDD_ASK_OPTIONAL),(HWND)NULL
Quote:
>,lpProcAsk);
>Regards,
>HuangTM
>This posting is provided "AS IS" with no warranties, and
confers no rights.
>.