Click here to Skip to main content
15,892,005 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# components Pin
Giorgi Dalakishvili9-Dec-08 22:20
mentorGiorgi Dalakishvili9-Dec-08 22:20 
GeneralRe: C# components Pin
Dreekebe9-Dec-08 22:29
Dreekebe9-Dec-08 22:29 
AnswerRe: C# components Pin
Tom Deketelaere9-Dec-08 23:05
professionalTom Deketelaere9-Dec-08 23:05 
GeneralRe: C# components Pin
Dreekebe9-Dec-08 23:44
Dreekebe9-Dec-08 23:44 
QuestionList View Scroll Bar Pin
half-life9-Dec-08 21:23
half-life9-Dec-08 21:23 
AnswerRe: List View Scroll Bar Pin
TJS4u9-Dec-08 21:49
TJS4u9-Dec-08 21:49 
AnswerRe: List View Scroll Bar Pin
moon_stick9-Dec-08 23:07
moon_stick9-Dec-08 23:07 
QuestionRadioBoutton as a group Pin
CodingLover9-Dec-08 19:49
CodingLover9-Dec-08 19:49 
Hi all,


I have three radio buttons in a GroupBox. I want to find the selected radio button there. I've done the following.

<br />
int _select;<br />
<br />
if(rb1.Checked)<br />
  _select = 0;<br />


and so on. Seems it's not a good practice at all, say I have 10 radio buttons. Can someone suggest a better way to do this.

Thanks

I appreciate your help all the time...
CodingLover Smile | :)

AnswerRe: RadioBoutton as a group Pin
Chintan.Desai9-Dec-08 19:55
Chintan.Desai9-Dec-08 19:55 
AnswerRe: RadioBoutton as a group Pin
N a v a n e e t h9-Dec-08 20:03
N a v a n e e t h9-Dec-08 20:03 
QuestionRe: RadioBoutton as a group Pin
CodingLover9-Dec-08 20:28
CodingLover9-Dec-08 20:28 
AnswerRe: RadioBoutton as a group Pin
dan!sh 9-Dec-08 20:58
professional dan!sh 9-Dec-08 20:58 
GeneralRe: RadioBoutton as a group Pin
Dan Neely10-Dec-08 2:10
Dan Neely10-Dec-08 2:10 
AnswerRe: RadioBoutton as a group Pin
N a v a n e e t h9-Dec-08 21:17
N a v a n e e t h9-Dec-08 21:17 
QuestionCasting objects returned by reflection to a generic object Pin
Omer S.9-Dec-08 19:46
Omer S.9-Dec-08 19:46 
AnswerRe: Casting objects returned by reflection to a generic object Pin
leppie9-Dec-08 20:16
leppie9-Dec-08 20:16 
GeneralRe: Casting objects returned by reflection to a generic object Pin
Omer S.9-Dec-08 23:44
Omer S.9-Dec-08 23:44 
QuestionHow to add custom event log type in windows event log via C# [modified] Pin
Chintan.Desai9-Dec-08 19:45
Chintan.Desai9-Dec-08 19:45 
Questiondatagridview Pin
kulandaivel_mca20079-Dec-08 18:20
kulandaivel_mca20079-Dec-08 18:20 
AnswerRe: datagridview Pin
Christian Graus9-Dec-08 18:20
protectorChristian Graus9-Dec-08 18:20 
AnswerRe: datagridview Pin
Brij9-Dec-08 18:39
mentorBrij9-Dec-08 18:39 
QuestionI have problem with namespace and property, could someone show me what I need to do. Pin
Fabyta9-Dec-08 18:09
Fabyta9-Dec-08 18:09 
AnswerRe: I have problem with namespace and property, could someone show me what I need to do. Pin
Christian Graus9-Dec-08 18:23
protectorChristian Graus9-Dec-08 18:23 
GeneralRe: I have problem with namespace and property, could someone show me what I need to do. Pin
Fabyta9-Dec-08 18:35
Fabyta9-Dec-08 18:35 
GeneralRe: I have problem with namespace and property, could someone show me what I need to do. Pin
Christian Graus9-Dec-08 18:50
protectorChristian Graus9-Dec-08 18:50 

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.