Click here to Skip to main content
15,908,173 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Setting envir var through VB prog in a batch script Pin
Dave Kreskowiak25-Aug-06 9:31
mveDave Kreskowiak25-Aug-06 9:31 
QuestionRetrieving Proc & HD Serial numbers: Code permissions and other security concerns Pin
Alex Feature23-Aug-06 21:14
Alex Feature23-Aug-06 21:14 
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 
I have an MDI form where I set the following Handler in Form_Load

AddHandler AppDomain.CurrentDomain.UnhandledException, AddressOf CurrentDomain_UnhandledException

If I throw an exception in the MDI form the exception gets handled by CurrentDomain_UnhandledException

But, If I load a child form and throw an exception from the child form the excpetion does not get handled by CurrentDomain_UnhandledException

So, Is the child form running in a different AppDomain then the MDI form. How can I get this to work or does this not work the way I thought it would.

Here is my form load which is also in the MDI form
f = New formDesignErrorsList<br />
            f.Tag = formname<br />
            f.Text = f.Text<br />
            f.MdiParent = Me<br />
            f.Show()

Thanks



-- modified at 22:46 Wednesday 23rd August, 2006
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 
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 

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.