94 pWnd->GetWindowRect(&rect);
95 int sx = (rect.left+rect.right)/2;
96 int sy = (rect.top+rect.bottom)/2;
97 this->GetWindowRect(&rect);
98 sx -= (rect.right-rect.left)/2;
99 sy -= (rect.bottom-rect.top)/2;
100 this->SetWindowPos(NULL, sx, sy, 0, 0, SWP_NOSIZE|SWP_NOZORDER);
196 noti.LoadString(ttl);
197 mesg.LoadString(msg);
200 if (wnd!=NULL) ret =
::MessageDLG(noti, mesg, type, wnd->m_hWnd);
210 mesg.LoadString(msg);
213 if (wnd!=NULL) ret =
::MessageDLG(ttl, mesg, type, wnd->m_hWnd);
223 noti.LoadString(ttl);
226 if (wnd!=NULL) ret =
::MessageDLG(noti, msg, type, wnd->m_hWnd);
236 if (wnd!=NULL) ret =
::MessageDLG(ttl, msg, type, wnd->m_hWnd);