Click here to Skip to main content
15,915,603 members
Home / Discussions / C#
   

C#

 
GeneralRe: How does C# support and implement exception handling? Pin
cateyes993-Nov-09 12:14
cateyes993-Nov-09 12:14 
GeneralRe: How does C# support and implement exception handling? Pin
harold aptroot3-Nov-09 12:16
harold aptroot3-Nov-09 12:16 
GeneralRe: How does C# support and implement exception handling? Pin
cateyes995-Nov-09 16:11
cateyes995-Nov-09 16:11 
QuestionDebug vs. Release Pin
zafersavas3-Nov-09 10:58
zafersavas3-Nov-09 10:58 
AnswerRe: Debug vs. Release Pin
Christian Graus3-Nov-09 11:06
protectorChristian Graus3-Nov-09 11:06 
AnswerRe: Debug vs. Release Pin
PIEBALDconsult3-Nov-09 12:12
mvePIEBALDconsult3-Nov-09 12:12 
Questionhow to connect crystall report to oracle 10g - in C# (VS2008) Pin
E_Gold3-Nov-09 9:53
E_Gold3-Nov-09 9:53 
QuestionDifference between Validated and Validating Pin
LimitedAtonement3-Nov-09 8:20
LimitedAtonement3-Nov-09 8:20 
Dear Sirs,

I can't figure out the difference between Control.Validated and Control.Validating. I see the difference is that one's called, then the other's called. Here is the code I found in Control:
if (this.NotifyValidating())
{
    return true;
}
if (bulkValidation || NativeWindow.WndProcShouldBeDebuggable)
{
    this.NotifyValidated();
}
So it looks like Validating can cancel the Validated event's scheduled run by setting the Cancel field of the EventArgs, but is that the only difference? Of what use is that? Thanks.

In Christ,
Aaron Laws

http://ProCure.com

AnswerRe: Difference between Validated and Validating Pin
Not Active3-Nov-09 8:47
mentorNot Active3-Nov-09 8:47 
GeneralRe: Difference between Validated and Validating Pin
LimitedAtonement3-Nov-09 9:15
LimitedAtonement3-Nov-09 9:15 
GeneralRe: Difference between Validated and Validating Pin
Christian Graus3-Nov-09 9:33
protectorChristian Graus3-Nov-09 9:33 
GeneralRe: Difference between Validated and Validating Pin
Not Active3-Nov-09 9:39
mentorNot Active3-Nov-09 9:39 
GeneralRe: Difference between Validated and Validating Pin
Gerry Schmitz3-Nov-09 18:51
mveGerry Schmitz3-Nov-09 18:51 
GeneralRe: Difference between Validated and Validating Pin
LimitedAtonement4-Nov-09 5:11
LimitedAtonement4-Nov-09 5:11 
AnswerRe: Difference between Validated and Validating Pin
Christian Graus3-Nov-09 8:48
protectorChristian Graus3-Nov-09 8:48 
QuestionRe: Difference between Validated and Validating Pin
LimitedAtonement4-Nov-09 5:10
LimitedAtonement4-Nov-09 5:10 
QuestionRecord/Play .wav Files in C# Pin
Pansy M.Arafa3-Nov-09 8:12
Pansy M.Arafa3-Nov-09 8:12 
AnswerRe: Record/Play .wav Files in C# Pin
LimitedAtonement3-Nov-09 8:24
LimitedAtonement3-Nov-09 8:24 
Questionare socket operations generally expensive? Pin
deostroll3-Nov-09 8:07
deostroll3-Nov-09 8:07 
AnswerRe: are socket operations generally expensive? Pin
Paulo Zemek3-Nov-09 8:44
Paulo Zemek3-Nov-09 8:44 
GeneralRe: are socket operations generally expensive? Pin
deostroll3-Nov-09 9:27
deostroll3-Nov-09 9:27 
AnswerRe: are socket operations the culprit here? Pin
Luc Pattyn3-Nov-09 13:27
sitebuilderLuc Pattyn3-Nov-09 13:27 
GeneralRe: are socket operations the culprit here? Pin
deostroll3-Nov-09 18:22
deostroll3-Nov-09 18:22 
GeneralRe: are socket operations the culprit here? Pin
Luc Pattyn3-Nov-09 23:40
sitebuilderLuc Pattyn3-Nov-09 23:40 
GeneralRe: are socket operations the culprit here? Pin
deostroll4-Nov-09 2:36
deostroll4-Nov-09 2:36 

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.