I've got a nice little button:
void CTest2Dlg::OnButton1()
{
MyThread newThread(&m_SerialText, &m_SerialTextControl, this);
newThread.CreateNewThread();
}
m_SerialText is a variable connected to an Edit Box.
m_SerialTextControl is a control variable to the Edit box.
In the CreateNewThread I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.