Click here to Skip to main content
15,926,507 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalatlast some inspiration!!!!!!!!!!! Pin
r i s h a b h s21-Jan-03 17:37
r i s h a b h s21-Jan-03 17:37 
GeneralCreating controls during runtime Pin
Baatezu20-Jan-03 14:00
Baatezu20-Jan-03 14:00 
GeneralRe: Creating controls during runtime Pin
xxhimanshu20-Jan-03 19:28
xxhimanshu20-Jan-03 19:28 
GeneralRe: Creating controls during runtime Pin
Baatezu20-Jan-03 19:41
Baatezu20-Jan-03 19:41 
GeneralReturn between CStrings Pin
Sunnygirl20-Jan-03 13:36
Sunnygirl20-Jan-03 13:36 
GeneralRe: Return between CStrings Pin
Tim Smith20-Jan-03 14:01
Tim Smith20-Jan-03 14:01 
GeneralRe: Return between CStrings Pin
Thomas Lau20-Jan-03 14:23
Thomas Lau20-Jan-03 14:23 
GeneralRe: Return between CStrings Pin
Thomas Lau20-Jan-03 14:27
Thomas Lau20-Jan-03 14:27 
GeneralVideo Window Pin
Callisto20-Jan-03 12:27
Callisto20-Jan-03 12:27 
GeneralRe: Video Window Pin
Daniel Strigl20-Jan-03 20:05
Daniel Strigl20-Jan-03 20:05 
GeneralTurning the pc off Pin
Li Mu Bai20-Jan-03 11:37
Li Mu Bai20-Jan-03 11:37 
GeneralRe: Turning the pc off Pin
User 665820-Jan-03 11:44
User 665820-Jan-03 11:44 
GeneralStatus Bar Pin
Paddy20-Jan-03 10:33
Paddy20-Jan-03 10:33 
GeneralRe: Status Bar Pin
georgiek5020-Jan-03 13:44
georgiek5020-Jan-03 13:44 
GeneralRe: Status Bar Pin
Paddy22-Jan-03 10:02
Paddy22-Jan-03 10:02 
Generalsubclassed mfc control Pin
Tym!20-Jan-03 9:41
Tym!20-Jan-03 9:41 
GeneralRe: subclassed mfc control Pin
Navin20-Jan-03 10:44
Navin20-Jan-03 10:44 
GeneralYet another dll question Pin
VanHlebar20-Jan-03 9:01
VanHlebar20-Jan-03 9:01 
GeneralStart Menu Shortcut Pin
Ken Mazaika20-Jan-03 8:52
Ken Mazaika20-Jan-03 8:52 
GeneralRe: Start Menu Shortcut Pin
Todd Smith20-Jan-03 8:59
Todd Smith20-Jan-03 8:59 
GeneralRe: Start Menu Shortcut Pin
Ken Mazaika20-Jan-03 9:04
Ken Mazaika20-Jan-03 9:04 
Generaldisable the maxmize in SDI Pin
zoka20-Jan-03 8:45
zoka20-Jan-03 8:45 
GeneralDisplay User Name in the Event Viewer Pin
Anonymous20-Jan-03 8:41
Anonymous20-Jan-03 8:41 
QuestionWhat is the Last Message Posted... Pin
Nitron20-Jan-03 8:30
Nitron20-Jan-03 8:30 
AnswerRe: What is the Last Message Posted... Pin
Michael Dunn20-Jan-03 8:40
sitebuilderMichael Dunn20-Jan-03 8:40 
The last message any window gets is WM_NCDESTROY. Override CWnd::PostNcDestroy() in your class when you need to do cleanup after the window is destroyed. (Of course, you could always do it in the destructor, except in the case of modeless dialogs where PostNcDestroy() is the preferred choice.)

--Mike--
I'm bored... Episode I bored.
1ClickPicGrabber - Grab & organize pictures from your favorite web pages, with 1 click!
My really out-of-date homepage
Sonork-100.19012 Acid_Helm

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.