Click here to Skip to main content
15,896,526 members
Home / Discussions / C#
   

C#

 
GeneralRe: Focussing on classes Pin
Angelinna19-May-08 3:27
Angelinna19-May-08 3:27 
GeneralRe: Focussing on classes Pin
Angelinna19-May-08 4:14
Angelinna19-May-08 4:14 
GeneralRe: Focussing on classes Pin
Angelinna19-May-08 5:14
Angelinna19-May-08 5:14 
GeneralRe: Focussing on classes Pin
#realJSOP19-May-08 6:40
professional#realJSOP19-May-08 6:40 
Questionadd dynamic number of radio buttons to a panel in C# Pin
Knowledgestudent19-May-08 2:33
Knowledgestudent19-May-08 2:33 
AnswerRe: add dynamic number of radio buttons to a panel in C# [modified] Pin
SomeGuyThatIsMe19-May-08 2:44
SomeGuyThatIsMe19-May-08 2:44 
QuestionRe: add dynamic number of radio buttons to a panel in C# Pin
Knowledgestudent19-May-08 3:20
Knowledgestudent19-May-08 3:20 
AnswerRe: add dynamic number of radio buttons to a panel in C# Pin
SomeGuyThatIsMe19-May-08 3:26
SomeGuyThatIsMe19-May-08 3:26 
each time you call Add it will only add one button you'd have to use a loop to add multiple, but then finding them in the form to do something with becomes slightly difficult but not impossible. or if you knew the maximum number of controls you could have them already there but just invisible then go through and make them visible for each case. I'm not sure how well the layout will work if you add them via a loop and the Controls.Add method, and you have the possibility of adding controls that the user cant see or interact with.
QuestionRe: add dynamic number of radio buttons to a panel in C# Pin
Knowledgestudent19-May-08 4:13
Knowledgestudent19-May-08 4:13 
AnswerRe: add dynamic number of radio buttons to a panel in C# Pin
SomeGuyThatIsMe19-May-08 4:22
SomeGuyThatIsMe19-May-08 4:22 
GeneralRe: add dynamic number of radio buttons to a panel in C# Pin
Knowledgestudent19-May-08 6:59
Knowledgestudent19-May-08 6:59 
GeneralRe: add dynamic number of radio buttons to a panel in C# Pin
SomeGuyThatIsMe19-May-08 7:02
SomeGuyThatIsMe19-May-08 7:02 
QuestionSend Parameters To Crystal Report... Pin
Harvey Saayman19-May-08 2:17
Harvey Saayman19-May-08 2:17 
AnswerRe: Send Parameters To Crystal Report... Pin
geekfromindia19-May-08 3:27
geekfromindia19-May-08 3:27 
QuestionDataset relations problem. Removing row exception! Pin
oscarderooij19-May-08 2:07
oscarderooij19-May-08 2:07 
QuestionAccurate UDP connection Pin
Berlus19-May-08 2:03
Berlus19-May-08 2:03 
AnswerRe: Accurate UDP connection Pin
Mike Dimmick19-May-08 2:23
Mike Dimmick19-May-08 2:23 
GeneralRe: Accurate UDP connection Pin
Berlus20-May-08 19:03
Berlus20-May-08 19:03 
QuestionDictionary Values copy Pin
George_George19-May-08 2:02
George_George19-May-08 2:02 
AnswerRe: Dictionary Values copy Pin
J4amieC19-May-08 2:07
J4amieC19-May-08 2:07 
GeneralRe: Dictionary Values copy Pin
George_George19-May-08 2:13
George_George19-May-08 2:13 
GeneralRe: Dictionary Values copy Pin
J4amieC19-May-08 2:18
J4amieC19-May-08 2:18 
GeneralRe: Dictionary Values copy Pin
George_George19-May-08 2:22
George_George19-May-08 2:22 
GeneralRe: Dictionary Values copy Pin
J4amieC19-May-08 2:41
J4amieC19-May-08 2:41 
GeneralRe: Dictionary Values copy Pin
George_George19-May-08 2:49
George_George19-May-08 2:49 

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.