07-31-2006, 08:40 PM
I HAVE ADDED A EDIT INTO THE TOP OF MY DIALOG...AND I WAS WONDERING IF I COULD MAKE A TIMER ON THE DIALOG WHERE THE "EDIT" IS...I ALSO MADE THE EDIT READ ONLY....SO IF U COULD PLZ HELP ME
TIMER
|
07-31-2006, 08:40 PM
I HAVE ADDED A EDIT INTO THE TOP OF MY DIALOG...AND I WAS WONDERING IF I COULD MAKE A TIMER ON THE DIALOG WHERE THE "EDIT" IS...I ALSO MADE THE EDIT READ ONLY....SO IF U COULD PLZ HELP ME
07-31-2006, 09:35 PM
To add timer, use function SetTimer in dialog procedure (it must be smart dialog). To remove timer, use KillTimer. To receive timer events, use WM_TIMER message.
Function Dialog13 \Dialog_Editor
08-01-2006, 09:13 PM
i have 2 questions
#1 How do i make timer show hours,minutes and seconds instead of seconds? #2 How do i get dialog 2 show a start time ex.._s.time("%#c")?
08-02-2006, 06:33 AM
i have made a dialog and put in a timer.I have 2 questions.
#1 is there a way 2 change the timer 2 display minutes and seconds instead of just seconds?ex 00:20 #2 i want 2 also put in Dialog box the time in this format %#c can u help?
08-02-2006, 07:52 AM
\Dialog_Editor
11-03-2006, 03:53 AM
how do u make timer show it like this 00:00:00 ? is there a way instead of just 1 2 3 4 5 6 ..
11-03-2006, 06:53 AM
Use Text dialog.
11-03-2006, 08:02 PM
Gintaras Wrote:Use Text dialog.ok ty bro
12-26-2006, 07:22 PM
where is text dialog
03-09-2007, 08:13 PM
Hmmm. where is text dialog
|
« Next Oldest | Next Newest »
|