Click here to Skip to main content
15,890,690 members
Home / Discussions / C#
   

C#

 
AnswerRe: Find blank element in Array Pin
Keith Barrow17-Feb-10 3:28
professionalKeith Barrow17-Feb-10 3:28 
GeneralRe: Find blank element in Array Pin
Sunil G17-Feb-10 3:33
Sunil G17-Feb-10 3:33 
GeneralRe: Find blank element in Array Pin
Keith Barrow17-Feb-10 3:55
professionalKeith Barrow17-Feb-10 3:55 
AnswerRe: Find blank element in Array Pin
harold aptroot17-Feb-10 3:35
harold aptroot17-Feb-10 3:35 
GeneralRe: Find blank element in Array Pin
Rob Philpott17-Feb-10 6:01
Rob Philpott17-Feb-10 6:01 
AnswerRe: Find blank element in Array Pin
PIEBALDconsult17-Feb-10 8:11
mvePIEBALDconsult17-Feb-10 8:11 
GeneralRe: Find blank element in Array Pin
Anurag Gandhi17-Feb-10 17:53
professionalAnurag Gandhi17-Feb-10 17:53 
QuestionWindows Forms, ComboBoxes. Pin
Nexusfactor17-Feb-10 3:11
Nexusfactor17-Feb-10 3:11 
this.comboBox[store_num] = new System.Windows.Forms.ComboBox();
this.comboBox[store_num].FormattingEnabled = true;
this.comboBox[store_num].Location = new System.Drawing.Point(7, box_location );
this.comboBox[store_num].Name = "comboBox" ;
this.comboBox[store_num].Size = new System.Drawing.Size(68, 21);
this.comboBox[store_num].TabIndex = 0;
this.comboBox[store_num].DataSource = storeNameArray;
//
// textBox3
//
this.textBox[store_num] = new System.Windows.Forms.TextBox();
this.textBox[store_num].Location = new System.Drawing.Point(106, box_location);
this.textBox[store_num].Name = "textBox3";
this.textBox[store_num].Size = new System.Drawing.Size(76, 20);
this.textBox[store_num].TabIndex = 1;
priceArray[store_num] = this.textBox[store_num].SelectedText;

panel1.Controls.Add(this.comboBox[store_num]);
panel1.Controls.Add(this.textBox[store_num]);

store_num += 1;
box_location += 20;


I allow the user to add new ComboBoxes everytime they click add item. Now if there are two comboBoxes, when they select an item from the second one, it changes the first one as well. How do I stop that from happening, so each comboBox has there respective selections.
AnswerRe: Windows Forms, ComboBoxes. Pin
Dave Kreskowiak17-Feb-10 3:40
mveDave Kreskowiak17-Feb-10 3:40 
QuestionSMTP Client - amount of bytes send out of attached files. Pin
fracalifa17-Feb-10 2:53
fracalifa17-Feb-10 2:53 
AnswerRe: SMTP Client - amount of bytes send out of attached files. Pin
Dave Kreskowiak17-Feb-10 3:29
mveDave Kreskowiak17-Feb-10 3:29 
GeneralRe: SMTP Client - amount of bytes send out of attached files. Pin
fracalifa17-Feb-10 3:45
fracalifa17-Feb-10 3:45 
GeneralRe: SMTP Client - amount of bytes send out of attached files. Pin
Rozis17-Feb-10 10:15
Rozis17-Feb-10 10:15 
AnswerRe: SMTP Client - amount of bytes send out of attached files. Pin
Ennis Ray Lynch, Jr.17-Feb-10 10:29
Ennis Ray Lynch, Jr.17-Feb-10 10:29 
Questioncontrol mouse and keyboard of remote machine. Pin
Tridip Bhattacharjee17-Feb-10 2:01
professionalTridip Bhattacharjee17-Feb-10 2:01 
AnswerRe: control mouse and keyboard of remote machine. Pin
sanforjackass17-Feb-10 2:15
sanforjackass17-Feb-10 2:15 
GeneralRe: control mouse and keyboard of remote machine. Pin
Tridip Bhattacharjee17-Feb-10 18:57
professionalTridip Bhattacharjee17-Feb-10 18:57 
GeneralRe: control mouse and keyboard of remote machine. Pin
sanforjackass17-Feb-10 20:40
sanforjackass17-Feb-10 20:40 
AnswerRe: control mouse and keyboard of remote machine. Pin
Dave Kreskowiak17-Feb-10 3:20
mveDave Kreskowiak17-Feb-10 3:20 
AnswerRe: control mouse and keyboard of remote machine. Pin
sksaininet25-Dec-10 20:02
sksaininet25-Dec-10 20:02 
Questionnet use [modified] Pin
arsendem17-Feb-10 1:31
arsendem17-Feb-10 1:31 
AnswerRe: net use Pin
OriginalGriff17-Feb-10 1:35
mveOriginalGriff17-Feb-10 1:35 
GeneralRe: net use Pin
hammerstein0517-Feb-10 1:36
hammerstein0517-Feb-10 1:36 
AnswerRe: net use Pin
hammerstein0517-Feb-10 1:35
hammerstein0517-Feb-10 1:35 
QuestionC++ to CSharp Pin
Xmen Real 17-Feb-10 1:11
professional Xmen Real 17-Feb-10 1:11 

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.