EasyManua.ls Logo

SystemBase Portbase-3010 - Page 112

SystemBase Portbase-3010
118 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Portbase User Guide
// Outputs data to the edit box.
rbuff[nBytesRead] = 0;
pEdt->ReplaceSel(temp);
}
}
CDialog::OnTimer(nIDEvent);
}
//Closes the socket when the program is shut down.
BOOL CSockExamDlg::DestroyWindow()
{
if(!p) p->Close ();
KillTimer(1);
KillTimer(2);
return CDialog::DestroyWindow();
}
112

Table of Contents