Click here to Skip to main content
15,907,328 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: convert TCHAR[] to BYTE* Pin
«_Superman_»10-Aug-09 23:57
professional«_Superman_»10-Aug-09 23:57 
GeneralRe: convert TCHAR[] to BYTE* Pin
Rakesh511-Aug-09 0:04
Rakesh511-Aug-09 0:04 
General[Message Deleted] Pin
Adam Roderick J11-Aug-09 0:12
Adam Roderick J11-Aug-09 0:12 
GeneralRe: convert TCHAR[] to BYTE* Pin
Rakesh511-Aug-09 0:14
Rakesh511-Aug-09 0:14 
QuestionRe: convert TCHAR[] to BYTE* Pin
David Crow11-Aug-09 2:58
David Crow11-Aug-09 2:58 
QuestionSystemWideSetting Pin
kumar sanghvi10-Aug-09 23:34
kumar sanghvi10-Aug-09 23:34 
AnswerRe: SystemWideSetting Pin
kumar sanghvi11-Aug-09 0:00
kumar sanghvi11-Aug-09 0:00 
AnswerRe: SystemWideSetting Pin
Chandrasekharan P11-Aug-09 0:06
Chandrasekharan P11-Aug-09 0:06 
AnswerRe: SystemWideSetting Pin
David Crow11-Aug-09 3:06
David Crow11-Aug-09 3:06 
QuestionOnClose function problem Pin
Pryabu10-Aug-09 23:16
Pryabu10-Aug-09 23:16 
AnswerRe: OnClose function problem Pin
CPallini10-Aug-09 23:21
mveCPallini10-Aug-09 23:21 
GeneralRe: OnClose function problem Pin
Pryabu10-Aug-09 23:26
Pryabu10-Aug-09 23:26 
GeneralRe: OnClose function problem Pin
«_Superman_»10-Aug-09 23:38
professional«_Superman_»10-Aug-09 23:38 
GeneralRe: OnClose function problem Pin
Pryabu10-Aug-09 23:43
Pryabu10-Aug-09 23:43 
GeneralRe: OnClose function problem Pin
Pryabu11-Aug-09 2:01
Pryabu11-Aug-09 2:01 
GeneralRe: OnClose function problem Pin
David Crow11-Aug-09 3:12
David Crow11-Aug-09 3:12 
Did you read the docs for that function:

After calling this function, if an exception occurs in a process that is not being debugged, and the exception makes it to the unhandled exception filter, that filter will call the exception filter function specified by the lpTopLevelExceptionFilter parameter.

As Task Manager likely uses something akin to TerminateProcess(), it's doubtful that both of the above conditions would evaluate to true, thus making SetUnhandledExceptionFilter() a moot point.

"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons


GeneralRe: OnClose function problem Pin
Nishad S11-Aug-09 3:16
Nishad S11-Aug-09 3:16 
QuestionTiltleBar Pin
kumar sanghvi10-Aug-09 21:29
kumar sanghvi10-Aug-09 21:29 
AnswerRe: TiltleBar Pin
«_Superman_»10-Aug-09 22:25
professional«_Superman_»10-Aug-09 22:25 
GeneralRe: TiltleBar Pin
kumar sanghvi10-Aug-09 22:38
kumar sanghvi10-Aug-09 22:38 
GeneralRe: TiltleBar Pin
«_Superman_»10-Aug-09 22:49
professional«_Superman_»10-Aug-09 22:49 
GeneralRe: TiltleBar Pin
kumar sanghvi10-Aug-09 22:58
kumar sanghvi10-Aug-09 22:58 
QuestionRe: TiltleBar Pin
David Crow11-Aug-09 3:14
David Crow11-Aug-09 3:14 
AnswerRe: TiltleBar Pin
kumar sanghvi11-Aug-09 4:35
kumar sanghvi11-Aug-09 4:35 
AnswerRe: TiltleBar Pin
David Crow11-Aug-09 4:38
David Crow11-Aug-09 4:38 

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.