Click here to Skip to main content
15,923,051 members
Home / Discussions / C#
   

C#

 
GeneralRe: Load corrupted HTML into XML document Pin
Lutosław26-Jan-09 7:18
Lutosław26-Jan-09 7:18 
AnswerRe: Load corrupted HTML into XML document Pin
Bruce Duncan25-Jan-09 18:59
Bruce Duncan25-Jan-09 18:59 
QuestionRe: Load corrupted HTML into XML document Pin
Lutosław26-Jan-09 7:14
Lutosław26-Jan-09 7:14 
Questioncall delegate Pin
abu rakan25-Jan-09 11:20
abu rakan25-Jan-09 11:20 
AnswerRe: call delegate Pin
Wendelius25-Jan-09 11:25
mentorWendelius25-Jan-09 11:25 
GeneralRe: call delegate Pin
abu rakan25-Jan-09 11:34
abu rakan25-Jan-09 11:34 
GeneralRe: call delegate Pin
#realJSOP26-Jan-09 0:02
professional#realJSOP26-Jan-09 0:02 
GeneralRe: call delegate Pin
Wendelius26-Jan-09 6:23
mentorWendelius26-Jan-09 6:23 
I've also used that in some situations and that's why I wasn't so strict about not calling event handlers. The main point I had was to give some ideas to the OP and if he still decides to call the eventhandler, then it's thoroughly thought and justified decision (as I believe it's in your case).

For some reason I nowadays write eventhandlers for UI elements (clicks, checks etc) so that there are always three lines of code:
1. mouse pointer to wait state
2. actual method call
3. mouse pointer to normal state

Don't know if it has actual benefits (well one is that mouse pointer never flickers), but at least it's coherent code to read Smile | :)

The need to optimize rises from a bad design.My articles[^]

Questiondoes Any on have a Idea Pin
mnssr25-Jan-09 7:09
mnssr25-Jan-09 7:09 
AnswerRe: does Any on have a Idea Pin
Wendelius25-Jan-09 7:26
mentorWendelius25-Jan-09 7:26 
AnswerRe: does Any on have a Idea Pin
User 665825-Jan-09 9:51
User 665825-Jan-09 9:51 
AnswerRe: does Any on have a Idea Pin
Pete O'Hanlon25-Jan-09 10:38
mvePete O'Hanlon25-Jan-09 10:38 
AnswerRe: does Any on have a Idea Pin
Anthony Mushrow25-Jan-09 10:59
professionalAnthony Mushrow25-Jan-09 10:59 
AnswerRe: does Any on have a Idea Pin
Colin Angus Mackay25-Jan-09 11:42
Colin Angus Mackay25-Jan-09 11:42 
AnswerRe: does Any on have a Idea Pin
Joe Woodbury25-Jan-09 13:26
professionalJoe Woodbury25-Jan-09 13:26 
AnswerRe: does Any on have a Idea Pin
Christian Graus25-Jan-09 14:36
protectorChristian Graus25-Jan-09 14:36 
AnswerRe: does Any on have a Idea Pin
CooperWu25-Jan-09 17:47
CooperWu25-Jan-09 17:47 
QuestionRe: does Any on have a Idea Pin
Eddy Vluggen25-Jan-09 21:18
professionalEddy Vluggen25-Jan-09 21:18 
QuestionOperator Overloading Pin
Butter18525-Jan-09 6:24
Butter18525-Jan-09 6:24 
AnswerRe: Operator Overloading Pin
DaveyM6925-Jan-09 6:49
professionalDaveyM6925-Jan-09 6:49 
AnswerRe: Operator Overloading Pin
Wendelius25-Jan-09 6:53
mentorWendelius25-Jan-09 6:53 
AnswerRe: Operator Overloading Pin
Butter18525-Jan-09 7:02
Butter18525-Jan-09 7:02 
GeneralRe: Operator Overloading Pin
Wendelius25-Jan-09 7:22
mentorWendelius25-Jan-09 7:22 
GeneralRe: Operator Overloading Pin
Butter18525-Jan-09 8:26
Butter18525-Jan-09 8:26 
QuestionRe: Operator Overloading [modified] Pin
Butter18525-Jan-09 20:41
Butter18525-Jan-09 20:41 

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.