Searched refs:guiDlg (Results 1 – 1 of 1) sorted by relevance
815 static CPreviewDlg guiDlg; in ShowGuiChooser() local816 guiDlg.SetMode(CPreviewDlg::GUIS); in ShowGuiChooser()817 guiDlg.SetModal(); in ShowGuiChooser()818 if (guiDlg.GetSafeHwnd() == NULL) { in ShowGuiChooser()819 guiDlg.Create(MAKEINTRESOURCE(IDD_DIALOG_PREVIEW)); in ShowGuiChooser()821 guiDlg.ShowWindow(SW_SHOW); in ShowGuiChooser()822 guiDlg.BringWindowToTop(); in ShowGuiChooser()823 while (guiDlg.Waiting()) { in ShowGuiChooser()825 return &guiDlg; in ShowGuiChooser()