Click here to Skip to main content
15,891,993 members
Home / Discussions / C#
   

C#

 
AnswerRe: gif Image Pin
Luc 64801111-Apr-09 3:18
Luc 64801111-Apr-09 3:18 
GeneralRe: gif Image Pin
Karmendra Suthar11-Apr-09 3:59
Karmendra Suthar11-Apr-09 3:59 
QuestionCan a control have multi parents? Pin
Duong Tien Nam11-Apr-09 1:46
Duong Tien Nam11-Apr-09 1:46 
AnswerRe: Can a control have multi parents? Pin
Luc 64801111-Apr-09 3:14
Luc 64801111-Apr-09 3:14 
GeneralRe: Can a control have multi parents? Pin
Duong Tien Nam12-Apr-09 2:39
Duong Tien Nam12-Apr-09 2:39 
AnswerRe: Can a control have multi parents? Pin
Dave Kreskowiak11-Apr-09 7:08
mveDave Kreskowiak11-Apr-09 7:08 
QuestionMultiple Radio buttons In A Form Pin
Ravindra Bisen10-Apr-09 23:31
Ravindra Bisen10-Apr-09 23:31 
AnswerRe: Multiple Radio buttons In A Form Pin
Eddy Vluggen10-Apr-09 23:58
professionalEddy Vluggen10-Apr-09 23:58 
Yup. You'd typical loop through the Control-collection of the form, checking if the Control is a radioButton, and if it is, downcast it to a RadioButton and read the value.

--edit--
Forgot to close one of the <code> tags

I are troll Smile | :)

GeneralRe: Multiple Radio buttons In A Form Pin
Ravindra Bisen11-Apr-09 1:38
Ravindra Bisen11-Apr-09 1:38 
GeneralRe: Multiple Radio buttons In A Form Pin
Eddy Vluggen11-Apr-09 6:47
professionalEddy Vluggen11-Apr-09 6:47 
AnswerRe: Multiple Radio buttons In A Form Pin
Nagy Vilmos11-Apr-09 0:24
professionalNagy Vilmos11-Apr-09 0:24 
AnswerRe: Multiple Radio buttons In A Form Pin
Luc 64801111-Apr-09 0:25
Luc 64801111-Apr-09 0:25 
GeneralRe: Multiple Radio buttons In A Form Pin
0x3c011-Apr-09 1:16
0x3c011-Apr-09 1:16 
AnswerRe: Multiple Radio buttons In A Form Pin
Yusuf11-Apr-09 1:45
Yusuf11-Apr-09 1:45 
Questionneed help in modifying some parts of he Cosmos code Pin
john231310-Apr-09 23:23
john231310-Apr-09 23:23 
AnswerRe: need help in modifying some parts of he Cosmos code Pin
Nagy Vilmos11-Apr-09 0:16
professionalNagy Vilmos11-Apr-09 0:16 
AnswerRe: need help in modifying some parts of he Cosmos code Pin
0x3c011-Apr-09 0:33
0x3c011-Apr-09 0:33 
GeneralRe: need help in modifying some parts of he Cosmos code Pin
john231311-Apr-09 0:37
john231311-Apr-09 0:37 
GeneralRe: need help in modifying some parts of he Cosmos code Pin
Eddy Vluggen11-Apr-09 1:03
professionalEddy Vluggen11-Apr-09 1:03 
GeneralRe: need help in modifying some parts of he Cosmos code Pin
0x3c011-Apr-09 1:13
0x3c011-Apr-09 1:13 
QuestionHow to change cursor to hand on a specific area of a form or control? Pin
Supra210-Apr-09 22:33
Supra210-Apr-09 22:33 
AnswerRe: How to change cursor to hand on a specific area of a form or control? Pin
Sami Jadoon10-Apr-09 23:20
Sami Jadoon10-Apr-09 23:20 
AnswerRe: How to change cursor to hand on a specific area of a form or control? Pin
Sami Jadoon10-Apr-09 23:22
Sami Jadoon10-Apr-09 23:22 
AnswerRe: How to change cursor to hand on a specific area of a form or control? Pin
Henry Minute11-Apr-09 0:34
Henry Minute11-Apr-09 0:34 
GeneralRe: How to change cursor to hand on a specific area of a form or control? Pin
Supra211-Apr-09 1:47
Supra211-Apr-09 1:47 

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.