i need to use a Modeless dialog box to show an importent
message!
i use the folling code
CWnd Dig;
CWnd *pWnd = new CWnd;
pWnd->CreateEx(WS_EX_CLIENTEDGE,_T("STATIC"),"Prosses is..",
WS_CHILD |WS_POPUP|WS_CAPTION | WS_VISIBLE,310,
310,160,100,m_hWnd,(HMENU)1234);
and i cant...