BOOL CMyDlg::OnInitDialog() { CDialog::OnInitDialog(); // : // 省略 // : // 常に前面に表示 SetWindowPos(&CTskBrDlg::wndTopMost, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE); return TRUE; }