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 move the dialog box at all and i need to be able to do so (how ?
...) !
i need it to be without no batuns....
and i need to know how to use the distroywindow to kill it
wen i need to !
plz.....help me
[sig][/sig]
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 move the dialog box at all and i need to be able to do so (how ?
...) !
i need it to be without no batuns....
and i need to know how to use the distroywindow to kill it
wen i need to !
plz.....help me
[sig][/sig]