Click here to Skip to main content
15,905,785 members
Home / Discussions / C#
   

C#

 
GeneralRe: File.WriteAllBytes and File.ReadAllBytes Pin
Ian Uy19-May-08 20:34
Ian Uy19-May-08 20:34 
AnswerRe: File.WriteAllBytes and File.ReadAllBytes Pin
Guffa19-May-08 9:12
Guffa19-May-08 9:12 
GeneralRe: File.WriteAllBytes and File.ReadAllBytes Pin
Ian Uy19-May-08 14:11
Ian Uy19-May-08 14:11 
GeneralRe: File.WriteAllBytes and File.ReadAllBytes Pin
Guffa19-May-08 19:49
Guffa19-May-08 19:49 
GeneralRe: File.WriteAllBytes and File.ReadAllBytes Pin
Ian Uy19-May-08 20:31
Ian Uy19-May-08 20:31 
QuestionExcel GoalSeek Method in c# Pin
Suj_7819-May-08 3:27
Suj_7819-May-08 3:27 
AnswerRe: Excel GoalSeek Method in c# Pin
CPallini19-May-08 3:38
mveCPallini19-May-08 3:38 
QuestionSpontaneous application startup Pin
Bekjong19-May-08 3:16
Bekjong19-May-08 3:16 
AnswerRe: Spontaneous application startup Pin
leppie19-May-08 3:30
leppie19-May-08 3:30 
GeneralRe: Spontaneous application startup Pin
Bekjong19-May-08 3:39
Bekjong19-May-08 3:39 
GeneralRe: Spontaneous application startup Pin
leppie19-May-08 6:20
leppie19-May-08 6:20 
QuestionCan you "intercept" a PrintDocument Pin
armandsmit19-May-08 3:01
armandsmit19-May-08 3:01 
QuestionFocussing on classes Pin
Angelinna19-May-08 2:40
Angelinna19-May-08 2:40 
AnswerRe: Focussing on classes Pin
originSH19-May-08 2:54
originSH19-May-08 2:54 
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 

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.