Click here to Skip to main content
15,906,625 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionDestruction in C++ Pin
ita_cas23-Nov-05 22:28
ita_cas23-Nov-05 22:28 
AnswerRe: Destruction in C++ Pin
toxcct23-Nov-05 22:32
toxcct23-Nov-05 22:32 
AnswerRe: Destruction in C++ Pin
khan++23-Nov-05 22:35
khan++23-Nov-05 22:35 
AnswerRe: Destruction in C++ Pin
Owner drawn24-Nov-05 0:04
Owner drawn24-Nov-05 0:04 
AnswerRe: Destruction in C++ Pin
Gary R. Wheeler25-Nov-05 3:50
Gary R. Wheeler25-Nov-05 3:50 
QuestionHow do I close another program from my program Pin
shortwave23-Nov-05 22:15
shortwave23-Nov-05 22:15 
AnswerRe: How do I close another program from my program Pin
toxcct23-Nov-05 22:20
toxcct23-Nov-05 22:20 
GeneralRe: How do I close another program from my program Pin
ThatsAlok23-Nov-05 22:40
ThatsAlok23-Nov-05 22:40 
toxcct wrote:
did you try CWnd::PostMessage(WM_CLOSE); ?


Humm... Nice .. But CWnd should be pointing to Other Window otherwise it will close it self!
Better option will be ::PostMessage(WINDOW TO CLOSE HANDLE,WM_QUIT,...)

"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow


cheers,
Alok Gupta
VC Forum Q&A :- I/ IV
AnswerRe: How do I close another program from my program Pin
Cool Ju23-Nov-05 22:40
Cool Ju23-Nov-05 22:40 
AnswerRe: How do I close another program from my program Pin
sanket.patel25-Nov-05 23:04
sanket.patel25-Nov-05 23:04 
Questionunsigned 64 bits ? Pin
Cedric Moonen23-Nov-05 22:05
Cedric Moonen23-Nov-05 22:05 
AnswerRe: unsigned 64 bits ? Pin
toxcct23-Nov-05 22:12
toxcct23-Nov-05 22:12 
GeneralRe: unsigned 64 bits ? Pin
Cedric Moonen23-Nov-05 22:25
Cedric Moonen23-Nov-05 22:25 
GeneralRe: unsigned 64 bits ? Pin
toxcct23-Nov-05 22:29
toxcct23-Nov-05 22:29 
GeneralRe: unsigned 64 bits ? Pin
Cedric Moonen23-Nov-05 22:33
Cedric Moonen23-Nov-05 22:33 
GeneralRe: unsigned 64 bits ? Pin
toxcct23-Nov-05 22:37
toxcct23-Nov-05 22:37 
GeneralRe: unsigned 64 bits ? Pin
BadKarma23-Nov-05 23:41
BadKarma23-Nov-05 23:41 
AnswerRe: unsigned 64 bits ? Pin
cmk24-Nov-05 4:41
cmk24-Nov-05 4:41 
QuestionMultiple inheritance in vc++ Pin
infotechtata23-Nov-05 19:58
infotechtata23-Nov-05 19:58 
AnswerRe: Multiple inheritance in vc++ Pin
sunit523-Nov-05 20:18
sunit523-Nov-05 20:18 
GeneralRe: Multiple inheritance in vc++ Pin
infotechtata23-Nov-05 20:28
infotechtata23-Nov-05 20:28 
GeneralRe: Multiple inheritance in vc++ Pin
sunit523-Nov-05 21:04
sunit523-Nov-05 21:04 
GeneralRe: Multiple inheritance in vc++ Pin
toxcct23-Nov-05 21:29
toxcct23-Nov-05 21:29 
QuestionResizing column in list control Pin
jayshml23-Nov-05 18:44
jayshml23-Nov-05 18:44 
AnswerRe: Resizing column in list control Pin
Vancouver23-Nov-05 18:53
Vancouver23-Nov-05 18:53 

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.