Click here to Skip to main content
16,016,568 members
Home / Discussions / C#
   

C#

 
QuestionTextBoxes on GUI Pin
Blubbo27-May-08 16:42
Blubbo27-May-08 16:42 
AnswerRe: TextBoxes on GUI Pin
Christian Graus27-May-08 16:49
protectorChristian Graus27-May-08 16:49 
GeneralRe: TextBoxes on GUI Pin
Blubbo27-May-08 17:34
Blubbo27-May-08 17:34 
GeneralRe: TextBoxes on GUI Pin
Christian Graus27-May-08 17:44
protectorChristian Graus27-May-08 17:44 
GeneralRe: TextBoxes on GUI Pin
dealon27-May-08 20:37
dealon27-May-08 20:37 
GeneralRe: TextBoxes on GUI Pin
Blubbo28-May-08 3:34
Blubbo28-May-08 3:34 
GeneralRe: TextBoxes on GUI Pin
DaveyM6928-May-08 4:19
professionalDaveyM6928-May-08 4:19 
AnswerRe: TextBoxes on GUI Pin
darkelv27-May-08 18:02
darkelv27-May-08 18:02 
1. Call SuspendLayout() when creating the text boxes and ResumeLayout() after that (consult how VS generate the code in InitializeComponents()).
2. Enable double buffer on the forms.
3. Do you repopulate each and every textboxes every x seconds? Does the values change very frequently? Are you using DataBinding?
4. If the textboxes are only for display (no editing from user), you may want to consider different kind of control for displaying (DataGridView, ListView, owned drawn display, etc).
GeneralRe: TextBoxes on GUI Pin
Blubbo28-May-08 3:38
Blubbo28-May-08 3:38 
GeneralRe: TextBoxes on GUI Pin
darkelv28-May-08 5:51
darkelv28-May-08 5:51 
AnswerRe: TextBoxes on GUI Pin
V.27-May-08 20:14
professionalV.27-May-08 20:14 
QuestionImprove Custom Control Performance by Storing Bitmap of Control? Pin
User 1278227-May-08 14:03
User 1278227-May-08 14:03 
AnswerRe: Improve Custom Control Performance by Storing Bitmap of Control? Pin
Christian Graus27-May-08 14:27
protectorChristian Graus27-May-08 14:27 
GeneralRe: Improve Custom Control Performance by Storing Bitmap of Control? Pin
User 1278227-May-08 15:14
User 1278227-May-08 15:14 
QuestionDataSet.Clear problem Pin
hdv21227-May-08 11:10
hdv21227-May-08 11:10 
AnswerRe: DataSet.Clear problem Pin
Gareth H27-May-08 11:16
Gareth H27-May-08 11:16 
AnswerRe: DataSet.Clear problem Pin
NK728-May-08 21:16
NK728-May-08 21:16 
QuestionA very unhappy System.Diagnostics.Debug.WriteLine Pin
RB@Emphasys27-May-08 10:33
RB@Emphasys27-May-08 10:33 
AnswerRe: A very unhappy System.Diagnostics.Debug.WriteLine Pin
Gareth H27-May-08 11:04
Gareth H27-May-08 11:04 
GeneralRe: A very unhappy System.Diagnostics.Debug.WriteLine Pin
RB@Emphasys27-May-08 11:21
RB@Emphasys27-May-08 11:21 
AnswerRe: A very unhappy System.Diagnostics.Debug.WriteLine Pin
The Nightcoder27-May-08 15:02
The Nightcoder27-May-08 15:02 
GeneralRe: A very unhappy System.Diagnostics.Debug.WriteLine Pin
RB@Emphasys28-May-08 6:32
RB@Emphasys28-May-08 6:32 
QuestionNewbie - Mouse Events Handling problem Pin
gborges27-May-08 10:29
gborges27-May-08 10:29 
QuestionA large NotifyIcon Size Pin
Adel Khayata27-May-08 10:06
Adel Khayata27-May-08 10:06 
AnswerRe: A large NotifyIcon Size Pin
leppie27-May-08 21:04
leppie27-May-08 21:04 

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.