Click here to Skip to main content
15,893,487 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionsystem? Pin
imran_rafique22-Sep-02 14:02
imran_rafique22-Sep-02 14:02 
AnswerRe: system? Pin
Ravi Bhavnani22-Sep-02 15:36
professionalRavi Bhavnani22-Sep-02 15:36 
Generalhelp Pin
imran_rafique22-Sep-02 13:13
imran_rafique22-Sep-02 13:13 
GeneralTimer Pin
Mavrock22-Sep-02 13:04
Mavrock22-Sep-02 13:04 
GeneralRe: Timer Pin
alex.barylski22-Sep-02 13:13
alex.barylski22-Sep-02 13:13 
GeneralRe: Timer Pin
Licensed2Code22-Sep-02 14:06
sussLicensed2Code22-Sep-02 14:06 
GeneralRe: Timer Pin
Mavrock27-Sep-02 7:35
Mavrock27-Sep-02 7:35 
GeneralRe: Timer Pin
Daniel Lohmann23-Sep-02 7:14
Daniel Lohmann23-Sep-02 7:14 
For this waitable timers are best, because (as opposite to WM_TIMER) they do not work only with relative time, but also with absolute time and therefore fire at the right moment even if the machine was down in the mean time, the clock was adjusted or something else.

Check out CreateWaitableTimer() for more info about waitable timers.

--

Daniel Lohmann

http://www.losoft.de
(Hey, this page is worth looking! You can find some free and handy NT tools there Big Grin | :-D )
QuestionHow to append to a file using CFile (CArchive) Pin
AcidJazz22-Sep-02 9:59
AcidJazz22-Sep-02 9:59 
AnswerRe: How to append to a file using CFile (CArchive) Pin
BlackSmith22-Sep-02 11:17
BlackSmith22-Sep-02 11:17 
GeneralRe: How to append to a file using CFile (CArchive) Pin
henryh25-Jul-11 8:55
henryh25-Jul-11 8:55 
QuestionHow to prevent Windows from running applications??? Pin
Vladimir Georgiev22-Sep-02 8:24
Vladimir Georgiev22-Sep-02 8:24 
AnswerRe: How to prevent Windows from running applications??? Pin
BlackSmith22-Sep-02 11:22
BlackSmith22-Sep-02 11:22 
AnswerRe: How to prevent Windows from running applications??? Pin
alex.barylski22-Sep-02 13:08
alex.barylski22-Sep-02 13:08 
AnswerRe: How to prevent Windows from running applications??? Pin
Paul M Watt22-Sep-02 16:37
mentorPaul M Watt22-Sep-02 16:37 
GeneralOpen .vcproj with msvs6 Pin
User 665822-Sep-02 8:06
User 665822-Sep-02 8:06 
GeneralRe: Open .vcproj with msvs6 Pin
Stephane Rodriguez.22-Sep-02 9:43
Stephane Rodriguez.22-Sep-02 9:43 
GeneralRe: Open .vcproj with msvs6 Pin
User 665822-Sep-02 10:08
User 665822-Sep-02 10:08 
GeneralRe: Open .vcproj with msvs6 Pin
Stephane Rodriguez.22-Sep-02 10:52
Stephane Rodriguez.22-Sep-02 10:52 
GeneralOverriding DC of WebBrowser Pin
Tili22-Sep-02 7:10
Tili22-Sep-02 7:10 
GeneralRe: Overriding DC of WebBrowser Pin
Stephane Rodriguez.22-Sep-02 7:31
Stephane Rodriguez.22-Sep-02 7:31 
GeneralRe: Overriding DC of WebBrowser Pin
Tili22-Sep-02 7:35
Tili22-Sep-02 7:35 
GeneralA Success Pin
Tili22-Sep-02 19:45
Tili22-Sep-02 19:45 
Generallose the right context menu sometimes. Pin
ns22-Sep-02 5:40
ns22-Sep-02 5:40 
GeneralRe: lose the right context menu sometimes. Pin
Ravi Bhavnani22-Sep-02 10:14
professionalRavi Bhavnani22-Sep-02 10:14 

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.