Placing Dialog at the center BOOL CTest11Dlg::OnInitDialog(){CDialog::OnInitDialog();CWnd* pWnd = GetDesktopWindow();CenterWindow(pWnd);return TRUE} Share this:Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window) Related Posted on 2014-07-26 5:24 AM by andrew Comment 📂This entry was posted in C/C++ MFC & WINDOWS 참고를 위한 저장물
2014-08-17 andrew 크롬에서 창 닫기크롬에서는 window.close(); 가 안먹힙니다.. 아래 코드는 IE , 크롬..먹히는것 확인했습니다. 아마 다른 브라우저도 되지 않나싶습니다....
2014-06-12 andrew JEUS 내부 클래스 패스 우선순위JEUS 내부 클래스 패스 우선순위 JEUS에서 내부적으로 사용하는 global-scoped 클래스 패스의 우선순위는 다음과 같다. 1) $JEUS_HOME/classes 2) $...