June 3rd, 2004 12:24 PM
#1
two thread
how can i make two thread in the same application
June 3rd, 2004 01:27 PM
#2
You need to look at AfxBeginThread. This allows you to create a new thread. This can either be a Worker thread (background) or a interface thread (works with the user interface).
June 3rd, 2004 01:33 PM
#3
or _beginthread if you don't want to use any of the Afx functions.
June 3rd, 2004 02:03 PM
#4
If you want GUI-threads and you are using MFC, then take a look at the CWinThread class.
June 6th, 2004 05:23 AM
#5
June 6th, 2004 05:24 AM
#6
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Click Here to Expand Forum to Full Width
Bookmarks