Click here to Skip to main content
15,916,951 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: SetDiBitsToDevice() Pin
Waldermort6-Nov-06 3:35
Waldermort6-Nov-06 3:35 
GeneralRe: SetDiBitsToDevice() Pin
Waldermort6-Nov-06 4:11
Waldermort6-Nov-06 4:11 
Questionhow to call a function a scheduled time? Pin
Banks K6-Nov-06 3:03
Banks K6-Nov-06 3:03 
AnswerRe: how to call a function a scheduled time? Pin
benjymous6-Nov-06 3:24
benjymous6-Nov-06 3:24 
AnswerRe: how to call a function a scheduled time? Pin
David Crow6-Nov-06 3:59
David Crow6-Nov-06 3:59 
AnswerRe: how to call a function a scheduled time? Pin
led mike6-Nov-06 4:27
led mike6-Nov-06 4:27 
AnswerRe: how to call a function a scheduled time? Pin
prasad_som6-Nov-06 19:05
prasad_som6-Nov-06 19:05 
AnswerRe: how to call a function a scheduled time? Pin
Blake Miller7-Nov-06 3:53
Blake Miller7-Nov-06 3:53 
If the service can know when to execute the function, then look into using:
The SetWaitableTimer function activates the specified waitable timer. When the due time arrives, the timer is signaled and the thread that set the timer calls the optional completion routine.


Any sufficiently gross incompetence is nearly indistinguishable from malice.

QuestionPlease help ! Pin
Bravoone_20066-Nov-06 3:01
Bravoone_20066-Nov-06 3:01 
AnswerRe: Please help ! Pin
pgirish6-Nov-06 3:58
pgirish6-Nov-06 3:58 
AnswerRe: Please help ! Pin
Hamid_RT6-Nov-06 18:32
Hamid_RT6-Nov-06 18:32 
GeneralRe: Please help ! Pin
Bravoone_20066-Nov-06 19:22
Bravoone_20066-Nov-06 19:22 
GeneralRe: Please help ! Pin
Hamid_RT6-Nov-06 20:27
Hamid_RT6-Nov-06 20:27 
QuestionCopy to clipboard problem. Pin
rrrado6-Nov-06 2:50
rrrado6-Nov-06 2:50 
AnswerRe: Copy to clipboard problem. Pin
cje6-Nov-06 9:40
cje6-Nov-06 9:40 
GeneralRe: Copy to clipboard problem. Pin
rrrado7-Nov-06 21:21
rrrado7-Nov-06 21:21 
Questionshared data segment Pin
Abhi Lahare6-Nov-06 2:17
Abhi Lahare6-Nov-06 2:17 
AnswerRe: shared data segment Pin
John M. Drescher6-Nov-06 2:28
John M. Drescher6-Nov-06 2:28 
GeneralRe: shared data segment Pin
Blake Miller7-Nov-06 3:54
Blake Miller7-Nov-06 3:54 
QuestionCustomized CPropertyPage Pin
Ajay L D6-Nov-06 2:12
Ajay L D6-Nov-06 2:12 
AnswerRe: Customized CPropertyPage Pin
PJ Arends6-Nov-06 8:02
professionalPJ Arends6-Nov-06 8:02 
GeneralRe: Customized CPropertyPage Pin
Ajay L D6-Nov-06 21:43
Ajay L D6-Nov-06 21:43 
Questionabout DMA Pin
mt_samiei6-Nov-06 2:09
mt_samiei6-Nov-06 2:09 
QuestionCoInitializeEx() Pin
shadrach_india6-Nov-06 2:08
shadrach_india6-Nov-06 2:08 
AnswerRe: CoInitializeEx() Pin
Cedric Moonen6-Nov-06 2:39
Cedric Moonen6-Nov-06 2:39 

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.