Click here to Skip to main content
16,008,490 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: pls help me Pin
Johan Pretorius28-Dec-06 6:45
Johan Pretorius28-Dec-06 6:45 
GeneralRe: pls help me Pin
davvid28-Dec-06 6:53
davvid28-Dec-06 6:53 
GeneralRe: pls help me Pin
Hamid_RT28-Dec-06 17:19
Hamid_RT28-Dec-06 17:19 
AnswerRe: pls help me Pin
CPallini28-Dec-06 7:22
mveCPallini28-Dec-06 7:22 
Questionlooping a function Pin
dellthinker28-Dec-06 5:01
dellthinker28-Dec-06 5:01 
AnswerRe: looping a function Pin
Kharfax28-Dec-06 5:07
Kharfax28-Dec-06 5:07 
AnswerRe: looping a function Pin
Gary R. Wheeler28-Dec-06 5:08
Gary R. Wheeler28-Dec-06 5:08 
AnswerRe: looping a function Pin
Johan Pretorius28-Dec-06 5:16
Johan Pretorius28-Dec-06 5:16 
If it does not need to be time based then

while (!g_done)
{
//do what ever
}

and when your app receives the WM_CLOSE message set g_done to true.





Artificial Intelligence is no match for Natural Stupidity

No one can understand the truth until he drinks of coffee's frothy goodness. ~Sheik Abd-al-Kadir

I can't always be wrong ... or can I?


GeneralRe: looping a function Pin
Kharfax28-Dec-06 5:22
Kharfax28-Dec-06 5:22 
GeneralRe: looping a function Pin
Johan Pretorius28-Dec-06 5:28
Johan Pretorius28-Dec-06 5:28 
GeneralRe: looping a function Pin
Johan Pretorius28-Dec-06 5:26
Johan Pretorius28-Dec-06 5:26 
GeneralRe: looping a function Pin
Johan Pretorius28-Dec-06 5:30
Johan Pretorius28-Dec-06 5:30 
GeneralRe: looping a function Pin
Kharfax28-Dec-06 5:32
Kharfax28-Dec-06 5:32 
GeneralRe: looping a function Pin
dellthinker28-Dec-06 6:55
dellthinker28-Dec-06 6:55 
QuestionRe: looping a function Pin
David Crow28-Dec-06 6:48
David Crow28-Dec-06 6:48 
AnswerRe: looping a function Pin
dellthinker28-Dec-06 6:57
dellthinker28-Dec-06 6:57 
Questionstoring value in buf Pin
ikbahrian28-Dec-06 4:23
ikbahrian28-Dec-06 4:23 
AnswerRe: storing value in buf Pin
Chris Losinger28-Dec-06 4:32
professionalChris Losinger28-Dec-06 4:32 
AnswerRe: storing value in buf Pin
Reagan Conservative28-Dec-06 4:33
Reagan Conservative28-Dec-06 4:33 
GeneralRe: storing value in buf Pin
ikbahrian28-Dec-06 4:44
ikbahrian28-Dec-06 4:44 
AnswerRe: storing value in buf Pin
Gary R. Wheeler28-Dec-06 5:12
Gary R. Wheeler28-Dec-06 5:12 
AnswerRe: storing value in buf Pin
Sumesh V.V28-Dec-06 21:15
Sumesh V.V28-Dec-06 21:15 
GeneralRe: storing value in buf Pin
ikbahrian28-Dec-06 22:32
ikbahrian28-Dec-06 22:32 
QuestionProbe for manifest error Pin
Kharfax28-Dec-06 3:39
Kharfax28-Dec-06 3:39 
AnswerRe: Probe for manifest error Pin
Wes Aday28-Dec-06 4:06
professionalWes Aday28-Dec-06 4:06 

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.