Click here to Skip to main content
16,005,339 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Buttons with Icons - In Dialog editor Pin
John R. Shaw23-Nov-03 13:55
John R. Shaw23-Nov-03 13:55 
GeneralRe: Buttons with Icons - In Dialog editor Pin
Antti Keskinen24-Nov-03 2:30
Antti Keskinen24-Nov-03 2:30 
GeneralRe: Buttons with Icons - In Dialog editor Pin
John R. Shaw24-Nov-03 5:34
John R. Shaw24-Nov-03 5:34 
GeneralRe: Buttons with Icons - In Dialog editor Pin
BaldwinMartin23-Nov-03 17:19
BaldwinMartin23-Nov-03 17:19 
GeneralTimers in an MSDI app Pin
Daniel132423-Nov-03 7:29
Daniel132423-Nov-03 7:29 
GeneralRe: Timers in an MSDI app Pin
Peter Molnar23-Nov-03 9:01
Peter Molnar23-Nov-03 9:01 
GeneralRe: Timers in an MSDI app Pin
Daniel132423-Nov-03 9:13
Daniel132423-Nov-03 9:13 
GeneralRe: Timers in an MSDI app Pin
Peter Molnar23-Nov-03 13:03
Peter Molnar23-Nov-03 13:03 
SetTimer is CWnd's member function, happens nothing extraordinary (i.e. no memory leak or anything bad) if you don't kill it separately. The framework does this for you when the CWnd object gets destroyed from which you called it regardless whether you called it from your view or framewnd or whatever place.

As for handling WM_CLOSE in your mainframe, this is a good place for things to clean up that require clean up.




Peter Molnar
GeneralRe: Timers in an MSDI app Pin
Daniel132423-Nov-03 13:04
Daniel132423-Nov-03 13:04 
GeneralRe: Timers in an MSDI app Pin
John R. Shaw23-Nov-03 14:24
John R. Shaw23-Nov-03 14:24 
Generaltext in password edit box Pin
kendao23-Nov-03 6:37
kendao23-Nov-03 6:37 
GeneralRe: text in password edit box Pin
Alexander M.,23-Nov-03 8:03
Alexander M.,23-Nov-03 8:03 
GeneralRe: text in password edit box Pin
Peter Molnar23-Nov-03 9:01
Peter Molnar23-Nov-03 9:01 
GeneralRe: text in password edit box Pin
Terry O'Nolley23-Nov-03 13:26
Terry O'Nolley23-Nov-03 13:26 
GeneralRe: text in password edit box Pin
John R. Shaw23-Nov-03 15:18
John R. Shaw23-Nov-03 15:18 
Generalinvisible programs Pin
marekm23-Nov-03 5:09
marekm23-Nov-03 5:09 
GeneralRe: invisible programs Pin
Prakash Nadar23-Nov-03 5:30
Prakash Nadar23-Nov-03 5:30 
GeneralRe: invisible programs Pin
BaldwinMartin23-Nov-03 16:52
BaldwinMartin23-Nov-03 16:52 
QuestionHow to get the system path? Pin
Kuniva23-Nov-03 4:10
Kuniva23-Nov-03 4:10 
AnswerRe: How to get the system path? Pin
Prakash Nadar23-Nov-03 5:27
Prakash Nadar23-Nov-03 5:27 
AnswerRe: How to get the system path? Pin
Michael Dunn23-Nov-03 8:46
sitebuilderMichael Dunn23-Nov-03 8:46 
AnswerRe: How to get the system path? Pin
BaldwinMartin23-Nov-03 16:56
BaldwinMartin23-Nov-03 16:56 
GeneralMenu shortcuts Pin
Gaetano23-Nov-03 4:03
Gaetano23-Nov-03 4:03 
GeneralRe: Menu shortcuts Pin
BaldwinMartin23-Nov-03 16:40
BaldwinMartin23-Nov-03 16:40 
GeneralRe: Menu shortcuts Pin
Gaetano23-Nov-03 22:06
Gaetano23-Nov-03 22: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.