Click here to Skip to main content
15,917,642 members
Home / Discussions / C#
   

C#

 
GeneralRe: Sqrt() method Pin
J. Dunlap29-Oct-03 10:19
J. Dunlap29-Oct-03 10:19 
GeneralRe: Sqrt() method Pin
Christian Graus29-Oct-03 10:24
protectorChristian Graus29-Oct-03 10:24 
GeneralRe: Sqrt() method Pin
oOomen30-Oct-03 6:45
oOomen30-Oct-03 6:45 
GeneralRe: Sqrt() method Pin
oOomen29-Oct-03 11:18
oOomen29-Oct-03 11:18 
GeneralRe: Sqrt() method Pin
Daniel M. Edwards29-Oct-03 9:52
Daniel M. Edwards29-Oct-03 9:52 
QuestionHow can i get index? Pin
Silly Boy29-Oct-03 5:19
Silly Boy29-Oct-03 5:19 
AnswerRe: How can i get index? Pin
oOomen29-Oct-03 6:24
oOomen29-Oct-03 6:24 
AnswerRe: How can i get index? Pin
Christian Graus29-Oct-03 10:17
protectorChristian Graus29-Oct-03 10:17 
You can take the sender, and check it's uniqueID against those of your comboboxes, and work it out that way. Or if you want to use the combobox for something in the method, just do this:

ComboBox myCombo = sender as ComboBox;

Hey presto, do whatever you want with myCombo, it's the one that was selected.


Christian

I have drunk the cool-aid and found it wan and bitter. - Chris Maunder
GeneralRe: How can i get index? Pin
oOomen29-Oct-03 10:42
oOomen29-Oct-03 10:42 
GeneralRe: How can i get index? Pin
Christian Graus29-Oct-03 10:44
protectorChristian Graus29-Oct-03 10:44 
GeneralRe: How can i get index? Pin
Kannan Kalyanaraman29-Oct-03 21:19
Kannan Kalyanaraman29-Oct-03 21:19 
GeneralRe: How can i get index? Pin
Christian Graus30-Oct-03 8:43
protectorChristian Graus30-Oct-03 8:43 
AnswerRe: How can i get index? Pin
Corinna John30-Oct-03 2:51
Corinna John30-Oct-03 2:51 
GeneralBackgroundImage for Label on Design Time Pin
Aryo Handono29-Oct-03 3:14
professionalAryo Handono29-Oct-03 3:14 
GeneralRe: BackgroundImage for Label on Design Time Pin
Heath Stewart29-Oct-03 11:16
protectorHeath Stewart29-Oct-03 11:16 
GeneralMonitoring IIS log file Pin
MikeMike6629-Oct-03 2:39
MikeMike6629-Oct-03 2:39 
GeneralRe: Monitoring IIS log file Pin
Heath Stewart29-Oct-03 11:20
protectorHeath Stewart29-Oct-03 11:20 
GeneralRe: Monitoring IIS log file Pin
MikeMike6629-Oct-03 21:39
MikeMike6629-Oct-03 21:39 
GeneralRe: Monitoring IIS log file Pin
Heath Stewart30-Oct-03 2:40
protectorHeath Stewart30-Oct-03 2:40 
GeneralChange Label FontStyle at Runtime Pin
mkomasi29-Oct-03 1:29
mkomasi29-Oct-03 1:29 
GeneralRe: Change Label FontStyle at Runtime Pin
Roger Stewart29-Oct-03 4:58
professionalRoger Stewart29-Oct-03 4:58 
GeneralModifying Attributes At Runtime Pin
khalatat29-Oct-03 1:27
khalatat29-Oct-03 1:27 
GeneralRe: Modifying Attributes At Runtime Pin
leppie29-Oct-03 6:12
leppie29-Oct-03 6:12 
GeneralRe: Modifying Attributes At Runtime Pin
Blake Coverett29-Oct-03 9:03
Blake Coverett29-Oct-03 9:03 
GeneralRe: Modifying Attributes At Runtime Pin
khalatat29-Oct-03 18:16
khalatat29-Oct-03 18:16 

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.