Click here to Skip to main content
16,020,114 members
Home / Discussions / C#
   

C#

 
GeneralRe: Send XML file Pin
gayathirivasudevan13-Jul-06 19:59
gayathirivasudevan13-Jul-06 19:59 
QuestionGetting the User Information Who is Login Into the Computer Pin
Chetan Ranpariya13-Jul-06 17:38
Chetan Ranpariya13-Jul-06 17:38 
AnswerRe: Getting the User Information Who is Login Into the Computer Pin
Andrew Lygin13-Jul-06 18:15
Andrew Lygin13-Jul-06 18:15 
AnswerRe: Getting the User Information Who is Login Into the Computer Pin
stancrm13-Jul-06 20:25
stancrm13-Jul-06 20:25 
AnswerRe: Getting the User Information Who is Login Into the Computer Pin
albCode13-Jul-06 21:06
albCode13-Jul-06 21:06 
Questionchanging width of excel column Pin
_tasleem13-Jul-06 16:44
_tasleem13-Jul-06 16:44 
AnswerRe: changing width of excel column Pin
alexey N13-Jul-06 22:40
alexey N13-Jul-06 22:40 
QuestionApplication.ThreadException...How to test it works? Pin
FocusedWolf13-Jul-06 12:50
FocusedWolf13-Jul-06 12:50 
I've searched the internet for info on this...and i've seen that everyone's code is like that in this msdn article: http://msdn2.microsoft.com/en-us/library/ms223898.aspx

When trying to catch all unhandled thread exceptions that an application can give, the function at the end of this event:

Application.ThreadException += new ThreadExceptionEventHandler(ErrorHandlerForm.Form1_UIThreadException);

is never called (see code in that msdn article)...also to test that code you need a windows application project with form with two buttons wired to the actions in the articles code...

So on one site i saw someone say its that because a debugger is installed that the thread exception will be caught by the "do you want to send error report to microsoft or debug" form and not handled by the program. Even if that's true, how to i test it without going to a computer without a debugger installed.

also note i'm not talking about executing the code in debug mode but ctrl + f5 ing it which still results in windows trying to send error report to microsoft when thread exception thrown.
QuestionString to byte array Pin
overfreeze13-Jul-06 12:29
overfreeze13-Jul-06 12:29 
AnswerRe: String to byte array Pin
Judah Gabriel Himango13-Jul-06 12:34
sponsorJudah Gabriel Himango13-Jul-06 12:34 
AnswerRe: String to byte array Pin
Mystic_13-Jul-06 13:15
Mystic_13-Jul-06 13:15 
AnswerRe: String to byte array Pin
Jun Du13-Jul-06 14:26
Jun Du13-Jul-06 14:26 
QuestionHow does onActivated works? Pin
User 309585913-Jul-06 12:11
User 309585913-Jul-06 12:11 
AnswerRe: How does onActivated works? Pin
Rob Graham13-Jul-06 12:31
Rob Graham13-Jul-06 12:31 
Questionits regarding Multi-threading Pin
Mystic_13-Jul-06 11:49
Mystic_13-Jul-06 11:49 
AnswerUse the class Pin
Ennis Ray Lynch, Jr.13-Jul-06 11:55
Ennis Ray Lynch, Jr.13-Jul-06 11:55 
GeneralRe: Use the class Pin
Mystic_13-Jul-06 12:27
Mystic_13-Jul-06 12:27 
GeneralRe: Use the class Pin
Judah Gabriel Himango13-Jul-06 12:42
sponsorJudah Gabriel Himango13-Jul-06 12:42 
GeneralRe: Use the class Pin
Mystic_13-Jul-06 13:03
Mystic_13-Jul-06 13:03 
GeneralRe: Use the class Pin
Mystic_13-Jul-06 13:10
Mystic_13-Jul-06 13:10 
GeneralRe: Use the class Pin
Jun Du13-Jul-06 14:22
Jun Du13-Jul-06 14:22 
GeneralRe: Use the class Pin
Mystic_13-Jul-06 23:19
Mystic_13-Jul-06 23:19 
GeneralRe: Use the class Pin
Jun Du14-Jul-06 3:14
Jun Du14-Jul-06 3:14 
GeneralRe: Use the class Pin
Gavin Roberts14-Jul-06 3:39
Gavin Roberts14-Jul-06 3:39 
GeneralRe: Use the class Pin
Mystic_14-Jul-06 14:36
Mystic_14-Jul-06 14:36 

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.