Click here to Skip to main content
15,926,035 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Delete cookie from FireFox Pin
Hamid_RT10-Aug-07 2:53
Hamid_RT10-Aug-07 2:53 
GeneralRe: Delete cookie from FireFox Pin
veer_in10-Aug-07 3:20
veer_in10-Aug-07 3:20 
QuestionRe: Delete cookie from FireFox Pin
David Crow10-Aug-07 3:05
David Crow10-Aug-07 3:05 
AnswerRe: Delete cookie from FireFox Pin
veer_in10-Aug-07 3:25
veer_in10-Aug-07 3:25 
GeneralRe: Delete cookie from FireFox Pin
David Crow10-Aug-07 3:27
David Crow10-Aug-07 3:27 
GeneralRe: Delete cookie from FireFox Pin
veer_in10-Aug-07 3:45
veer_in10-Aug-07 3:45 
GeneralRe: Delete cookie from FireFox Pin
David Crow10-Aug-07 3:54
David Crow10-Aug-07 3:54 
Questionproblem when i try to stop a timer Pin
shja8810-Aug-07 2:12
shja8810-Aug-07 2:12 
i have a program (which i didn't create) that have a built in timer.
the timer count backwards and i want to prevent the timer from hitting zero.

i tried compiling this c program:

<pre>
#include "stdafx.h"
#include <time.h>
#include <conio.h>
#include <stdio.h>
#include <stdlib.h>
#include <windows.h>

size_t main( int argc, char *argv[] )
{
SYSTEMTIME time;
GetSystemTime(&time);
while(!kbhit())
SetSystemTime(&time);
if(!getch())
getch();
return 0;
}
</pre>

and its stopping the windows (win xp sp2) clock but not the program timer, do anyone have a suggestion how to make the timer stop counting back?

thanks to anyone who actually read the post Big Grin | :-D
QuestionRe: problem when i try to stop a timer Pin
David Crow10-Aug-07 3:06
David Crow10-Aug-07 3:06 
AnswerRe: problem when i try to stop a timer Pin
shja8810-Aug-07 3:29
shja8810-Aug-07 3:29 
GeneralRe: problem when i try to stop a timer Pin
jhwurmbach10-Aug-07 4:03
jhwurmbach10-Aug-07 4:03 
GeneralRe: problem when i try to stop a timer Pin
shja8810-Aug-07 4:08
shja8810-Aug-07 4:08 
GeneralRe: problem when i try to stop a timer Pin
jhwurmbach10-Aug-07 4:17
jhwurmbach10-Aug-07 4:17 
GeneralRe: problem when i try to stop a timer Pin
shja8810-Aug-07 4:28
shja8810-Aug-07 4:28 
GeneralRe: problem when i try to stop a timer Pin
jhwurmbach10-Aug-07 5:07
jhwurmbach10-Aug-07 5:07 
GeneralRe: problem when i try to stop a timer Pin
shja8810-Aug-07 7:21
shja8810-Aug-07 7:21 
QuestionHow to remove a property sheet space? Pin
Mushtaque Nizamani10-Aug-07 1:45
Mushtaque Nizamani10-Aug-07 1:45 
AnswerRe: How to remove a property sheet space? Pin
KarstenK10-Aug-07 2:30
mveKarstenK10-Aug-07 2:30 
QuestionRe: How to remove a property sheet space? Pin
David Crow10-Aug-07 3:09
David Crow10-Aug-07 3:09 
AnswerRe: How to remove a property sheet space? Pin
Mushtaque Nizamani10-Aug-07 3:35
Mushtaque Nizamani10-Aug-07 3:35 
QuestionRe: How to remove a property sheet space? Pin
David Crow10-Aug-07 3:40
David Crow10-Aug-07 3:40 
AnswerRe: How to remove a property sheet space? Pin
Mushtaque Nizamani10-Aug-07 4:02
Mushtaque Nizamani10-Aug-07 4:02 
GeneralRe: How to remove a property sheet space? Pin
Jim Crafton10-Aug-07 4:26
Jim Crafton10-Aug-07 4:26 
Questiondelete memory Pin
Monark10-Aug-07 1:36
Monark10-Aug-07 1:36 
AnswerRe: delete memory Pin
sw@thi10-Aug-07 1:43
sw@thi10-Aug-07 1:43 

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.