Click here to Skip to main content
15,908,674 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Sound output/wavetables etc. Pin
Trollslayer23-May-05 1:20
mentorTrollslayer23-May-05 1:20 
GeneralRe: Sound output/wavetables etc. Pin
Ryan Binns23-May-05 3:54
Ryan Binns23-May-05 3:54 
GeneralCFile nad struct Pin
ALTF422-May-05 1:01
ALTF422-May-05 1:01 
GeneralRe: CFile nad struct Pin
Blake V. Miller22-May-05 2:29
Blake V. Miller22-May-05 2:29 
GeneralRe: CFile nad struct Pin
Ravi Bhavnani22-May-05 5:56
professionalRavi Bhavnani22-May-05 5:56 
GeneralRe: CFile nad struct Pin
David Crow23-May-05 2:39
David Crow23-May-05 2:39 
GeneralProcesses Pin
Dennis L22-May-05 0:56
Dennis L22-May-05 0:56 
GeneralWM_PRINT Issue Pin
Axonn Echysttas22-May-05 0:44
Axonn Echysttas22-May-05 0:44 
GeneralInvalidating client area of a window Pin
laiju21-May-05 23:40
laiju21-May-05 23:40 
GeneralRe: Invalidating client area of a window Pin
laiju22-May-05 2:02
laiju22-May-05 2:02 
GeneralRe: Invalidating client area of a window Pin
doublebug24-May-05 10:05
doublebug24-May-05 10:05 
GeneralMultiple Reader - Single Writer - Lock for Win32 Pin
peterchen21-May-05 22:15
peterchen21-May-05 22:15 
GeneralRe: Multiple Reader - Single Writer - Lock for Win32 Pin
Ryan Binns22-May-05 18:18
Ryan Binns22-May-05 18:18 
GeneralRe: Multiple Reader - Single Writer - Lock for Win32 Pin
peterchen23-May-05 12:01
peterchen23-May-05 12:01 
GeneralPrint the program's source code Pin
ddmcr21-May-05 21:03
ddmcr21-May-05 21:03 
GeneralRe: Print the program's source code Pin
Blake V. Miller22-May-05 2:33
Blake V. Miller22-May-05 2:33 
GeneralRe: Print the program's source code Pin
donaldGuy22-May-05 10:58
donaldGuy22-May-05 10:58 
GeneralRe: Print the program's source code Pin
Christian Graus22-May-05 15:02
protectorChristian Graus22-May-05 15:02 
GeneralRe: Print the program's source code Pin
David Crow23-May-05 2:44
David Crow23-May-05 2:44 
GeneralRunning at set times Pin
Member 66746821-May-05 19:54
Member 66746821-May-05 19:54 
GeneralRe: Running at set times Pin
Trollslayer21-May-05 21:48
mentorTrollslayer21-May-05 21:48 
GeneralRe: Running at set times Pin
Blake V. Miller22-May-05 2:21
Blake V. Miller22-May-05 2:21 
Create a waitable timer - CreateWaitableTimer

Calculate the difference between the time you want to run in the future and NOW and then set the waitable timer - SetWaitableTimer.

If you want to run every 'periodic' amount of time, then calcualte that period in milliseconds and set the period when you SetWaitableTimer.

This would be more eficient then sleeping and waking up constantly.

Read MSDN about the waitable timers for their proper usage.
GeneralRe: Running at set times Pin
David Crow23-May-05 2:46
David Crow23-May-05 2:46 
GeneralInvalid handle issue for a Service application while using GenerateConsoleCtrlEvent Pin
jiju_m_jiju21-May-05 19:39
sussjiju_m_jiju21-May-05 19:39 
GeneralPrint preview Pin
Anonymous21-May-05 15:54
Anonymous21-May-05 15:54 

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.