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

C#

 
AnswerRe: Cant run different files from a window service Pin
Thomas Krojer11-Jul-10 23:33
Thomas Krojer11-Jul-10 23:33 
QuestionWinforms.TreeView node limit Pin
Trollslayer11-Jul-10 10:27
mentorTrollslayer11-Jul-10 10:27 
AnswerRe: Winforms.TreeView node limit Pin
OriginalGriff11-Jul-10 10:46
mveOriginalGriff11-Jul-10 10:46 
GeneralRe: Winforms.TreeView node limit Pin
Trollslayer11-Jul-10 11:11
mentorTrollslayer11-Jul-10 11:11 
AnswerRe: Winforms.TreeView node limit Pin
Mycroft Holmes11-Jul-10 12:29
professionalMycroft Holmes11-Jul-10 12:29 
GeneralRe: Winforms.TreeView node limit Pin
Trollslayer11-Jul-10 12:48
mentorTrollslayer11-Jul-10 12:48 
GeneralRe: Winforms.TreeView node limit Pin
Mycroft Holmes11-Jul-10 14:18
professionalMycroft Holmes11-Jul-10 14:18 
GeneralRe: Winforms.TreeView node limit Pin
Trollslayer11-Jul-10 21:43
mentorTrollslayer11-Jul-10 21:43 
Yes, that is the approach I mentioned above, only populating the sub nodes when a node is expanded.
I doubt there would be more than 64K nodes per root but there could potentially be up to a million nodes in total.
Because of this there will be an inital decoding phase where an internal XMLDocument will be created with the usual progress bar to keep the user happy but I want to keep the treeview response as snappy as I can and it's not that difficult to do.
You know what users are like!

BTW, typical structure with DVB is:
Table
Sections (subtable)
Elements/descriptors
Descriptor lists
Descriptor structures
Join the cool kids - Come fold with us[^]

GeneralRe: Winforms.TreeView node limit Pin
Mycroft Holmes11-Jul-10 23:09
professionalMycroft Holmes11-Jul-10 23:09 
QuestionHow to Inherit C++/CLI Interface in C#? Pin
glitteringsound11-Jul-10 2:24
glitteringsound11-Jul-10 2:24 
AnswerRe: How to Inherit C++/CLI Interface in C#? Pin
Luc Pattyn11-Jul-10 6:00
sitebuilderLuc Pattyn11-Jul-10 6:00 
QuestionSharing strings between unmanaged and managed code Pin
Keith Vitali10-Jul-10 11:39
Keith Vitali10-Jul-10 11:39 
AnswerRe: Sharing strings between unmanaged and managed code Pin
Keith Vitali11-Jul-10 6:20
Keith Vitali11-Jul-10 6:20 
QuestionSet Exit code in win mobile C# Pin
alto10-Jul-10 10:37
alto10-Jul-10 10:37 
AnswerRe: Set Exit code in win mobile C# Pin
DaveyM6910-Jul-10 23:04
professionalDaveyM6910-Jul-10 23:04 
QuestionShowing Main Form Quickly? Pin
ali_zdn10-Jul-10 9:29
ali_zdn10-Jul-10 9:29 
AnswerRe: Showing Main Form Quickly? Pin
Bigdeak10-Jul-10 10:12
Bigdeak10-Jul-10 10:12 
GeneralRe: Showing Main Form Quickly? Pin
ali_zdn10-Jul-10 10:36
ali_zdn10-Jul-10 10:36 
GeneralRe: Showing Main Form Quickly? Pin
Richard Blythe10-Jul-10 11:34
Richard Blythe10-Jul-10 11:34 
GeneralRe: Showing Main Form Quickly? Pin
Ravi Bhavnani10-Jul-10 13:43
professionalRavi Bhavnani10-Jul-10 13:43 
AnswerRe: Showing Main Form Quickly? Pin
PIEBALDconsult10-Jul-10 15:06
mvePIEBALDconsult10-Jul-10 15:06 
GeneralRe: Showing Main Form Quickly? Pin
OriginalGriff10-Jul-10 20:30
mveOriginalGriff10-Jul-10 20:30 
GeneralRe: Showing Main Form Quickly? Pin
PIEBALDconsult11-Jul-10 3:15
mvePIEBALDconsult11-Jul-10 3:15 
GeneralRe: Showing Main Form Quickly? Pin
OriginalGriff11-Jul-10 3:46
mveOriginalGriff11-Jul-10 3:46 
AnswerRe: Showing Main Form Quickly? Pin
Pete O'Hanlon10-Jul-10 21:46
mvePete O'Hanlon10-Jul-10 21:46 

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.