Click here to Skip to main content
15,889,281 members
Home / Discussions / C#
   

C#

 
GeneralRe: sharing new Instance of class across the application Pin
Stefan Troschuetz5-May-04 3:32
Stefan Troschuetz5-May-04 3:32 
GeneralPopulating a combobox with data from a rondom access file Pin
mikeyb255-May-04 3:06
mikeyb255-May-04 3:06 
GeneralRe: Populating a combobox with data from a rondom access file Pin
..Hubert..5-May-04 3:24
..Hubert..5-May-04 3:24 
GeneralImporting excel sheet, How to set Column range Pin
Tarakeshwar5-May-04 3:01
Tarakeshwar5-May-04 3:01 
GeneralRe: Importing excel sheet, How to set Column range Pin
Heath Stewart5-May-04 4:52
protectorHeath Stewart5-May-04 4:52 
QuestionHow to speed up loading of nodes in Tree Pin
Tarakeshwar5-May-04 2:52
Tarakeshwar5-May-04 2:52 
AnswerRe: How to speed up loading of nodes in Tree Pin
Heath Stewart5-May-04 4:28
protectorHeath Stewart5-May-04 4:28 
GeneralRe: How to speed up loading of nodes in Tree Pin
Werdna5-May-04 7:32
Werdna5-May-04 7:32 
I agree that TreeView.BeforeExpand is the best solution. Loading 28,000 nodes will take a long time.
Have you tried timing your method to see if it takes 12 seconds for the tree to populate or to reterieve the data from database?
If it's tree loading, you can just load all the data, keep it in some data structure and populate tree with BeforeExpand.
GeneralInheritng C.Controls Pin
sreejith ss nair5-May-04 2:43
sreejith ss nair5-May-04 2:43 
GeneralRe: Inheritng C.Controls Pin
Heath Stewart5-May-04 4:25
protectorHeath Stewart5-May-04 4:25 
GeneralVB.NET or C# Pin
Serge Lobko-Lobanovsky5-May-04 2:25
Serge Lobko-Lobanovsky5-May-04 2:25 
GeneralRe: VB.NET or C# Pin
Rhelic5-May-04 2:29
Rhelic5-May-04 2:29 
GeneralRe: VB.NET or C# Pin
Colin Angus Mackay5-May-04 2:48
Colin Angus Mackay5-May-04 2:48 
GeneralRe: VB.NET or C# Pin
Serge Lobko-Lobanovsky5-May-04 3:37
Serge Lobko-Lobanovsky5-May-04 3:37 
GeneralIt's not about syntax Pin
Daniel Turini5-May-04 3:02
Daniel Turini5-May-04 3:02 
GeneralRe: It's not about syntax Pin
Serge Lobko-Lobanovsky5-May-04 3:50
Serge Lobko-Lobanovsky5-May-04 3:50 
GeneralRe: It's not about syntax Pin
scadaguy5-May-04 5:32
scadaguy5-May-04 5:32 
GeneralRe: It's not about syntax Pin
Andy Brummer5-May-04 9:36
sitebuilderAndy Brummer5-May-04 9:36 
GeneralRe: VB.NET or C# Pin
Colin Angus Mackay5-May-04 3:06
Colin Angus Mackay5-May-04 3:06 
GeneralRe: VB.NET or C# Pin
Serge Lobko-Lobanovsky5-May-04 4:05
Serge Lobko-Lobanovsky5-May-04 4:05 
GeneralRe: VB.NET or C# Pin
Heath Stewart5-May-04 4:23
protectorHeath Stewart5-May-04 4:23 
GeneralRe: VB.NET or C# Pin
Serge Lobko-Lobanovsky5-May-04 4:45
Serge Lobko-Lobanovsky5-May-04 4:45 
GeneralRe: VB.NET or C# Pin
Heath Stewart5-May-04 5:15
protectorHeath Stewart5-May-04 5:15 
GeneralRe: VB.NET or C# Pin
Daniel Turini5-May-04 8:45
Daniel Turini5-May-04 8:45 
GeneralRe: VB.NET or C# Pin
Serge Lobko-Lobanovsky9-May-04 23:19
Serge Lobko-Lobanovsky9-May-04 23:19 

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.