In a dialog-based application, the property of the dialog box is set to without Title Bar, and the generated program is not icon in the taskbar.
Add: in OnInitDialog ():
ModifyStyle (0, WS_SYSMENU);
SetwindowText ("MyTITE");
Yes.