Click here to Skip to main content
15,887,302 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Compiling DLL - what is the sequence of compilation? Pin
Gisle Vanem17-Mar-14 4:00
Gisle Vanem17-Mar-14 4:00 
GeneralRe: Compiling DLL - what is the sequence of compilation? Pin
Richard MacCutchan17-Mar-14 4:16
mveRichard MacCutchan17-Mar-14 4:16 
GeneralRe: Compiling DLL - what is the sequence of compilation? Pin
Vaclav_17-Mar-14 7:42
Vaclav_17-Mar-14 7:42 
GeneralRe: Compiling DLL - what is the sequence of compilation? Pin
Richard MacCutchan17-Mar-14 7:54
mveRichard MacCutchan17-Mar-14 7:54 
QuestionDrawText() blinking problem Pin
econy15-Mar-14 1:36
econy15-Mar-14 1:36 
AnswerRe: DrawText() blinking problem Pin
PJ Arends15-Mar-14 6:07
professionalPJ Arends15-Mar-14 6:07 
GeneralRe: DrawText() blinking problem Pin
econy15-Mar-14 6:33
econy15-Mar-14 6:33 
AnswerRe: DrawText() blinking problem Pin
Richard MacCutchan15-Mar-14 6:39
mveRichard MacCutchan15-Mar-14 6:39 
You should not be calling InvalidateRect in the same place as you are drawing to the screen. That call is to tell windows that your window needs to be updated, but you are already inside the code where the update is happening. You could simplify this by using one of the standard window controls[^].
GeneralRe: DrawText() blinking problem Pin
econy15-Mar-14 6:44
econy15-Mar-14 6:44 
GeneralRe: DrawText() blinking problem Pin
Richard MacCutchan15-Mar-14 6:54
mveRichard MacCutchan15-Mar-14 6:54 
GeneralRe: DrawText() blinking problem Pin
econy15-Mar-14 6:54
econy15-Mar-14 6:54 
GeneralRe: DrawText() blinking problem Pin
Richard MacCutchan15-Mar-14 6:56
mveRichard MacCutchan15-Mar-14 6:56 
GeneralRe: DrawText() blinking problem Pin
econy15-Mar-14 7:24
econy15-Mar-14 7:24 
GeneralRe: DrawText() blinking problem Pin
Richard MacCutchan15-Mar-14 7:39
mveRichard MacCutchan15-Mar-14 7:39 
GeneralRe: DrawText() blinking problem Pin
econy15-Mar-14 8:00
econy15-Mar-14 8:00 
QuestionWhat this function does? Pin
Django_Untaken14-Mar-14 19:56
Django_Untaken14-Mar-14 19:56 
AnswerRe: What this function does? Pin
Jochen Arndt14-Mar-14 23:42
professionalJochen Arndt14-Mar-14 23:42 
Question"Shift+Delete" and "Ctrl+X" Pin
Member 802179614-Mar-14 11:41
Member 802179614-Mar-14 11:41 
AnswerRe: "Shift+Delete" and "Ctrl+X" Pin
Richard MacCutchan15-Mar-14 0:51
mveRichard MacCutchan15-Mar-14 0:51 
GeneralRe: "Shift+Delete" and "Ctrl+X" Pin
Member 802179617-Mar-14 6:25
Member 802179617-Mar-14 6:25 
GeneralRe: "Shift+Delete" and "Ctrl+X" Pin
Richard MacCutchan17-Mar-14 6:43
mveRichard MacCutchan17-Mar-14 6:43 
GeneralRe: "Shift+Delete" and "Ctrl+X" Pin
Member 802179617-Mar-14 7:12
Member 802179617-Mar-14 7:12 
GeneralRe: "Shift+Delete" and "Ctrl+X" Pin
Richard MacCutchan17-Mar-14 7:48
mveRichard MacCutchan17-Mar-14 7:48 
GeneralRe: "Shift+Delete" and "Ctrl+X" Pin
Member 802179617-Mar-14 8:02
Member 802179617-Mar-14 8:02 
GeneralRe: "Shift+Delete" and "Ctrl+X" Pin
Richard MacCutchan17-Mar-14 8:06
mveRichard MacCutchan17-Mar-14 8:06 

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.