Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: yoxler
  • Content: Threads
  • Order by date
  1. yoxler

    UpdateData problem.

    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...

Part and Inventory Search

Back
Top