MCPcopy Create free account
hub / github.com/acl-dev/acl / OnBnClickedReset

Method OnBnClickedReset

lib_fiber/samples-gui/HttpGet/HttpGetDlg.cpp:269–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269void 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
278void CHttpGetDlg::SetError(const char* fmt, ...)
279{

Callers

nothing calls this directly

Calls 1

SetPosMethod · 0.45

Tested by

no test coverage detected