Click here to Skip to main content
15,906,218 members
Home / Discussions / C#
   

C#

 
GeneralRe: checkBox & TreeView Pin
half-life26-Sep-07 3:42
half-life26-Sep-07 3:42 
QuestionWho am I? Detecting the "current" control for a handler [modified] Pin
JoeRip26-Sep-07 2:31
JoeRip26-Sep-07 2:31 
AnswerRe: Who am I? Detecting the "current" control for a handler Pin
Malcolm Smart26-Sep-07 2:35
Malcolm Smart26-Sep-07 2:35 
GeneralRe: Who am I? Detecting the "current" control for a handler Pin
JoeRip26-Sep-07 2:41
JoeRip26-Sep-07 2:41 
AnswerRe: Who am I? Detecting the "current" control for a handler Pin
TJoe26-Sep-07 2:48
TJoe26-Sep-07 2:48 
GeneralRe: Who am I? Detecting the "current" control for a handler Pin
JoeRip26-Sep-07 2:52
JoeRip26-Sep-07 2:52 
GeneralRe: Who am I? Detecting the "current" control for a handler Pin
TJoe26-Sep-07 3:01
TJoe26-Sep-07 3:01 
GeneralRe: Who am I? Detecting the "current" control for a handler Pin
JoeRip26-Sep-07 3:07
JoeRip26-Sep-07 3:07 
yeah, ignore my "Me" comment, too. I include too much.

Okay, write the second handler without typing "combobox1" or "combobox2". My controls are located in ListArrays. I can only refer to them by knowing what their index is.

So in comboBox_SelectedIndexChanged(Object sender, EventArgs e), I need to know which of my two comboboxes is executing. "sender" turns out to be the combobox you clicked on, UNLESS you actually clicked on ComboBox1 and the code therein caused the DataSource for ComboBox2 to change. At that point, ComboBox2 receives a "SelectedIndexChanged" message, whose "sender" is ComboBox1.

So - in comboBox_SelectedIndexChanged(Object sender, EventArgs e) - how can you figure out which control is having it's Selected Index changed, without referring to it by name?
GeneralRe: Who am I? Detecting the "current" control for a handler Pin
TJoe26-Sep-07 3:16
TJoe26-Sep-07 3:16 
GeneralRe: Who am I? Detecting the "current" control for a handler Pin
JoeRip26-Sep-07 3:18
JoeRip26-Sep-07 3:18 
GeneralRe: Who am I? Detecting the "current" control for a handler Pin
JoeRip26-Sep-07 3:21
JoeRip26-Sep-07 3:21 
GeneralRe: Who am I? Detecting the "current" control for a handler Pin
TJoe26-Sep-07 3:25
TJoe26-Sep-07 3:25 
GeneralRe: Who am I? Detecting the "current" control for a handler Pin
JoeRip26-Sep-07 3:34
JoeRip26-Sep-07 3:34 
GeneralRe: Who am I? Detecting the "current" control for a handler Pin
TJoe26-Sep-07 3:42
TJoe26-Sep-07 3:42 
GeneralRe: Who am I? Detecting the "current" control for a handler Pin
Luc Pattyn26-Sep-07 3:58
sitebuilderLuc Pattyn26-Sep-07 3:58 
GeneralRe: Who am I? Detecting the "current" control for a handler Pin
TJoe26-Sep-07 3:22
TJoe26-Sep-07 3:22 
QuestionHow to extract HTML code From any webpage using C#.Net Pin
allivelu26-Sep-07 1:35
allivelu26-Sep-07 1:35 
AnswerRe: How to extract HTML code From any webpage using C#.Net Pin
Christian Graus26-Sep-07 1:46
protectorChristian Graus26-Sep-07 1:46 
AnswerRe: How to extract HTML code From any webpage using C#.Net Pin
Matthew Cuba26-Sep-07 2:00
Matthew Cuba26-Sep-07 2:00 
QuestionSimulator Pin
prog_omer_esmail26-Sep-07 1:13
prog_omer_esmail26-Sep-07 1:13 
QuestionRe: Simulator Pin
ESTAN26-Sep-07 1:24
ESTAN26-Sep-07 1:24 
AnswerRe: Simulator Pin
pmarfleet26-Sep-07 1:47
pmarfleet26-Sep-07 1:47 
GeneralRe: Simulator Pin
PaulPrice26-Sep-07 1:55
PaulPrice26-Sep-07 1:55 
GeneralRe: Simulator Pin
ESTAN26-Sep-07 2:02
ESTAN26-Sep-07 2:02 
GeneralRe: Simulator Pin
prog_omer_esmail26-Sep-07 3:12
prog_omer_esmail26-Sep-07 3:12 

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.