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: *

  1. preeth24

    THREADS

    Thanx...a lot... Though I've come out with a solution as to why the Thread was not executing..this seems to be an interesting point.
  2. preeth24

    THREADS

    What might be the problem in this code void ThreadFunc2( ) { char szMsg[80]; wsprintf( szMsg, "Parameter = %s.", "Inside thread func2"); MessageBox( NULL, szMsg, "ThreadFunc2", MB_OK ); return 0; } void ThreadFunc1( ) { char szMsg[80]; wsprintf( szMsg...

Part and Inventory Search

Back
Top