Click here to Skip to main content
15,901,373 members
Home / Discussions / C#
   

C#

 
GeneralRe: Threading Concept. Pin
exhaulted27-May-08 22:36
exhaulted27-May-08 22:36 
Questionregex Pin
angels77727-May-08 20:25
angels77727-May-08 20:25 
AnswerRe: regex Pin
N a v a n e e t h27-May-08 20:37
N a v a n e e t h27-May-08 20:37 
AnswerRe: regex Pin
leppie27-May-08 21:02
leppie27-May-08 21:02 
AnswerRe: regex Pin
Roger Alsing27-May-08 21:45
Roger Alsing27-May-08 21:45 
QuestionUpdate an image field Pin
imannasr27-May-08 19:57
imannasr27-May-08 19:57 
AnswerRe: Update an image field Pin
Gareth H27-May-08 23:26
Gareth H27-May-08 23:26 
QuestionTextBoxes on GUI Pin
Blubbo27-May-08 16:42
Blubbo27-May-08 16:42 
I have this large number of textboxes which is 16 textboxes across and 16 textboxes down, totaling 256 textboxes.

I have this software that generates the hex display all will be displayed at the same time. I noticed that there is the lag of time to populate each of them.

An engineer of mine thought about using Textboxes[] but I am not sure if its possible to "link" the textbox array with the cells that are on the GUI.

For example:

for the control that is on the screen is named tbCell_00 and next to it is tbCell_01

now for the textbox array, is it possible to do this for the two textboxes above:

TextBox[] tBoxes = new TextBox[2];
tBoxes[0] = tbCell_00;
tBoxes[1] = tbCell_01;

Anyone can help?

Thanks!
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 
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 

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.