Click here to Skip to main content
15,921,454 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to change computer name with c# ? Pin
Simon P Stevens6-Jan-09 1:55
Simon P Stevens6-Jan-09 1:55 
GeneralRe: How to change computer name with c# ? Pin
Luc Pattyn6-Jan-09 2:34
sitebuilderLuc Pattyn6-Jan-09 2:34 
QuestionFind .exe file using c# Pin
Abdul Rahman Hamidy6-Jan-09 1:12
Abdul Rahman Hamidy6-Jan-09 1:12 
AnswerRe: Find .exe file using c# Pin
Dave Kreskowiak6-Jan-09 7:42
mveDave Kreskowiak6-Jan-09 7:42 
GeneralRe: Find .exe file using c# Pin
Abdul Rahman Hamidy6-Jan-09 21:13
Abdul Rahman Hamidy6-Jan-09 21:13 
GeneralRe: Find .exe file using c# Pin
Dave Kreskowiak7-Jan-09 2:21
mveDave Kreskowiak7-Jan-09 2:21 
QuestionPerformance issue Pin
DJ2456-Jan-09 1:00
DJ2456-Jan-09 1:00 
AnswerRe: Performance issue Pin
Wendelius6-Jan-09 1:19
mentorWendelius6-Jan-09 1:19 
KP_Prajilal wrote:
In case of a large folder (with large no. of Subfolders and files), it takes long time for loading the tree (to bind all these sub-folders and files to tree)


You could fill the node when it's opened. Just fill the root and perhaps some child levels in the beginning

KP_Prajilal wrote:
If I go for an implementation of binding only two levels to the tree node each time (on load and on node click), issue occurs when I uncheck a node or list item. Only the sub items up to 2 level gets unchecked


You can either fill the child nodes for the selected node upon selecting but you can also change the logic so that if the child nodes aren't filled, the outer node selection automatically implies to all subfolders even if they are not in the tree. So when working on user's choices (what ever you do with them) you don't expect to find every folder in the tree.

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

GeneralRe: Performance issue Pin
DJ2457-Jan-09 18:19
DJ2457-Jan-09 18:19 
GeneralRe: Performance issue Pin
Wendelius7-Jan-09 19:40
mentorWendelius7-Jan-09 19:40 
GeneralRe: Performance issue Pin
DJ2457-Jan-09 20:55
DJ2457-Jan-09 20:55 
GeneralRe: Performance issue Pin
Wendelius7-Jan-09 21:04
mentorWendelius7-Jan-09 21:04 
GeneralRe: Performance issue Pin
DJ2457-Jan-09 21:21
DJ2457-Jan-09 21:21 
GeneralRe: Performance issue Pin
Wendelius7-Jan-09 21:40
mentorWendelius7-Jan-09 21:40 
GeneralRe: Performance issue Pin
DJ2457-Jan-09 23:15
DJ2457-Jan-09 23:15 
GeneralRe: Performance issue Pin
Wendelius8-Jan-09 2:20
mentorWendelius8-Jan-09 2:20 
GeneralRe: Performance issue Pin
DJ2458-Jan-09 18:18
DJ2458-Jan-09 18:18 
Questionivalid token '=' in class , struct, or interface member declaration? Pin
dec826-Jan-09 0:58
dec826-Jan-09 0:58 
AnswerRe: ivalid token '=' in class , struct, or interface member declaration? Pin
Guffa6-Jan-09 1:06
Guffa6-Jan-09 1:06 
GeneralRe: ivalid token '=' in class , struct, or interface member declaration? Pin
dec826-Jan-09 1:16
dec826-Jan-09 1:16 
GeneralRe: ivalid token '=' in class , struct, or interface member declaration? Pin
Dragonfly_Lee6-Jan-09 2:34
Dragonfly_Lee6-Jan-09 2:34 
GeneralRe: ivalid token '=' in class , struct, or interface member declaration? Pin
Guffa6-Jan-09 2:35
Guffa6-Jan-09 2:35 
GeneralRe: ivalid token '=' in class , struct, or interface member declaration? Pin
Luc Pattyn6-Jan-09 2:37
sitebuilderLuc Pattyn6-Jan-09 2:37 
QuestionString Parsing Pin
mark_w_6-Jan-09 0:53
mark_w_6-Jan-09 0:53 
AnswerRe: String Parsing Pin
Guffa6-Jan-09 1:10
Guffa6-Jan-09 1:10 

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.