摘要: The core code is: Application.ThreadException += new ThreadExceptionEventHandler(ApplicatioThreadExceptionHandler); Two notes: 1. The handler needs to be set up BEFORE the Windows message loop is ... 阅读全文
posted @ 2007-11-27 13:49 Easoney 阅读(371) 评论(0) 推荐(0)