Click here to Skip to main content
15,903,362 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: WebBrowser Control Woes Pin
Mark Churchill9-Sep-07 18:34
Mark Churchill9-Sep-07 18:34 
GeneralRe: WebBrowser Control Woes Pin
jonnyleroux9-Sep-07 21:59
jonnyleroux9-Sep-07 21:59 
QuestionException at address Pin
VFaul9-Sep-07 9:40
VFaul9-Sep-07 9:40 
AnswerRe: Exception at address Pin
Christian Graus9-Sep-07 9:42
protectorChristian Graus9-Sep-07 9:42 
GeneralRe: Exception at address Pin
VFaul9-Sep-07 9:53
VFaul9-Sep-07 9:53 
GeneralRe: Exception at address Pin
Luc Pattyn9-Sep-07 10:22
sitebuilderLuc Pattyn9-Sep-07 10:22 
GeneralRe: Exception at address Pin
VFaul9-Sep-07 10:41
VFaul9-Sep-07 10:41 
GeneralRe: Exception at address Pin
Luc Pattyn9-Sep-07 11:29
sitebuilderLuc Pattyn9-Sep-07 11:29 
OK, then I suggest you improve the exception catching in your app:
- add a try-catch in your Main() method;
- handle AppDomain.CurrentDomain.UnhandledException event;
- and handle Application.ThreadException event.

Doing all this, you should catch everything except maybe a few drag exceptions.
For each of them, you could do a MessageBox.Show(...Excecption.ToString()...);

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]


this weeks tips:
- make Visual display line numbers: Tools/Options/TextEditor/...
- show exceptions with ToString() to see all information
- before you ask a question here, search CodeProject, then Google


Questionfind row index where Column = value Pin
cstrader2329-Sep-07 8:06
cstrader2329-Sep-07 8:06 
AnswerRe: find row index where Column = value Pin
Naji El Kotob9-Sep-07 11:42
Naji El Kotob9-Sep-07 11:42 
QuestionColored Circle around cursor Pin
Dave@VB9-Sep-07 6:21
Dave@VB9-Sep-07 6:21 
AnswerRe: Colored Circle around cursor Pin
Christian Graus9-Sep-07 6:33
protectorChristian Graus9-Sep-07 6:33 
Questiondetecting a disconnected wireless connection Pin
steve_rm9-Sep-07 5:59
steve_rm9-Sep-07 5:59 
Questionvb code for closing a running exe application Pin
Nasim Ahamed9-Sep-07 5:59
Nasim Ahamed9-Sep-07 5:59 
AnswerRe: vb code for closing a running exe application Pin
Christian Graus9-Sep-07 6:50
protectorChristian Graus9-Sep-07 6:50 
QuestionHow can i detect Hard Drives of my PC with VB.Net?? Pin
ankur01019-Sep-07 5:05
ankur01019-Sep-07 5:05 
AnswerRe: How can i detect Hard Drives of my PC with VB.Net?? Pin
Christian Graus9-Sep-07 5:38
protectorChristian Graus9-Sep-07 5:38 
GeneralRe: How can i - Oops Google Pin
Mycroft Holmes9-Sep-07 18:17
professionalMycroft Holmes9-Sep-07 18:17 
QuestionBluetooth manager Pin
Marc Soleda9-Sep-07 4:32
Marc Soleda9-Sep-07 4:32 
Questionreport writing in vb.net2005 Pin
nilam119-Sep-07 3:05
nilam119-Sep-07 3:05 
AnswerRe: report writing in vb.net2005 Pin
DigiOz Multimedia9-Sep-07 5:50
DigiOz Multimedia9-Sep-07 5:50 
GeneralRe: report writing in vb.net2005 Pin
nilam1123-Sep-07 3:32
nilam1123-Sep-07 3:32 
QuestionHow to change Language? [modified] Pin
Ian Wells9-Sep-07 2:24
Ian Wells9-Sep-07 2:24 
AnswerRe: How to change Language? Pin
Christian Graus9-Sep-07 2:35
protectorChristian Graus9-Sep-07 2:35 
AnswerRe: How to change Language? Pin
Jelle Hissink9-Sep-07 11:08
Jelle Hissink9-Sep-07 11:08 

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.