Click here to Skip to main content
15,900,108 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: 3D Software Pin
Rajesh R Subramanian15-Jan-10 5:15
professionalRajesh R Subramanian15-Jan-10 5:15 
QuestionRe: 3D Software Pin
ashwath197915-Jan-10 17:31
ashwath197915-Jan-10 17:31 
AnswerRe: 3D Software Pin
Rajesh R Subramanian15-Jan-10 18:52
professionalRajesh R Subramanian15-Jan-10 18:52 
GeneralRe: 3D Software Pin
ashwath197915-Jan-10 19:15
ashwath197915-Jan-10 19:15 
AnswerRe: 3D Software Pin
Rajesh R Subramanian15-Jan-10 19:24
professionalRajesh R Subramanian15-Jan-10 19:24 
AnswerRe: 3D Software [modified] Pin
Adam Roderick J15-Jan-10 1:16
Adam Roderick J15-Jan-10 1:16 
QuestionExecute two classes Pin
darshic14-Jan-10 23:50
darshic14-Jan-10 23:50 
AnswerRe: Execute two classe Pin
Adam Roderick J15-Jan-10 0:05
Adam Roderick J15-Jan-10 0:05 
Then you have to make two classes
one on main thread, and another on worker thread.
Where main thread should interact with the user actions, while the background processing is done by worker thread.
On the OnInitdialog of main dialog, you can start the worker thread.

Worker thread can be created using AfxbeginThread or CWinthread [^]

Величие не Бога может быть недооценена.

GeneralRe: Execute two classe Pin
darshic15-Jan-10 0:15
darshic15-Jan-10 0:15 
GeneralRe: Execute two classe Pin
Adam Roderick J15-Jan-10 0:24
Adam Roderick J15-Jan-10 0:24 
GeneralRe: Execute two classe Pin
Rajesh R Subramanian15-Jan-10 1:09
professionalRajesh R Subramanian15-Jan-10 1:09 
GeneralRe: Execute two classe Pin
Rajesh R Subramanian15-Jan-10 1:08
professionalRajesh R Subramanian15-Jan-10 1:08 
AnswerRe: Execute two classes Pin
CPallini15-Jan-10 0:19
mveCPallini15-Jan-10 0:19 
AnswerRe: Execute two classes Pin
Mattias G15-Jan-10 1:34
Mattias G15-Jan-10 1:34 
GeneralRe: Execute two classes Pin
Cedric Moonen15-Jan-10 2:23
Cedric Moonen15-Jan-10 2:23 
GeneralRe: Execute two classes Pin
Mattias G15-Jan-10 3:44
Mattias G15-Jan-10 3:44 
GeneralRe: Execute two classes Pin
Cedric Moonen15-Jan-10 4:07
Cedric Moonen15-Jan-10 4:07 
GeneralRe: Execute two classes Pin
Rajesh R Subramanian15-Jan-10 5:18
professionalRajesh R Subramanian15-Jan-10 5:18 
GeneralRe: Execute two classes Pin
CPallini15-Jan-10 5:42
mveCPallini15-Jan-10 5:42 
GeneralRe: Execute two classes Pin
Mattias G19-Jan-10 3:23
Mattias G19-Jan-10 3:23 
GeneralRe: Execute two classes Pin
CPallini19-Jan-10 3:29
mveCPallini19-Jan-10 3:29 
GeneralRe: Execute two classes Pin
CPallini15-Jan-10 2:44
mveCPallini15-Jan-10 2:44 
QuestionWorking with POP3 from Win32 application Pin
VictorSotnikov14-Jan-10 22:05
VictorSotnikov14-Jan-10 22:05 
AnswerRe: Working with POP3 from Win32 application Pin
«_Superman_»14-Jan-10 22:15
professional«_Superman_»14-Jan-10 22:15 
GeneralRe: Working with POP3 from Win32 application Pin
VictorSotnikov14-Jan-10 22:38
VictorSotnikov14-Jan-10 22:38 

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.