Click here to Skip to main content
15,923,120 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionIntellisense feature Pin
Demian Panello6-Jun-07 2:05
Demian Panello6-Jun-07 2:05 
AnswerRe: Intellisense feature Pin
bigphish6-Jun-07 18:12
bigphish6-Jun-07 18:12 
GeneralRe: Intellisense feature Pin
Demian Panello7-Jun-07 1:14
Demian Panello7-Jun-07 1:14 
QuestionRelease mode Crashes while Debug works fine! Pin
Immunity186-Jun-07 1:47
Immunity186-Jun-07 1:47 
AnswerRe: Release mode Crashes while Debug works fine! Pin
CPallini6-Jun-07 2:04
mveCPallini6-Jun-07 2:04 
GeneralRe: Release mode Crashes while Debug works fine! Pin
Immunity186-Jun-07 2:09
Immunity186-Jun-07 2:09 
GeneralRe: Release mode Crashes while Debug works fine! Pin
Immunity186-Jun-07 2:11
Immunity186-Jun-07 2:11 
Questionwhat DefWindowProc does to WM_PAINT message? Pin
LiYS6-Jun-07 0:12
LiYS6-Jun-07 0:12 
Hi all:

Yesterday I asked about dialog UI paint problem in which when the dialog overlapped with another window the dialog's UI got different kinds of trailing white strips. Today the problem solved accidentally in which DefWindowProc didn't get called once I finishing paint the dialog customarily, the modification was just a simple substitution from "break" to "return 1". For a hindsight, I know the rough idea behind this, I should have handled the painting by myself solely instead of let system handle it again, but I don't know what DefWindowProc done when I've painted the dialog made the dialog graffitified.






AnswerRe: what DefWindowProc does to WM_PAINT message? Pin
Mark Salsbery6-Jun-07 5:25
Mark Salsbery6-Jun-07 5:25 
QuestionNewbie: how to make PrintPreview the initial view Pin
redflyingpig6-Jun-07 0:11
redflyingpig6-Jun-07 0:11 
Questiondll [modified] Pin
jannathali6-Jun-07 0:01
jannathali6-Jun-07 0:01 
AnswerRe: dll Pin
Anurag Gandhi6-Jun-07 0:47
professionalAnurag Gandhi6-Jun-07 0:47 
GeneralRe: dll Pin
jannathali6-Jun-07 1:00
jannathali6-Jun-07 1:00 
GeneralRe: dll Pin
Anurag Gandhi6-Jun-07 1:23
professionalAnurag Gandhi6-Jun-07 1:23 
GeneralRe: dll Pin
jannathali6-Jun-07 1:33
jannathali6-Jun-07 1:33 
AnswerRe: dll Pin
thammadi6-Jun-07 20:42
thammadi6-Jun-07 20:42 
QuestionHow to add soap header information in a proxy class Pin
pushkarnap5-Jun-07 23:31
pushkarnap5-Jun-07 23:31 
QuestionHide caret in CRichEdit View [modified] Pin
TariqZ5-Jun-07 23:24
TariqZ5-Jun-07 23:24 
AnswerRe: Hide caret in CRichEdit View Pin
Mark Salsbery6-Jun-07 5:32
Mark Salsbery6-Jun-07 5:32 
Questionmenu help again Pin
p_5-Jun-07 23:08
p_5-Jun-07 23:08 
AnswerRe: menu help again Pin
Rajkumar R5-Jun-07 23:45
Rajkumar R5-Jun-07 23:45 
GeneralRe: menu help again Pin
p_6-Jun-07 0:06
p_6-Jun-07 0:06 
GeneralRe: menu help again Pin
Anurag Gandhi6-Jun-07 1:27
professionalAnurag Gandhi6-Jun-07 1:27 
QuestionCString Limitation Pin
Anurag Gandhi5-Jun-07 22:48
professionalAnurag Gandhi5-Jun-07 22:48 
AnswerRe: CString Limitation Pin
CPallini5-Jun-07 23:07
mveCPallini5-Jun-07 23:07 

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.