Click here to Skip to main content
15,913,836 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Scope of try...catch constructions (over threads) Pin
Rui Lopes20-Nov-01 23:15
Rui Lopes20-Nov-01 23:15 
QuestionCFindFile? Pin
20-Nov-01 20:57
suss20-Nov-01 20:57 
AnswerRe: CFindFile? Pin
Rassman20-Nov-01 22:03
Rassman20-Nov-01 22:03 
GeneralOwndraw scrollbars question Pin
Osykin Roman20-Nov-01 20:40
Osykin Roman20-Nov-01 20:40 
GeneralRe: Owndraw scrollbars question Pin
moliate21-Nov-01 5:42
moliate21-Nov-01 5:42 
GeneralRe: Owndraw scrollbars question Pin
Osykin Roman21-Nov-01 11:39
Osykin Roman21-Nov-01 11:39 
GeneralClock display Pin
smeckenfill20-Nov-01 19:34
smeckenfill20-Nov-01 19:34 
GeneralRe: Clock display Pin
Member 2362220-Nov-01 19:53
Member 2362220-Nov-01 19:53 
You'll probably have to code an analog clock yourself, but how you would go about doing this would be to create a TIMERPROC, using SetTimer, that is updated every 1000 milliseconds or 1 second, then you would draw the analog clock every time the timer is executed according to the time provided by GetSystemTime. If you wanted the digital equivlant you would of course, just use GetTimeFormat, and print it out to the screen.

For a digital type look try :
http://www.codeproject.com/staticctrl/cstatictime.asp

Try MSDN for information on the stuff listed above.

Nathan

modified on Sunday, April 19, 2009 12:26 AM

GeneralRe: Clock display Pin
kakuni27-Nov-01 9:11
kakuni27-Nov-01 9:11 
GeneralRe: Clock display Pin
Andrew Peace21-Nov-01 14:44
Andrew Peace21-Nov-01 14:44 
GeneralRe: Clock display Pin
kakuni27-Nov-01 9:14
kakuni27-Nov-01 9:14 
GeneralCEdit - A Simple Question Pin
Xavier Shay20-Nov-01 19:20
Xavier Shay20-Nov-01 19:20 
GeneralRe: CEdit - A Simple Question Pin
Fredrik Skog3-Dec-01 22:31
Fredrik Skog3-Dec-01 22:31 
Generaldifferent outlook on different pc. Pin
zecodela20-Nov-01 16:41
zecodela20-Nov-01 16:41 
GeneralRe: different outlook on different pc. Pin
Alvaro Mendez20-Nov-01 17:59
Alvaro Mendez20-Nov-01 17:59 
GeneralCode bloat! Pin
Todd Smith20-Nov-01 14:12
Todd Smith20-Nov-01 14:12 
Generalcreating a new doc, the sequel Pin
robbied20-Nov-01 12:51
robbied20-Nov-01 12:51 
GeneralRe: creating a new doc, the sequel Pin
Christian Graus20-Nov-01 13:07
protectorChristian Graus20-Nov-01 13:07 
GeneralRe: creating a new doc, the sequel Pin
robbied20-Nov-01 15:15
robbied20-Nov-01 15:15 
GeneralRe: creating a new doc, the sequel Pin
Christian Graus20-Nov-01 15:24
protectorChristian Graus20-Nov-01 15:24 
GeneralRe: creating a new doc, the sequel Pin
robbied20-Nov-01 16:03
robbied20-Nov-01 16:03 
GeneralRe: creating a new doc, the sequel Pin
Christian Graus20-Nov-01 16:11
protectorChristian Graus20-Nov-01 16:11 
General::SetDIBitsToDevice problem Pin
Joel Holdsworth20-Nov-01 10:59
Joel Holdsworth20-Nov-01 10:59 
GeneralRe: ::SetDIBitsToDevice problem Pin
Chris Hafey20-Nov-01 15:41
Chris Hafey20-Nov-01 15:41 
GeneralRe: ::SetDIBitsToDevice problem Pin
Chris Hafey20-Nov-01 16:15
Chris Hafey20-Nov-01 16:15 

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.