Click here to Skip to main content
15,889,266 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to retrieve the application running in a remote computer? Pin
vedhapsg12-Jan-07 22:51
vedhapsg12-Jan-07 22:51 
AnswerRe: how to retrieve the application running in a remote computer? Pin
Don Box12-Jan-07 22:58
Don Box12-Jan-07 22:58 
GeneralRe: how to retrieve the application running in a remote computer? Pin
vedhapsg12-Jan-07 23:09
vedhapsg12-Jan-07 23:09 
AnswerRe: how to retrieve the application running in a remote computer? Pin
Cristian Amarie13-Jan-07 4:29
Cristian Amarie13-Jan-07 4:29 
QuestionOnClose Call Multiple Times Pin
User 1278212-Jan-07 21:16
User 1278212-Jan-07 21:16 
AnswerRe: OnClose Call Multiple Times Pin
CPallini12-Jan-07 21:48
mveCPallini12-Jan-07 21:48 
AnswerRe: OnClose Call Multiple Times Pin
Hadi Dayvary12-Jan-07 21:49
professionalHadi Dayvary12-Jan-07 21:49 
GeneralRe: OnClose Call Multiple Times Pin
#realJSOP12-Jan-07 23:39
mve#realJSOP12-Jan-07 23:39 
Because some objects need to be cleaned up in OnClose. I have a perfect example of that - we have a timer thread that runs from program start to program end. We have to kill and delete the thread in OnClose because the thread needs to delete an array that uses pointers to statusbar panes which have already been "cleaned up" by the app by the time the destructor is called for CMainFrame.

So you see, everybody's needs are different. Asking why a programmer needs to do something does NOT help him. If you don't know the answer, or can't otherwise contribute something useful to the thread, at least resist the urge to ask stupid questions.




"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001


AnswerRe: OnClose Call Multiple Times Pin
Don Box12-Jan-07 22:09
Don Box12-Jan-07 22:09 
AnswerRe: OnClose Call Multiple Times Pin
#realJSOP12-Jan-07 23:53
mve#realJSOP12-Jan-07 23:53 
GeneralRe: OnClose Call Multiple Times Pin
User 1278217-Jan-07 10:31
User 1278217-Jan-07 10:31 
AnswerRe: OnClose Call Multiple Times Pin
Gary R. Wheeler13-Jan-07 2:52
Gary R. Wheeler13-Jan-07 2:52 
GeneralRe: OnClose Call Multiple Times Pin
#realJSOP13-Jan-07 3:31
mve#realJSOP13-Jan-07 3:31 
GeneralRe: OnClose Call Multiple Times Pin
Gary R. Wheeler13-Jan-07 4:02
Gary R. Wheeler13-Jan-07 4:02 
QuestionHow to change the Dialog's caption Pin
Mushtaque Nizamani12-Jan-07 19:59
Mushtaque Nizamani12-Jan-07 19:59 
AnswerRe: How to change the Dialog's caption Pin
Don Box12-Jan-07 20:02
Don Box12-Jan-07 20:02 
AnswerRe: How to change the Dialog's caption Pin
jk chan13-Jan-07 0:55
jk chan13-Jan-07 0:55 
AnswerRe: How to change the Dialog's caption Pin
Hamid_RT13-Jan-07 2:40
Hamid_RT13-Jan-07 2:40 
AnswerRe: How to change the Dialog's caption Pin
Eytukan13-Jan-07 22:03
Eytukan13-Jan-07 22:03 
QuestionLoading a class from a lib(dll) file Pin
Hadi Dayvary12-Jan-07 19:39
professionalHadi Dayvary12-Jan-07 19:39 
AnswerRe: Loading a class from a lib(dll) file Pin
Don Box12-Jan-07 19:55
Don Box12-Jan-07 19:55 
GeneralRe: Loading a class from a lib(dll) file Pin
Hadi Dayvary12-Jan-07 21:46
professionalHadi Dayvary12-Jan-07 21:46 
GeneralRe: Loading a class from a lib(dll) file Pin
ThatsAlok14-Jan-07 19:58
ThatsAlok14-Jan-07 19:58 
QuestionAny function to find the last modified time of a file? Pin
ShaluMalu12-Jan-07 18:53
ShaluMalu12-Jan-07 18:53 
AnswerRe: Any function to find the last modified time of a file? Pin
Hamid_RT12-Jan-07 18:58
Hamid_RT12-Jan-07 18:58 

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.