Click here to Skip to main content
15,915,752 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: multithreaded dialog problems Pin
DaveManGO24-Aug-05 4:31
DaveManGO24-Aug-05 4:31 
GeneralRe: multithreaded dialog problems Pin
David Crow24-Aug-05 5:22
David Crow24-Aug-05 5:22 
GeneralRe: multithreaded dialog problems Pin
DaveHuber24-Aug-05 8:08
DaveHuber24-Aug-05 8:08 
GeneralRe: multithreaded dialog problems Pin
David Crow24-Aug-05 8:18
David Crow24-Aug-05 8:18 
GeneralRe: multithreaded dialog problems Pin
DaveManGO25-Aug-05 4:43
DaveManGO25-Aug-05 4:43 
GeneralRe: multithreaded dialog problems Pin
David Crow25-Aug-05 4:52
David Crow25-Aug-05 4:52 
GeneralRe: multithreaded dialog problems Pin
DaveHuber25-Aug-05 5:09
DaveHuber25-Aug-05 5:09 
GeneralRe: multithreaded dialog problems Pin
David Crow25-Aug-05 5:28
David Crow25-Aug-05 5:28 
Use a timer instead. At the appropriate spot, call SetTimer(500). In the timer-handling function, if any of the secondary threads are still active (the secondary threads will have indicated to the primary thread that they have finished), output the dot. Does that make sense?


"One must learn from the bite of the fire to leave it alone." - Native American Proverb



-- modifed at 11:28 Thursday 25th August, 2005
GeneralRe: multithreaded dialog problems Pin
DaveManGO25-Aug-05 5:57
DaveManGO25-Aug-05 5:57 
QuestionWireless? Pin
dandy7224-Aug-05 3:56
dandy7224-Aug-05 3:56 
AnswerRe: Wireless? Pin
David Crow24-Aug-05 4:20
David Crow24-Aug-05 4:20 
GeneralRe: Wireless? Pin
dandy7224-Aug-05 5:11
dandy7224-Aug-05 5:11 
GeneralRe: Wireless? Pin
David Crow24-Aug-05 5:25
David Crow24-Aug-05 5:25 
GeneralRe: Wireless? Pin
Ravi Bhavnani24-Aug-05 11:07
professionalRavi Bhavnani24-Aug-05 11:07 
GeneralCapturing HDC Pin
rocky_pulley24-Aug-05 3:43
rocky_pulley24-Aug-05 3:43 
GeneralRe: Capturing HDC Pin
emadns24-Aug-05 3:54
emadns24-Aug-05 3:54 
GeneralRe: Capturing HDC Pin
rocky_pulley24-Aug-05 4:18
rocky_pulley24-Aug-05 4:18 
GeneralRe: Capturing HDC Pin
Chris Losinger24-Aug-05 4:23
professionalChris Losinger24-Aug-05 4:23 
GeneralRadio button Pin
Nishad S24-Aug-05 1:23
Nishad S24-Aug-05 1:23 
GeneralRe: Radio button Pin
David Crow24-Aug-05 3:40
David Crow24-Aug-05 3:40 
QuestionRepresent font size..?? Pin
TssPrasad24-Aug-05 1:09
sussTssPrasad24-Aug-05 1:09 
AnswerRe: Represent font size..?? Pin
Nishad S24-Aug-05 1:41
Nishad S24-Aug-05 1:41 
Generalproblem of transfering file from one pc 2 another Pin
manishgandhi24-Aug-05 0:47
manishgandhi24-Aug-05 0:47 
GeneralRe: problem of transfering file from one pc 2 another Pin
kakan24-Aug-05 1:00
professionalkakan24-Aug-05 1:00 
GeneralRe: problem of transfering file from one pc 2 another Pin
ThatsAlok24-Aug-05 18:38
ThatsAlok24-Aug-05 18: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.