SetWindowPos1 SetWindowPos() 함수를 이용해서 Dialog가 뒤로 사라지는 문제 수정 C++Builder로 개발중에 Windows 7 64bit에서 Print Driver setting 후에 PrintSetupDlg가 뒤로 사라지는 문제가 발생했다. 여러가지 방법을 찾아 보았지만 아래와 같은 방식으로 처리를 해서 해결을 했다.void __fastcall TForm::FormCreate(TObject *Sender) { PrinterSetupDialog->OnShow = OnPrintSetupDlgShow; } //--------------------------------------------------------------------------- void __fastcall TForm::OnPrintSetupDlgShow(TObject *Sender) { SetWindowPos(Print.. 2014. 4. 29. 이전 1 다음