Lines Matching defs:hwndDlg
127 HWND hwndDlg, // handle to dialog box
141 EndDialog(hwndDlg, (IDOK == command));
144 EndDialog(hwndDlg, (IDOK == command));
171 HWND hwndDlg, // handle to dialog box
187 ::SetWindowText(GetDlgItem( hwndDlg, IDC_STATIC_ABOUT_TITLE), tmp);
195 ::SendMessage(::GetDlgItem(hwndDlg,IDC_STATIC_ABOUT_URL), WM_SETFONT, (WPARAM) hfnt, TRUE);
207 if ((HWND)lParam == ::GetDlgItem(hwndDlg,IDC_STATIC_ABOUT_URL))
223 ::GetWindowRect( ::GetDlgItem(hwndDlg,IDC_STATIC_ABOUT_URL), &rect);
240 ::GetWindowRect( ::GetDlgItem(hwndDlg,IDC_STATIC_ABOUT_URL), &rect);
252 ::ShellExecute(hwndDlg,"open",Url,NULL,"",SW_SHOWMAXIMIZED );
263 EndDialog(hwndDlg, TRUE);