Click here to Skip to main content
15,887,683 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: diff betwn child and worker thread? Pin
David Crow30-Jan-06 2:56
David Crow30-Jan-06 2:56 
GeneralRe: diff betwn child and worker thread? Pin
Eytukan30-Jan-06 3:05
Eytukan30-Jan-06 3:05 
GeneralRe: diff betwn child and worker thread? Pin
Maximilien30-Jan-06 3:27
Maximilien30-Jan-06 3:27 
GeneralRe: diff betwn child and worker thread? Pin
David Crow30-Jan-06 3:30
David Crow30-Jan-06 3:30 
AnswerRe: diff betwn child and worker thread? Pin
Prakash Nadar30-Jan-06 4:34
Prakash Nadar30-Jan-06 4:34 
GeneralRe: diff betwn child and worker thread? Pin
Eytukan30-Jan-06 4:47
Eytukan30-Jan-06 4:47 
GeneralRe: diff betwn child and worker thread? Pin
Rage30-Jan-06 4:57
professionalRage30-Jan-06 4:57 
NewsRe: diff betwn child and worker thread? Pin
Laxman930-Jan-06 21:38
Laxman930-Jan-06 21:38 
we can create UI(user interface) thread with the CreateThread() or AfxBeginThread ()api

we have to pass the class as a parameter to this function which is derived from the CWinThread and should be able to provide RUNTIME_CLASS.

CWinThread handles the Message pump.

and what we normaly create the threads are worker threads
(i.e passing the threadproc to AfxBeginThread() function)


Thanks and Regards
Laxman

FAILURE is the first step towards SUCCESS Cool | :cool:
QuestionControlling the main form in Borland C++? Pin
Priya..k30-Jan-06 1:32
Priya..k30-Jan-06 1:32 
AnswerRe: Controlling the main form in Borland C++? Pin
David Crow30-Jan-06 3:02
David Crow30-Jan-06 3:02 
AnswerRe: Controlling the main form in Borland C++? Pin
Prakash Nadar30-Jan-06 4:39
Prakash Nadar30-Jan-06 4:39 
QuestionOwner draw ListCtrl Pin
Patrick Markl30-Jan-06 1:04
Patrick Markl30-Jan-06 1:04 
QuestionDocument Conversion Pin
itbuff30-Jan-06 0:30
itbuff30-Jan-06 0:30 
AnswerRe: Document Conversion Pin
Sebastian Schneider30-Jan-06 1:17
Sebastian Schneider30-Jan-06 1:17 
QuestionOnNcCalcSize in CListBox Pin
Nishad S30-Jan-06 0:05
Nishad S30-Jan-06 0:05 
QuestionLoading an array inside a class.. Pin
Eytukan29-Jan-06 23:37
Eytukan29-Jan-06 23:37 
AnswerRe: Loading an array inside a class.. Pin
baldha rakesh29-Jan-06 23:58
baldha rakesh29-Jan-06 23:58 
GeneralRe: Loading an array inside a class.. Pin
Eytukan30-Jan-06 0:24
Eytukan30-Jan-06 0:24 
AnswerRe: Loading an array inside a class.. Pin
toxcct30-Jan-06 0:34
toxcct30-Jan-06 0:34 
GeneralRe: Loading an array inside a class.. Pin
Prakash Nadar30-Jan-06 0:38
Prakash Nadar30-Jan-06 0:38 
GeneralRe: Loading an array inside a class.. Pin
toxcct30-Jan-06 0:39
toxcct30-Jan-06 0:39 
GeneralRe: Loading an array inside a class.. Pin
Prakash Nadar30-Jan-06 0:41
Prakash Nadar30-Jan-06 0:41 
GeneralRe: Loading an array inside a class.. Pin
Eytukan30-Jan-06 0:45
Eytukan30-Jan-06 0:45 
GeneralRe: Loading an array inside a class.. Pin
Prakash Nadar30-Jan-06 0:52
Prakash Nadar30-Jan-06 0:52 
GeneralRe: Loading an array inside a class.. Pin
toxcct30-Jan-06 2:01
toxcct30-Jan-06 2:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.