Click here to Skip to main content
15,922,584 members
Home / Discussions / C#
   

C#

 
GeneralRe: Subclassing a Checkbox within a ToolStrip Warning Question Pin
Rafone1-Jan-11 4:28
Rafone1-Jan-11 4:28 
GeneralRe: Subclassing a Checkbox within a ToolStrip Warning Question Pin
Not Active1-Jan-11 5:14
mentorNot Active1-Jan-11 5:14 
GeneralRe: Subclassing a Checkbox within a ToolStrip Warning Question Pin
Rafone1-Jan-11 5:37
Rafone1-Jan-11 5:37 
GeneralRe: Subclassing a Checkbox within a ToolStrip Warning Question Pin
Not Active1-Jan-11 6:18
mentorNot Active1-Jan-11 6:18 
GeneralRe: Subclassing a Checkbox within a ToolStrip Warning Question Pin
Rafone1-Jan-11 7:00
Rafone1-Jan-11 7:00 
GeneralRe: Subclassing a Checkbox within a ToolStrip Warning Question Pin
Bernhard Hiller2-Jan-11 22:06
Bernhard Hiller2-Jan-11 22:06 
GeneralRe: Subclassing a Checkbox within a ToolStrip Warning Question Pin
Rafone3-Jan-11 2:41
Rafone3-Jan-11 2:41 
QuestionConverting a unicode value (with a surrogate pair) to a character in C# Pin
vnmatt31-Dec-10 4:03
vnmatt31-Dec-10 4:03 
QuestionRe: Converting a unicode value (with a surrogate pair) to a character in C# Pin
Richard MacCutchan31-Dec-10 4:53
mveRichard MacCutchan31-Dec-10 4:53 
AnswerRe: Converting a unicode value (with a surrogate pair) to a character in C# Pin
vnmatt31-Dec-10 5:06
vnmatt31-Dec-10 5:06 
GeneralRe: Converting a unicode value (with a surrogate pair) to a character in C# Pin
Richard MacCutchan31-Dec-10 5:58
mveRichard MacCutchan31-Dec-10 5:58 
GeneralRe: Converting a unicode value (with a surrogate pair) to a character in C# Pin
jschell31-Dec-10 7:43
jschell31-Dec-10 7:43 
GeneralRe: Converting a unicode value (with a surrogate pair) to a character in C# Pin
Richard MacCutchan1-Jan-11 0:36
mveRichard MacCutchan1-Jan-11 0:36 
AnswerRe: Converting a unicode value (with a surrogate pair) to a character in C# Pin
jschell31-Dec-10 7:52
jschell31-Dec-10 7:52 
GeneralRe: Converting a unicode value (with a surrogate pair) to a character in C# Pin
vnmatt31-Dec-10 17:39
vnmatt31-Dec-10 17:39 
GeneralRe: Converting a unicode value (with a surrogate pair) to a character in C# Pin
jschell1-Jan-11 10:04
jschell1-Jan-11 10:04 
GeneralRe: Converting a unicode value (with a surrogate pair) to a character in C# Pin
vnmatt1-Jan-11 18:23
vnmatt1-Jan-11 18:23 
GeneralRe: Converting a unicode value (with a surrogate pair) to a character in C# Pin
Richard MacCutchan2-Jan-11 2:40
mveRichard MacCutchan2-Jan-11 2:40 
GeneralRe: Converting a unicode value (with a surrogate pair) to a character in C# Pin
jschell2-Jan-11 8:57
jschell2-Jan-11 8:57 
AnswerRe: Converting a unicode value (with a surrogate pair) to a character in C# Pin
Liao Jichen24-Feb-11 13:37
Liao Jichen24-Feb-11 13:37 
QuestionException Handling Pin
satsumatable31-Dec-10 1:16
satsumatable31-Dec-10 1:16 
AnswerRe: Exception Handling Pin
Hiren solanki31-Dec-10 1:28
Hiren solanki31-Dec-10 1:28 
GeneralRe: Exception Handling Pin
satsumatable31-Dec-10 1:39
satsumatable31-Dec-10 1:39 
AnswerRe: Exception Handling Pin
Hiren solanki31-Dec-10 1:43
Hiren solanki31-Dec-10 1:43 
AnswerRe: Exception Handling Pin
Rob Philpott31-Dec-10 3:22
Rob Philpott31-Dec-10 3:22 
Sounds like you've got first chance exception-handling switched on in Visual Studio. Visual studio normally breaks on an unhandled exception, but you can change a setting so it happens 'first chance' on all exceptions, so even though you've got an exception block (which will still work just fine if you hit F5) it will break there none-the-less.

Have a look in your Debug->Exceptions menu.
Regards,
Rob Philpott.

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.