Click here to Skip to main content
16,005,141 members
Home / Discussions / C#
   

C#

 
GeneralPropertyGrid Issue Pin
djennings@ea.com15-Dec-04 14:04
djennings@ea.com15-Dec-04 14:04 
GeneralNetwork code examples Pin
Joseph Engo15-Dec-04 13:23
Joseph Engo15-Dec-04 13:23 
GeneralRe: Network code examples Pin
Gangren15-Dec-04 19:55
Gangren15-Dec-04 19:55 
GeneralRe: Network code examples Pin
Joseph Engo16-Dec-04 2:01
Joseph Engo16-Dec-04 2:01 
GeneralAvalon Community Technology Preview samples Pin
Andres Coder15-Dec-04 10:09
Andres Coder15-Dec-04 10:09 
GeneralDynamic control speed Pin
Frenchman15-Dec-04 10:03
Frenchman15-Dec-04 10:03 
GeneralRe: Dynamic control speed Pin
Colin Angus Mackay15-Dec-04 13:33
Colin Angus Mackay15-Dec-04 13:33 
GeneralRe: Dynamic control speed Pin
Daniel Turini15-Dec-04 22:58
Daniel Turini15-Dec-04 22:58 
I'd suggest sending a WM_SETDRAW message to stop redrawing the form while you're adding the controls.
Another simpler suggestion (and, depending on your code, can give performance enough) is doing all the manipulation on the controls before you call Controls.Add, so it'll minimize redrawing.
BTW, 99% of the "slow dynamic controls" posts I answer here are performance problems within the generation of the controls, i.e., in your data access code, and not a .NET framework performance problem.

Yes, even I am blogging now!
GeneralRe: Dynamic control speed Pin
Frenchman16-Dec-04 5:43
Frenchman16-Dec-04 5:43 
Generalquestion on wizards Pin
tom_dx15-Dec-04 9:36
tom_dx15-Dec-04 9:36 
GeneralRe: question on wizards Pin
Nick Parker15-Dec-04 9:52
protectorNick Parker15-Dec-04 9:52 
GeneralSetting BackColor on TabControl Pin
LannieK15-Dec-04 9:20
LannieK15-Dec-04 9:20 
GeneralRe: Setting BackColor on TabControl Pin
LannieK15-Dec-04 10:39
LannieK15-Dec-04 10:39 
GeneralHidding Properties in property grid on run time Pin
theali15-Dec-04 8:14
theali15-Dec-04 8:14 
GeneralRe: Hidding Properties in property grid on run time Pin
leppie15-Dec-04 8:37
leppie15-Dec-04 8:37 
GeneralHidding Properties in property grid on run time Pin
Anonymous15-Dec-04 9:03
Anonymous15-Dec-04 9:03 
GeneralRe: Hidding Properties in property grid on run time Pin
Mathew Hall15-Dec-04 15:58
Mathew Hall15-Dec-04 15:58 
GeneralThank you Pin
theali15-Dec-04 23:15
theali15-Dec-04 23:15 
GeneralProblem with stored procedure/C# code Pin
ronin177015-Dec-04 7:02
ronin177015-Dec-04 7:02 
GeneralRe: Problem with stored procedure/C# code Pin
Colin Angus Mackay15-Dec-04 7:33
Colin Angus Mackay15-Dec-04 7:33 
GeneralRe: Problem with stored procedure/C# code Pin
ronin177015-Dec-04 7:38
ronin177015-Dec-04 7:38 
GeneralHidden MainForm at startup Pin
andreas_farnstrand15-Dec-04 6:11
andreas_farnstrand15-Dec-04 6:11 
GeneralRe: Hidden MainForm at startup Pin
Alex Korchemniy15-Dec-04 7:33
Alex Korchemniy15-Dec-04 7:33 
GeneralRe: Hidden MainForm at startup Pin
Matt Gerrans15-Dec-04 7:48
Matt Gerrans15-Dec-04 7:48 
GeneralRe: Hidden MainForm at startup Pin
Alex Korchemniy15-Dec-04 8:16
Alex Korchemniy15-Dec-04 8:16 

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.