| 267 | } |
| 268 | |
| 269 | void CHttpGetDlg::OnBnClickedReset() |
| 270 | { |
| 271 | // TODO: 在此添加控件通知处理程序代码 |
| 272 | m_progress.SetPos(0); |
| 273 | m_lastPos = 0; |
| 274 | GetDlgItem(IDC_REQUEST_HEAD)->SetWindowText(""); |
| 275 | GetDlgItem(IDC_RESPONSE)->SetWindowTextA(""); |
| 276 | } |
| 277 | |
| 278 | void CHttpGetDlg::SetError(const char* fmt, ...) |
| 279 | { |