Click here to Skip to main content
15,912,329 members
Home / Discussions / C#
   

C#

 
GeneralRe: Pointers and C# Pin
Anthony Mushrow18-Dec-07 16:00
professionalAnthony Mushrow18-Dec-07 16:00 
QuestionSimulating the use of a splitter Pin
Clive D. Pottinger18-Dec-07 11:03
Clive D. Pottinger18-Dec-07 11:03 
GeneralRe: Simulating the use of a splitter Pin
DaveyM6918-Dec-07 11:35
professionalDaveyM6918-Dec-07 11:35 
GeneralRe: Simulating the use of a splitter Pin
Ravi Bhavnani18-Dec-07 11:39
professionalRavi Bhavnani18-Dec-07 11:39 
GeneralRe: Simulating the use of a splitter Pin
Ravi Bhavnani18-Dec-07 11:41
professionalRavi Bhavnani18-Dec-07 11:41 
QuestionHandler for all unhandled exceptions in a class? Pin
alanteigne18-Dec-07 9:47
alanteigne18-Dec-07 9:47 
GeneralRe: Handler for all unhandled exceptions in a class? Pin
eggsovereasy18-Dec-07 10:36
eggsovereasy18-Dec-07 10:36 
GeneralRe: Handler for all unhandled exceptions in a class? Pin
alanteigne18-Dec-07 11:56
alanteigne18-Dec-07 11:56 
eggs,

thanks for the suggestion! i believe that code will catch any unhandled exceptions generated by my entire app (parent form, and my custom child form). i'm trying to just catch errors in the child form.

the child form is being added something like this:

<br />
frmCustomForm = new MyCustomForm();<br />
<br />
this.Controls.Add(frmCustomForm);


i would like any unhandled exception that occurs within that custom form to cause it to trigger an event.

alan
GeneralRe: Handler for all unhandled exceptions in a class? Pin
martin_hughes18-Dec-07 12:14
martin_hughes18-Dec-07 12:14 
GeneralRe: Handler for all unhandled exceptions in a class? Pin
Mark Churchill18-Dec-07 14:24
Mark Churchill18-Dec-07 14:24 
GeneralRe: Handler for all unhandled exceptions in a class? Pin
Giorgi Dalakishvili18-Dec-07 19:40
mentorGiorgi Dalakishvili18-Dec-07 19:40 
GeneralRe: Handler for all unhandled exceptions in a class? Pin
alanteigne19-Dec-07 7:30
alanteigne19-Dec-07 7:30 
GeneralException Handling in Windows application. Pin
Shani Aulakh18-Dec-07 9:27
Shani Aulakh18-Dec-07 9:27 
GeneralRe: Exception Handling in Windows application. Pin
pmarfleet18-Dec-07 10:23
pmarfleet18-Dec-07 10:23 
GeneralRe: Exception Handling in Windows application. Pin
Shani Aulakh18-Dec-07 10:34
Shani Aulakh18-Dec-07 10:34 
GeneralRe: Exception Handling in Windows application. Pin
pmarfleet18-Dec-07 10:46
pmarfleet18-Dec-07 10:46 
GeneralRe: Exception Handling in Windows application. Pin
Shani Aulakh18-Dec-07 10:56
Shani Aulakh18-Dec-07 10:56 
GeneralRe: Exception Handling in Windows application. Pin
pmarfleet18-Dec-07 11:01
pmarfleet18-Dec-07 11:01 
GeneralRe: Exception Handling in Windows application. Pin
Shani Aulakh18-Dec-07 11:13
Shani Aulakh18-Dec-07 11:13 
GeneralRe: Exception Handling in Windows application. Pin
pmarfleet18-Dec-07 11:20
pmarfleet18-Dec-07 11:20 
GeneralRe: Exception Handling in Windows application. Pin
Kalvin @ Work18-Dec-07 11:16
Kalvin @ Work18-Dec-07 11:16 
GeneralRe: Exception Handling in Windows application. Pin
Shani Aulakh18-Dec-07 11:21
Shani Aulakh18-Dec-07 11:21 
GeneralpropertyGrid control Pin
netJP12L18-Dec-07 8:59
netJP12L18-Dec-07 8:59 
GeneralRe: propertyGrid control Pin
Paul Conrad24-Dec-07 19:49
professionalPaul Conrad24-Dec-07 19:49 
Questiontrackbar value Pin
#Jet18-Dec-07 8:50
#Jet18-Dec-07 8:50 

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.