Click here to Skip to main content
15,905,593 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: can we find the status of a system? Pin
Cristian Amarie6-Jan-07 2:03
Cristian Amarie6-Jan-07 2:03 
Questionrandom 12-bit unsinged int Pin
ikbahrian6-Jan-07 1:35
ikbahrian6-Jan-07 1:35 
QuestionRe: random 12-bit unsinged int Pin
Johan Pretorius6-Jan-07 2:02
Johan Pretorius6-Jan-07 2:02 
AnswerRe: random 12-bit unsinged int Pin
ikbahrian6-Jan-07 2:12
ikbahrian6-Jan-07 2:12 
GeneralRe: random 12-bit unsinged int [modified] Pin
Johan Pretorius6-Jan-07 2:19
Johan Pretorius6-Jan-07 2:19 
GeneralRe: random 12-bit unsinged int Pin
ikbahrian6-Jan-07 2:40
ikbahrian6-Jan-07 2:40 
AnswerRe: random 12-bit unsinged int Pin
Johan Pretorius6-Jan-07 3:05
Johan Pretorius6-Jan-07 3:05 
GeneralRe: random 12-bit unsinged int Pin
ikbahrian6-Jan-07 3:14
ikbahrian6-Jan-07 3:14 
GeneralRe: random 12-bit unsinged int Pin
Johan Pretorius6-Jan-07 5:25
Johan Pretorius6-Jan-07 5:25 
GeneralRe: random 12-bit unsinged int Pin
Johan Pretorius6-Jan-07 5:44
Johan Pretorius6-Jan-07 5:44 
Questionhow to track a URL(website address) Pin
ShaluMalu6-Jan-07 1:22
ShaluMalu6-Jan-07 1:22 
AnswerRe: how to track a URL(website address) Pin
Monty26-Jan-07 1:28
Monty26-Jan-07 1:28 
AnswerRe: how to track a URL(website address) Pin
Hamid_RT6-Jan-07 17:23
Hamid_RT6-Jan-07 17:23 
QuestionHiden Button is Disabled !! Pin
dharani6-Jan-07 0:44
dharani6-Jan-07 0:44 
AnswerRe: Hiden Button is Disabled !! Pin
Monty26-Jan-07 1:01
Monty26-Jan-07 1:01 
QuestionUsing Slider control in Win32 Pin
Ganesh_T6-Jan-07 0:28
Ganesh_T6-Jan-07 0:28 
AnswerRe: Using Slider control in Win32 Pin
Mark Salsbery6-Jan-07 5:55
Mark Salsbery6-Jan-07 5:55 
QuestionTextOut() Pin
Kiran Pinjala6-Jan-07 0:10
Kiran Pinjala6-Jan-07 0:10 
AnswerRe: TextOut() Pin
Johan Pretorius6-Jan-07 0:15
Johan Pretorius6-Jan-07 0:15 
AnswerRe: TextOut() Pin
Hadi Dayvary6-Jan-07 0:33
professionalHadi Dayvary6-Jan-07 0:33 
QuestionRe: TextOut() Pin
Kiran Pinjala7-Jan-07 18:28
Kiran Pinjala7-Jan-07 18:28 
AnswerRe: TextOut() Pin
Hamid_RT6-Jan-07 17:10
Hamid_RT6-Jan-07 17:10 
AnswerRe: TextOut() Pin
Stephen Hewitt7-Jan-07 11:44
Stephen Hewitt7-Jan-07 11:44 
You shouldn't be drawing only in a timer function as when the drawing is obscured and then exposed the text will not be redrawn until the next second. It’s ok to draw in a timer function but your WM_PAINT handler should also have code to draw the current time. More conventionally the timer function would only invalidate the region of the window which contains the text and all drawing done in the WM_PAINT handler.


Steve

QuestionAutomation Pin
HakunaMatada6-Jan-07 0:05
HakunaMatada6-Jan-07 0:05 
Questioncombo box in wndows 98? Pin
murali_utr5-Jan-07 20:40
murali_utr5-Jan-07 20:40 

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.