Click here to Skip to main content
15,892,537 members
Home / Discussions / C#
   

C#

 
AnswerRe: Loading an assembly from a new AppDoamin Pin
Rob Philpott10-Feb-10 0:11
Rob Philpott10-Feb-10 0:11 
GeneralRe: Loading an assembly from a new AppDoamin Pin
ThetaClear10-Feb-10 9:53
ThetaClear10-Feb-10 9:53 
QuestionRSync Pin
satsumatable9-Feb-10 19:22
satsumatable9-Feb-10 19:22 
QuestionPreventing the dropdown from being opened when drop down button pressed in combobox? Pin
Ron.bharath9-Feb-10 18:53
Ron.bharath9-Feb-10 18:53 
AnswerRe: Preventing the dropdown from being opened when drop down button pressed in combobox? Pin
Hessam Jalali10-Feb-10 1:25
Hessam Jalali10-Feb-10 1:25 
QuestionSuspendLayout ResumeLayout Question Pin
Douglas Kirk9-Feb-10 18:52
Douglas Kirk9-Feb-10 18:52 
AnswerRe: SuspendLayout ResumeLayout Question Pin
Dave Kreskowiak10-Feb-10 2:07
mveDave Kreskowiak10-Feb-10 2:07 
AnswerRe: SuspendLayout ResumeLayout Question Pin
Luc Pattyn10-Feb-10 2:09
sitebuilderLuc Pattyn10-Feb-10 2:09 
Hi,

1.
please always show code inside PRE tags (e.g. use the "code block" widget), that makes it much more readable.
I may have overlooked something as it is now.

2.

Douglas Kirk wrote:
can you put the new commands within the bounds of the Suspend/Resume??


yes. And IMO it won't make a difference.

3.

Douglas Kirk wrote:
this.Controls.Add(Object[n]);


When you need to add a number of Controls, it is sometimes faster to use Controls.AddRange(), which Visual Designer also does.

4.
Not sure how long your constructors take, e.g. new MediaIcon(); that would depend on your code (not shown).

5.

Douglas Kirk wrote:
it take a while for it to refresh when ... the form is resized.


That is not related to the code shown; it tells me your form probably is too complex. How many Controls are there? Do they overlap? Are there any background images? playing with transparency?


Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read code that is properly formatted, adding PRE tags is the easiest way to obtain that.
All Toronto weekends should be extremely wet until we get it automated in regular forums, not just QA.

modified on Friday, February 12, 2010 4:44 AM

QuestionRss Pin
kk.tvm9-Feb-10 18:21
kk.tvm9-Feb-10 18:21 
AnswerRe: Rss Pin
Arun Jacob9-Feb-10 19:13
Arun Jacob9-Feb-10 19:13 
AnswerRe: Rss Pin
Giorgi Dalakishvili9-Feb-10 19:32
mentorGiorgi Dalakishvili9-Feb-10 19:32 
QuestionIEnumerable Min() not working as expected Pin
Member 39190499-Feb-10 16:43
Member 39190499-Feb-10 16:43 
AnswerRe: IEnumerable Min() not working as expected Pin
Dave Kreskowiak10-Feb-10 2:02
mveDave Kreskowiak10-Feb-10 2:02 
QuestionWhat is the use of e.Handled in the KeyDown event Pin
Kalvin @ Work9-Feb-10 11:04
Kalvin @ Work9-Feb-10 11:04 
AnswerRe: What is the use of e.Handled in the KeyDown event Pin
loyal ginger9-Feb-10 11:22
loyal ginger9-Feb-10 11:22 
QuestionDatagridview C# Editable combo box control. Pin
Omersayeed9-Feb-10 7:45
Omersayeed9-Feb-10 7:45 
QuestionSQL select on two tables takes too long Pin
TheJudeDude9-Feb-10 7:42
TheJudeDude9-Feb-10 7:42 
AnswerRe: SQL select on two tables takes too long Pin
Jeremy Hutchinson9-Feb-10 8:37
professionalJeremy Hutchinson9-Feb-10 8:37 
GeneralRe: SQL select on two tables takes too long Pin
TheJudeDude9-Feb-10 9:46
TheJudeDude9-Feb-10 9:46 
AnswerRe: SQL select on two tables takes too long Pin
kevinnicol9-Feb-10 8:56
kevinnicol9-Feb-10 8:56 
GeneralRe: SQL select on two tables takes too long Pin
TheJudeDude9-Feb-10 9:45
TheJudeDude9-Feb-10 9:45 
GeneralRe: SQL select on two tables takes too long Pin
TheJudeDude9-Feb-10 10:02
TheJudeDude9-Feb-10 10:02 
GeneralRe: SQL select on two tables takes too long Pin
kevinnicol9-Feb-10 10:12
kevinnicol9-Feb-10 10:12 
GeneralRe: SQL select on two tables takes too long Pin
TheJudeDude9-Feb-10 10:54
TheJudeDude9-Feb-10 10:54 
GeneralRe: SQL select on two tables takes too long Pin
kevinnicol10-Feb-10 2:05
kevinnicol10-Feb-10 2:05 

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.