Click here to Skip to main content
15,913,773 members
Home / Discussions / C#
   

C#

 
Questionhow can i do this Controls c# Pin
neverpleat28-May-10 20:29
neverpleat28-May-10 20:29 
AnswerRe: how can i do this Controls c# Pin
Ankur\m/28-May-10 21:29
professionalAnkur\m/28-May-10 21:29 
GeneralRe: how can i do this Controls c# Pin
neverpleat29-May-10 0:32
neverpleat29-May-10 0:32 
AnswerRe: how can i do this Controls c# Pin
OriginalGriff28-May-10 22:01
mveOriginalGriff28-May-10 22:01 
GeneralRe: how can i do this Controls c# Pin
neverpleat29-May-10 0:29
neverpleat29-May-10 0:29 
GeneralRe: how can i do this Controls c# Pin
Ankur\m/29-May-10 0:41
professionalAnkur\m/29-May-10 0:41 
GeneralRe: how can i do this Controls c# Pin
OriginalGriff29-May-10 0:43
mveOriginalGriff29-May-10 0:43 
Questiondelegate invocation Pin
xilefxilef28-May-10 20:06
xilefxilef28-May-10 20:06 
I have a treeview where multiple nodes are tagged with the same tag object. When one node's text is changed, i'm using the tag object to trigger an event to change the text for all the rest of the nodes tied to this tag object. After having close to 1000 nodes tied to the same tag object, the text update takes forever. I put some print statements inside the delegate method to see how the invocation list is being executed. Well it seems that the more delegate methods registered the slower it goes from each delegate method to the next. Why would an increase in length of the invocation list slow down transition from one delegate method to the next?
AnswerRe: delegate invocation Pin
Moreno Airoldi28-May-10 22:36
Moreno Airoldi28-May-10 22:36 
AnswerRe: delegate invocation Pin
PIEBALDconsult29-May-10 3:20
mvePIEBALDconsult29-May-10 3:20 
GeneralRe: delegate invocation Pin
xilefxilef29-May-10 18:34
xilefxilef29-May-10 18:34 
GeneralRe: delegate invocation Pin
Moreno Airoldi29-May-10 21:05
Moreno Airoldi29-May-10 21:05 
GeneralRe: delegate invocation Pin
xilefxilef30-May-10 0:07
xilefxilef30-May-10 0:07 
GeneralRe: delegate invocation Pin
Moreno Airoldi30-May-10 2:36
Moreno Airoldi30-May-10 2:36 
GeneralRe: delegate invocation Pin
PIEBALDconsult30-May-10 6:21
mvePIEBALDconsult30-May-10 6:21 
GeneralRe: delegate invocation Pin
xilefxilef30-May-10 19:26
xilefxilef30-May-10 19:26 
GeneralRe: delegate invocation Pin
xilefxilef30-May-10 20:07
xilefxilef30-May-10 20:07 
QuestionDebugging a Native DLL From a C# Assembly Pin
Richard Andrew x6428-May-10 11:33
professionalRichard Andrew x6428-May-10 11:33 
AnswerRe: Debugging a Native DLL From a C# Assembly Pin
William Winner28-May-10 11:42
William Winner28-May-10 11:42 
AnswerRe: Debugging a Native DLL From a C# Assembly Pin
Luc Pattyn28-May-10 11:56
sitebuilderLuc Pattyn28-May-10 11:56 
GeneralRe: Debugging a Native DLL From a C# Assembly Pin
Richard Andrew x6428-May-10 12:00
professionalRichard Andrew x6428-May-10 12:00 
GeneralRe: Debugging a Native DLL From a C# Assembly Pin
Luc Pattyn28-May-10 12:02
sitebuilderLuc Pattyn28-May-10 12:02 
QuestionExcel Problem Pin
snouto28-May-10 10:43
snouto28-May-10 10:43 
AnswerRe: Excel Problem Pin
William Winner28-May-10 11:39
William Winner28-May-10 11:39 
GeneralRe: Excel Problem Pin
snouto28-May-10 11:59
snouto28-May-10 11:59 

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.