Click here to Skip to main content
15,896,118 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
QuestionRe: combo box in wndows 98? Pin
Hamid_RT5-Jan-07 21:34
Hamid_RT5-Jan-07 21:34 
AnswerRe: combo box in wndows 98? [modified] Pin
CPallini5-Jan-07 22:02
mveCPallini5-Jan-07 22:02 
AnswerRe: combo box in wndows 98? Pin
Cristian Amarie6-Jan-07 2:06
Cristian Amarie6-Jan-07 2:06 
AnswerRe: combo box in wndows 98? Pin
Bram van Kampen6-Jan-07 16:27
Bram van Kampen6-Jan-07 16:27 
QuestionSSL Connection Pin
bahram_cho5-Jan-07 20:27
bahram_cho5-Jan-07 20:27 
AnswerRe: SSL Connection Pin
Mark Salsbery6-Jan-07 6:07
Mark Salsbery6-Jan-07 6:07 
QuestionHow can i use Image Magic in vc++? [modified] Pin
$uresh $hanmugam5-Jan-07 18:43
$uresh $hanmugam5-Jan-07 18:43 
AnswerRe: How can i use Image Magic in vc++? Pin
Hamid_RT5-Jan-07 19:02
Hamid_RT5-Jan-07 19:02 
GeneralRe: How can i use Image Magic in vc++? Pin
$uresh $hanmugam7-Jan-07 20:45
$uresh $hanmugam7-Jan-07 20:45 
GeneralRe: How can i use Image Magic in vc++? Pin
Hamid_RT7-Jan-07 21:36
Hamid_RT7-Jan-07 21:36 
AnswerRe: How can i use Image Magic in vc++? Pin
Christian Graus5-Jan-07 21:58
protectorChristian Graus5-Jan-07 21:58 
GeneralRe: How can i use Image Magic in vc++? Pin
$uresh $hanmugam7-Jan-07 20:50
$uresh $hanmugam7-Jan-07 20:50 
GeneralRe: How can i use Image Magic in vc++? Pin
Hamid_RT7-Jan-07 21:38
Hamid_RT7-Jan-07 21:38 
QuestionHow to use CWnd function from HWND? Pin
Max++5-Jan-07 18:07
Max++5-Jan-07 18:07 
AnswerRe: How to use CWnd function from HWND? Pin
Eytukan5-Jan-07 18:16
Eytukan5-Jan-07 18:16 

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.