Click here to Skip to main content
16,004,991 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Retrieving Proc & HD Serial numbers: Code permissions and other security concerns Pin
Christian Graus23-Aug-06 21:38
protectorChristian Graus23-Aug-06 21:38 
GeneralRe: Retrieving Proc & HD Serial numbers: Code permissions and other security concerns Pin
Alex Feature23-Aug-06 22:13
Alex Feature23-Aug-06 22:13 
GeneralRe: Retrieving Proc & HD Serial numbers: Code permissions and other security concerns Pin
Christian Graus23-Aug-06 22:31
protectorChristian Graus23-Aug-06 22:31 
GeneralRe: Retrieving Proc & HD Serial numbers: Code permissions and other security concerns Pin
Alex Feature24-Aug-06 20:06
Alex Feature24-Aug-06 20:06 
QuestionHow to edit legend of graph in crystal reports (vb.net 2005) Pin
riyaz_786_p23-Aug-06 19:27
riyaz_786_p23-Aug-06 19:27 
QuestionAppDomain Question [modified] Pin
mtone23-Aug-06 16:45
mtone23-Aug-06 16:45 
AnswerRe: AppDomain Question Pin
Dave Kreskowiak24-Aug-06 4:37
mveDave Kreskowiak24-Aug-06 4:37 
GeneralRe: AppDomain Question Pin
mtone24-Aug-06 6:40
mtone24-Aug-06 6:40 
In the Main (MDI) form My test is just trowing an new exception. Here is gets handled by CurrentDomain_UnhandledException and ultimatly ends up in The EventLog

  Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load<br />
        AddHandler Application.ThreadException, AddressOf ApplicationThreadException<br />
        AddHandler AppDomain.CurrentDomain.UnhandledException, AddressOf CurrentDomain_UnhandledException<br />
Throw New Exception("This is a test")<br />
    End Sub


If I put the same Throw New Exception("This is a test") in the onload event of the mdi child it does not get handled nor does it make it to the event log. If I set a break point I can see that CurrentDomain_UnhandledException is never called.


Thanks
Joe
GeneralRe: AppDomain Question Pin
Dave Kreskowiak24-Aug-06 7:20
mveDave Kreskowiak24-Aug-06 7:20 
GeneralRe: AppDomain Question Pin
mtone24-Aug-06 7:31
mtone24-Aug-06 7:31 
GeneralRe: AppDomain Question Pin
Dave Kreskowiak24-Aug-06 8:08
mveDave Kreskowiak24-Aug-06 8:08 
Questionupdate DATE error....? Pin
campbells23-Aug-06 15:25
campbells23-Aug-06 15:25 
AnswerRe: update DATE error....? Pin
mr_lasseter23-Aug-06 15:34
mr_lasseter23-Aug-06 15:34 
GeneralRe: update DATE error....? Pin
campbells23-Aug-06 15:36
campbells23-Aug-06 15:36 
GeneralRe: update DATE error....? Pin
mr_lasseter23-Aug-06 15:41
mr_lasseter23-Aug-06 15:41 
GeneralRe: update DATE error....? Pin
campbells23-Aug-06 15:51
campbells23-Aug-06 15:51 
GeneralRe: update DATE error....? Pin
mr_lasseter23-Aug-06 15:59
mr_lasseter23-Aug-06 15:59 
GeneralRe: update DATE error....? Pin
campbells23-Aug-06 16:56
campbells23-Aug-06 16:56 
GeneralRe: update DATE error....? Pin
Guffa23-Aug-06 21:04
Guffa23-Aug-06 21:04 
GeneralRe: update DATE error....? Pin
campbells23-Aug-06 21:17
campbells23-Aug-06 21:17 
GeneralRe: update DATE error....? Pin
Colin Angus Mackay24-Aug-06 0:25
Colin Angus Mackay24-Aug-06 0:25 
GeneralRe: update DATE error....? Pin
mr_lasseter24-Aug-06 2:12
mr_lasseter24-Aug-06 2:12 
AnswerRe: update DATE error....? Pin
Roy Heil24-Aug-06 4:04
professionalRoy Heil24-Aug-06 4:04 
GeneralRe: update DATE error....? Pin
campbells24-Aug-06 15:55
campbells24-Aug-06 15:55 
QuestionWriting Protected Memory error when using a C++ DLL in VB2005 Pin
JaimeVSDC23-Aug-06 11:41
JaimeVSDC23-Aug-06 11:41 

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.