Click here to Skip to main content
15,902,832 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Code not ruuning in Release but runs in Debug Pin
Hamid_RT17-Nov-08 23:34
Hamid_RT17-Nov-08 23:34 
AnswerRe: Code not ruuning in Release but runs in Debug Pin
David Crow18-Nov-08 3:40
David Crow18-Nov-08 3:40 
QuestionOnDraw() not getting called Pin
manoharbalu17-Nov-08 22:13
manoharbalu17-Nov-08 22:13 
AnswerRe: OnDraw() not getting called Pin
Hamid_RT17-Nov-08 23:40
Hamid_RT17-Nov-08 23:40 
GeneralRe: OnDraw() not getting called Pin
manoharbalu17-Nov-08 23:52
manoharbalu17-Nov-08 23:52 
GeneralRe: OnDraw() not getting called Pin
Hamid_RT18-Nov-08 0:47
Hamid_RT18-Nov-08 0:47 
AnswerRe: OnDraw() not getting called Pin
Nishad S18-Nov-08 1:57
Nishad S18-Nov-08 1:57 
AnswerRe: OnDraw() not getting called Pin
Alan Balkany18-Nov-08 3:44
Alan Balkany18-Nov-08 3:44 
It's risky to call Invalidate () inside an OnDraw () or OnPaint () handler because it can potentially cause an infinite loop. Call Invalidate () right after the change to your data that you want to appear on the screen.
QuestionUsing GetDevice function of IPortableDeviceManager interface... Pin
VCProgrammer17-Nov-08 21:24
VCProgrammer17-Nov-08 21:24 
QuestionFirst row missing when i write into a file using fputws Pin
bangaram201217-Nov-08 20:52
bangaram201217-Nov-08 20:52 
AnswerRe: First row missing when i write into a file using fputws Pin
Saurabh.Garg17-Nov-08 23:07
Saurabh.Garg17-Nov-08 23:07 
GeneralRe: First row missing when i write into a file using fputws Pin
bangaram201217-Nov-08 23:35
bangaram201217-Nov-08 23:35 
GeneralRe: First row missing when i write into a file using fputws Pin
Saurabh.Garg18-Nov-08 0:57
Saurabh.Garg18-Nov-08 0:57 
AnswerRe: First row missing when i write into a file using fputws Pin
David Crow18-Nov-08 3:47
David Crow18-Nov-08 3:47 
QuestionNeed Help with Hooking and dll injection Pin
mr_coco17-Nov-08 19:49
mr_coco17-Nov-08 19:49 
QuestionContext menu Pin
john563217-Nov-08 19:22
john563217-Nov-08 19:22 
AnswerRe: Context menu Pin
SandipG 17-Nov-08 19:54
SandipG 17-Nov-08 19:54 
Questionworker thread problem in mfc Pin
Rajesh Katalkar17-Nov-08 19:18
Rajesh Katalkar17-Nov-08 19:18 
AnswerRe: worker thread problem in mfc Pin
SandipG 17-Nov-08 19:56
SandipG 17-Nov-08 19:56 
Questionc1010070:failed to load and parse the manifest Pin
izyani17-Nov-08 19:14
izyani17-Nov-08 19:14 
QuestionRe: c1010070:failed to load and parse the manifest Pin
David Crow12-Oct-09 2:48
David Crow12-Oct-09 2:48 
QuestionHooking DB Exceptions Pin
krishnan.s17-Nov-08 17:14
krishnan.s17-Nov-08 17:14 
AnswerRe: Hooking DB Exceptions Pin
22491717-Nov-08 19:39
22491717-Nov-08 19:39 
QuestionProgram startup delay in Vista Pin
LaHaHa17-Nov-08 15:17
LaHaHa17-Nov-08 15:17 
QuestionRe: Program startup delay in Vista Pin
David Crow17-Nov-08 16:51
David Crow17-Nov-08 16:51 

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.