Click here to Skip to main content
15,908,445 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Enable3dControls failing assert Pin
Rama Krishna Vavilala16-May-02 12:28
Rama Krishna Vavilala16-May-02 12:28 
GeneralIgnoring & character Pin
Steve L.16-May-02 9:57
Steve L.16-May-02 9:57 
GeneralRe: Ignoring & character Pin
Ravi Bhavnani16-May-02 10:14
professionalRavi Bhavnani16-May-02 10:14 
GeneralRe: Ignoring & character Pin
Steve L.16-May-02 10:28
Steve L.16-May-02 10:28 
Generalmodeless dialog and memory leak Pin
16-May-02 9:22
suss16-May-02 9:22 
GeneralRe: modeless dialog and memory leak Pin
Chris Losinger16-May-02 9:32
professionalChris Losinger16-May-02 9:32 
GeneralRe: modeless dialog and memory leak Pin
redeemer16-May-02 9:34
redeemer16-May-02 9:34 
GeneralRe: modeless dialog and memory leak Pin
Tim Smith16-May-02 10:02
Tim Smith16-May-02 10:02 
Modeless dialogs are usually deleted in the OnNcDestroy routine. Just add that message handler and do a "delete this".

Tim Smith

I know what you're thinking punk, you're thinking did he spell check this document? Well, to tell you the truth I kinda forgot myself in all this excitement. But being this here's CodeProject, the most powerful forums in the world and would blow your head clean off, you've got to ask yourself one question, Do I feel lucky? Well do ya punk?
GeneralRe: modeless dialog and memory leak Pin
lucy16-May-02 11:02
lucy16-May-02 11:02 
GeneralRe: modeless dialog and memory leak Pin
Christian Graus16-May-02 12:02
protectorChristian Graus16-May-02 12:02 
GeneralRe: modeless dialog and memory leak Pin
lucy16-May-02 12:59
lucy16-May-02 12:59 
GeneralRe: modeless dialog and memory leak Pin
Jason Henderson16-May-02 11:36
Jason Henderson16-May-02 11:36 
GeneralRe: modeless dialog and memory leak Pin
Nish Nishant16-May-02 14:39
sitebuilderNish Nishant16-May-02 14:39 
GeneralRe: modeless dialog and memory leak Pin
lucy17-May-02 3:20
lucy17-May-02 3:20 
QuestionHow do i catch events from a ListView control? Pin
redeemer16-May-02 9:26
redeemer16-May-02 9:26 
AnswerRe: How do i catch events from a ListView control? Pin
Ravi Bhavnani16-May-02 10:57
professionalRavi Bhavnani16-May-02 10:57 
GeneralStill having problems double buffering a CListView MDI Pin
RobJones16-May-02 8:09
RobJones16-May-02 8:09 
GeneralRe: Still having problems double buffering a CListView MDI Pin
RobJones16-May-02 8:19
RobJones16-May-02 8:19 
QuestionConvert the string "(5/12)*8" to a number? Pin
Tony Fontenot16-May-02 7:56
Tony Fontenot16-May-02 7:56 
AnswerRe: Convert the string "(5/12)*8" to a number? Pin
Matt Gullett16-May-02 8:15
Matt Gullett16-May-02 8:15 
AnswerRe: Convert the string "(5/12)*8" to a number? Pin
Chris Losinger16-May-02 8:09
professionalChris Losinger16-May-02 8:09 
GeneralError when i try to use std::map Pin
redeemer16-May-02 7:24
redeemer16-May-02 7:24 
GeneralRe: Error when i try to use std::map Pin
Le centriste16-May-02 7:38
Le centriste16-May-02 7:38 
GeneralRe: Error when i try to use std::map Pin
redeemer16-May-02 8:05
redeemer16-May-02 8:05 
GeneralRe: Error when i try to use std::map Pin
Chris Losinger16-May-02 8:07
professionalChris Losinger16-May-02 8: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.