Click here to Skip to main content
15,895,557 members
Home / Discussions / C#
   

C#

 
GeneralRe: Newbi Label question Pin
vegetable99922-Nov-10 9:45
vegetable99922-Nov-10 9:45 
GeneralRe: Newbi Label question Pin
Pete O'Hanlon22-Nov-10 9:50
mvePete O'Hanlon22-Nov-10 9:50 
GeneralRe: Newbi Label question Pin
OriginalGriff22-Nov-10 9:51
mveOriginalGriff22-Nov-10 9:51 
GeneralRe: Newbi Label question Pin
vegetable99922-Nov-10 9:56
vegetable99922-Nov-10 9:56 
GeneralRe: Newbi Label question Pin
OriginalGriff22-Nov-10 10:09
mveOriginalGriff22-Nov-10 10:09 
GeneralRe: Newbi Label question Pin
vegetable99922-Nov-10 10:15
vegetable99922-Nov-10 10:15 
GeneralRe: Newbi Label question Pin
Luc Pattyn22-Nov-10 10:20
sitebuilderLuc Pattyn22-Nov-10 10:20 
GeneralRe: Newbi Label question Pin
OriginalGriff22-Nov-10 9:59
mveOriginalGriff22-Nov-10 9:59 
If you aren't using threading (as Pete sugests), then PogoBoy is right - breakpoint the first line in your event handler and single step though. I very much doubt it's the label.Text assignment that is causing the problem, unless threads are involved.
Additionally, go to "Debug" on the Visual Studio menu, select "Exceptions" and make sure everything is ticked - Thrown and Unhandled. That may catch an error earlier, but is a PITA for normal debugging as all exceptions are trapped in the debugger.

A thought occurred - you are running the Debug version of your App, not the Release, aren't you?
Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together.

AnswerRe: Newbi Label question Pin
fjdiewornncalwe22-Nov-10 9:39
professionalfjdiewornncalwe22-Nov-10 9:39 
GeneralRe: Newbi Label question Pin
vegetable99922-Nov-10 9:54
vegetable99922-Nov-10 9:54 
AnswerRe: Newbi Label question Pin
Luc Pattyn22-Nov-10 10:10
sitebuilderLuc Pattyn22-Nov-10 10:10 
QuestionOk, now it's my turn to complain about C# Pin
Ray Cassick22-Nov-10 9:29
Ray Cassick22-Nov-10 9:29 
AnswerRe: Ok, now it's my turn to complain about C# Pin
Pete O'Hanlon22-Nov-10 9:34
mvePete O'Hanlon22-Nov-10 9:34 
GeneralRe: Ok, now it's my turn to complain about C# Pin
Ray Cassick22-Nov-10 12:11
Ray Cassick22-Nov-10 12:11 
AnswerRe: Ok, now it's my turn to complain about C# Pin
Giorgio Orizio22-Nov-10 12:01
Giorgio Orizio22-Nov-10 12:01 
AnswerRe: Ok, now it's my turn to complain about C# Pin
PIEBALDconsult22-Nov-10 15:55
mvePIEBALDconsult22-Nov-10 15:55 
GeneralRe: Ok, now it's my turn to complain about C# Pin
Luc Pattyn22-Nov-10 16:14
sitebuilderLuc Pattyn22-Nov-10 16:14 
GeneralRe: Ok, now it's my turn to complain about C# Pin
Dr.Walt Fair, PE22-Nov-10 16:44
professionalDr.Walt Fair, PE22-Nov-10 16:44 
GeneralRe: Ok, now it's my turn to complain about C# Pin
Ray Cassick22-Nov-10 17:31
Ray Cassick22-Nov-10 17:31 
GeneralRe: Ok, now it's my turn to complain about C# Pin
Mycroft Holmes22-Nov-10 19:04
professionalMycroft Holmes22-Nov-10 19:04 
GeneralRe: Ok, now it's my turn to complain about C# Pin
PIEBALDconsult23-Nov-10 2:16
mvePIEBALDconsult23-Nov-10 2:16 
GeneralRe: Ok, now it's my turn to complain about C# Pin
PIEBALDconsult24-Nov-10 6:24
mvePIEBALDconsult24-Nov-10 6:24 
GeneralRe: Ok, now it's my turn to complain about C# Pin
Luc Pattyn24-Nov-10 6:43
sitebuilderLuc Pattyn24-Nov-10 6:43 
GeneralRe: Ok, now it's my turn to complain about C# Pin
PIEBALDconsult24-Nov-10 9:23
mvePIEBALDconsult24-Nov-10 9:23 
GeneralRe: Ok, now it's my turn to complain about C# Pin
Luc Pattyn24-Nov-10 9:31
sitebuilderLuc Pattyn24-Nov-10 9:31 

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.