Click here to Skip to main content
16,006,355 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Dynamic CEdit can't call DoDataExchange()? Pin
Sara Burns6-Dec-02 11:00
Sara Burns6-Dec-02 11:00 
AnswerRe: Dynamic CEdit can't call DoDataExchange()? Pin
worm7-Dec-02 14:43
worm7-Dec-02 14:43 
GeneralChange window style Pin
Member 997186-Dec-02 8:19
Member 997186-Dec-02 8:19 
GeneralRe: Change window style Pin
Maximilien6-Dec-02 8:30
Maximilien6-Dec-02 8:30 
GeneralRe: Change window style Pin
Member 997186-Dec-02 9:29
Member 997186-Dec-02 9:29 
GeneralHovering text... Pin
Maximilien6-Dec-02 8:01
Maximilien6-Dec-02 8:01 
GeneralDetected memory leaks! :( Pin
lucy6-Dec-02 7:04
lucy6-Dec-02 7:04 
GeneralRe: Detected memory leaks! :( Pin
Roger Allen6-Dec-02 7:23
Roger Allen6-Dec-02 7:23 
As its a CWinThread object thats been leaked, you can either store the pointer when you create the thread or set the m_bAutoDelete member var to true so it deletes itself when the thread ends.



Roger Allen
Sonork 100.10016

In case you're worried about what's going to become of the younger generation, it's going to grow up and start worrying about the younger generation. - Roger Allen, but not me!
GeneralRe: Detected memory leaks! :( Pin
lucy6-Dec-02 7:32
lucy6-Dec-02 7:32 
GeneralRe: Detected memory leaks! :( Pin
lucy6-Dec-02 7:37
lucy6-Dec-02 7:37 
GeneralRe: Magic of StdAfx.h?? Pin
lucy6-Dec-02 8:00
lucy6-Dec-02 8:00 
GeneralMFC Controls and Thread Safety :: MFC Pin
valikac6-Dec-02 6:38
valikac6-Dec-02 6:38 
GeneralGerman characters Pin
RAZ6-Dec-02 6:06
RAZ6-Dec-02 6:06 
Questionhow to get the data of video card to store as BMP? Pin
jarred6-Dec-02 6:07
jarred6-Dec-02 6:07 
AnswerRe: how to get the data of video card to store as BMP? Pin
Paul M Watt6-Dec-02 6:14
mentorPaul M Watt6-Dec-02 6:14 
GeneralRe: how to get the data of video card to store as BMP? Pin
jarred6-Dec-02 6:32
jarred6-Dec-02 6:32 
GeneralRe: how to get the data of video card to store as BMP? Pin
Paul M Watt6-Dec-02 10:20
mentorPaul M Watt6-Dec-02 10:20 
GeneralRe: how to get the data of video card to store as BMP? Pin
jarred7-Dec-02 3:03
jarred7-Dec-02 3:03 
AnswerRe: how to get the data of video card to store as BMP? Pin
Anonymous8-Dec-02 1:40
Anonymous8-Dec-02 1:40 
GeneralHelp with controls handling messages in a dialog Pin
work_to_live6-Dec-02 5:57
work_to_live6-Dec-02 5:57 
GeneralRe: Help with controls handling messages in a dialog Pin
Paul M Watt6-Dec-02 6:12
mentorPaul M Watt6-Dec-02 6:12 
GeneralRe: Help with controls handling messages in a dialog Pin
Roger Allen6-Dec-02 6:21
Roger Allen6-Dec-02 6:21 
GeneralRe: Help with controls handling messages in a dialog Pin
work_to_live6-Dec-02 6:43
work_to_live6-Dec-02 6:43 
GeneralRe: Help with controls handling messages in a dialog Pin
work_to_live6-Dec-02 7:03
work_to_live6-Dec-02 7:03 
GeneralRe: Help with controls handling messages in a dialog Pin
work_to_live6-Dec-02 7:09
work_to_live6-Dec-02 7:09 

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.