Click here to Skip to main content
15,896,111 members
Home / Discussions / C#
   

C#

 
GeneralRe: Enter or Arrow Key to replace Tab Key Pin
Heath Stewart1-Nov-04 9:26
protectorHeath Stewart1-Nov-04 9:26 
GeneralRe: Enter or Arrow Key to replace Tab Key Pin
Alex Korchemniy1-Nov-04 9:31
Alex Korchemniy1-Nov-04 9:31 
Generalabout memory management Pin
momer1-Nov-04 7:04
momer1-Nov-04 7:04 
GeneralRe: about memory management Pin
Dave Kreskowiak1-Nov-04 7:42
mveDave Kreskowiak1-Nov-04 7:42 
GeneralRe: about memory management Pin
momer1-Nov-04 8:16
momer1-Nov-04 8:16 
GeneralShellExecute in C# Pin
ben21-Nov-04 7:00
ben21-Nov-04 7:00 
GeneralRe: ShellExecute in C# Pin
ben21-Nov-04 7:04
ben21-Nov-04 7:04 
Questiondo i need to double buffer? Pin
vista271-Nov-04 6:26
vista271-Nov-04 6:26 
i am using a treelistview (found here at codeproject) that is populated with potentially hundreds of items (test cases). on start my app will fill the tree with all the test cases and i give the option to reset the tree to inital state, which essentially just reloads again all the test cases to initial state. the problem is when these test cases are all loaded into the tree and all the initial subitems are reset, it's so slow you can watch the tree fill from the top to the bottom with a lot of flickering at the same time. my question is do i need to do double buffering? i don't know how hard double buffering is, but i thought maybe it would be easier just to disable painting while the tree is being filled and have it repaint everything when it's all done. that way i may be able to avoid all the panting and flickering while the tree is loading. it's ok for the user to have to wait a sec for the tree to load, so as long as they don't have to actually watch it load and all the flickering. is there a way to do this?

thanks!
AnswerRe: do i need to double buffer? Pin
Dave Kreskowiak1-Nov-04 6:41
mveDave Kreskowiak1-Nov-04 6:41 
GeneralTreeView Scrollbar Pin
amadobson1-Nov-04 6:12
amadobson1-Nov-04 6:12 
Questionsave GDI drawing and print them? Pin
xiaowenjie1-Nov-04 6:11
xiaowenjie1-Nov-04 6:11 
AnswerRe: save GDI drawing and print them? Pin
Heath Stewart1-Nov-04 8:40
protectorHeath Stewart1-Nov-04 8:40 
GeneralRe: save GDI drawing and print them? Pin
xiaowenjie1-Nov-04 18:25
xiaowenjie1-Nov-04 18:25 
GeneralRe: save GDI drawing and print them? Pin
Heath Stewart2-Nov-04 5:04
protectorHeath Stewart2-Nov-04 5:04 
Questionreader bar using GDI+? Pin
xiaowenjie1-Nov-04 5:46
xiaowenjie1-Nov-04 5:46 
AnswerRe: reader bar using GDI+? Pin
Alex Korchemniy1-Nov-04 8:40
Alex Korchemniy1-Nov-04 8:40 
Questionmy drawing Moves?? Pin
xiaowenjie1-Nov-04 5:40
xiaowenjie1-Nov-04 5:40 
AnswerRe: my drawing Moves?? Pin
Charlie Williams1-Nov-04 7:11
Charlie Williams1-Nov-04 7:11 
GeneralRe: my drawing Moves?? Pin
xiaowenjie1-Nov-04 7:22
xiaowenjie1-Nov-04 7:22 
GeneralRe: my drawing Moves?? Pin
Charlie Williams1-Nov-04 10:07
Charlie Williams1-Nov-04 10:07 
GeneralRe: my drawing Moves?? Pin
xiaowenjie1-Nov-04 18:46
xiaowenjie1-Nov-04 18:46 
GeneralAccessing .NET Assemblies from COM+ Component Pin
perlmunger1-Nov-04 5:26
perlmunger1-Nov-04 5:26 
GeneralRe: Accessing .NET Assemblies from COM+ Component Pin
Alex Korchemniy1-Nov-04 8:30
Alex Korchemniy1-Nov-04 8:30 
GeneralRe: Accessing .NET Assemblies from COM+ Component Pin
perlmunger1-Nov-04 8:40
perlmunger1-Nov-04 8:40 
GeneralRe: Accessing .NET Assemblies from COM+ Component Pin
Alex Korchemniy1-Nov-04 8:45
Alex Korchemniy1-Nov-04 8:45 

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.