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

C#

 
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 
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 
If there's no max number, then you'll have to resize the form to fit all of the controls.. However Have you tried creating a new control in the code i.e. RadioButton rb = new Radiobutton(); then setting its x,y coordinates to something, they may be defaulting to 0,0 and just appearing on top of each other. you'll have to use those settings to make sure that they are all visible to the user and visible so that they can be clicked on. Also if you do this after the form has been shown they user may notice a delay and/or see the controls appearing and the form resizing, which isnt the best in terms of UI, some users may freak out a little bit.
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 
GeneralRe: Dictionary Values copy Pin
J4amieC19-May-08 3:10
J4amieC19-May-08 3:10 
GeneralRe: Dictionary Values copy Pin
George_George19-May-08 3:18
George_George19-May-08 3:18 

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.