Click here to Skip to main content
15,925,399 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Bizarre Round Error Pin
Tim Smith6-Jan-02 16:57
Tim Smith6-Jan-02 16:57 
QuestionMFC File I/O? Pin
6-Jan-02 10:28
suss6-Jan-02 10:28 
AnswerRe: MFC File I/O? Pin
Giles6-Jan-02 11:45
Giles6-Jan-02 11:45 
AnswerRe: MFC File I/O? Pin
Not Active6-Jan-02 13:35
mentorNot Active6-Jan-02 13:35 
Generalpainting problem Pin
Wizard_016-Jan-02 5:34
Wizard_016-Jan-02 5:34 
GeneralRe: painting problem Pin
l a u r e n6-Jan-02 7:22
l a u r e n6-Jan-02 7:22 
GeneralRe: painting problem Pin
6-Jan-02 7:43
suss6-Jan-02 7:43 
GeneralRe: painting problem Pin
Christian Graus6-Jan-02 10:46
protectorChristian Graus6-Jan-02 10:46 
If you draw in WM_PAINT and you don't see anything, it means your drawing code is broken. You can also draw in WM_ERASEBKGND if you're drawing the background of the dialog, to avoid flicker.

If you're doing something whereby you want the dialog repainted, you need to call Invalidate(), or Invalidate(FALSE) if you don't want to erase the dialog ( again to avoid flicker ).


Christian

I have come to clean zee pooollll. - Michael Martin Dec 30, 2001

Sonork ID 100.10002:MeanManOz
I live in Bob's HungOut now

GeneralDetermine whether connected to internet Pin
Jase Jennings6-Jan-02 4:10
Jase Jennings6-Jan-02 4:10 
GeneralRe: Determine whether connected to internet Pin
l a u r e n6-Jan-02 7:25
l a u r e n6-Jan-02 7:25 
GeneralRe: Determine whether connected to internet Pin
Jase Jennings6-Jan-02 22:09
Jase Jennings6-Jan-02 22:09 
GeneralRe: Determine whether connected to internet Pin
Nish Nishant6-Jan-02 18:20
sitebuilderNish Nishant6-Jan-02 18:20 
GeneralRe: Determine whether connected to internet Pin
Jase Jennings6-Jan-02 22:25
Jase Jennings6-Jan-02 22:25 
GeneralRe: Determine whether connected to internet Pin
Nish Nishant6-Jan-02 22:58
sitebuilderNish Nishant6-Jan-02 22:58 
GeneralMicrosoft Installer Pin
Nnamdi Onyeyiri6-Jan-02 1:37
Nnamdi Onyeyiri6-Jan-02 1:37 
GeneralRe: Microsoft Installer Pin
Ravi Bhavnani6-Jan-02 4:46
professionalRavi Bhavnani6-Jan-02 4:46 
Generalheap problems... Pin
drummer5-Jan-02 18:35
drummer5-Jan-02 18:35 
GeneralRe: heap problems... Pin
Michael Dunn5-Jan-02 18:41
sitebuilderMichael Dunn5-Jan-02 18:41 
GeneralRe: heap problems... Pin
drummer6-Jan-02 12:32
drummer6-Jan-02 12:32 
QuestionWhat would cause strtok to fail? Pin
Stephen Caldwell5-Jan-02 8:23
Stephen Caldwell5-Jan-02 8:23 
AnswerRe: What would cause strtok to fail? Pin
Ravi Bhavnani5-Jan-02 8:36
professionalRavi Bhavnani5-Jan-02 8:36 
GeneralRe: What would cause strtok to fail? Pin
Stephen Caldwell5-Jan-02 8:47
Stephen Caldwell5-Jan-02 8:47 
QuestionProper MSComm usage? Pin
5-Jan-02 6:51
suss5-Jan-02 6:51 
GeneralFine a file Pin
Jon Newman5-Jan-02 6:30
Jon Newman5-Jan-02 6:30 
GeneralRe: Fine a file Pin
Michael Dunn5-Jan-02 6:49
sitebuilderMichael Dunn5-Jan-02 6:49 

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.