Click here to Skip to main content
15,887,135 members
Home / Discussions / C#
   

C#

 
QuestionProcess hangs with RedirectStandardOutput Pin
liqnit11-Sep-07 2:39
liqnit11-Sep-07 2:39 
AnswerRe: Process hangs with RedirectStandardOutput Pin
Judah Gabriel Himango11-Sep-07 5:12
sponsorJudah Gabriel Himango11-Sep-07 5:12 
GeneralRe: Process hangs with RedirectStandardOutput Pin
liqnit11-Sep-07 18:21
liqnit11-Sep-07 18:21 
QuestionChecked change event Pin
M. J. Jaya Chitra11-Sep-07 2:31
M. J. Jaya Chitra11-Sep-07 2:31 
AnswerRe: Checked change event Pin
Christian Graus11-Sep-07 2:45
protectorChristian Graus11-Sep-07 2:45 
GeneralRe: Checked change event Pin
M. J. Jaya Chitra11-Sep-07 2:57
M. J. Jaya Chitra11-Sep-07 2:57 
GeneralRe: Checked change event Pin
Ermak8611-Sep-07 4:04
Ermak8611-Sep-07 4:04 
GeneralRe: Checked change event Pin
Mairaaj Khan11-Sep-07 12:06
professionalMairaaj Khan11-Sep-07 12:06 
M. J. Jaya Chitra wrote:
If one is selected and when the option is changed to false i want to prompt the user and if the user confirms then the option has to be changed or else it should not change to false it has to be true only.


Perhaps you need a DialogResult from your MessageBox something like this:
if (MessageBox.Show("Do You Like Orange", "Choice!", MessageBoxButtons.YesNo) == DialogResult.No)
   rdbApple.Checked = true;



________________________________
Success is not something to wait for, its something to work for.

QuestionRegular expression inside a textbox Pin
segusmitha11-Sep-07 2:30
segusmitha11-Sep-07 2:30 
AnswerRe: Regular expression inside a textbox Pin
snorkie11-Sep-07 4:36
professionalsnorkie11-Sep-07 4:36 
GeneralRe: Regular expression inside a textbox Pin
segusmitha11-Sep-07 18:33
segusmitha11-Sep-07 18:33 
QuestionHiding main form upon load Pin
Justin Perez11-Sep-07 2:24
Justin Perez11-Sep-07 2:24 
AnswerRe: Hiding main form upon load Pin
Giorgi Dalakishvili11-Sep-07 2:39
mentorGiorgi Dalakishvili11-Sep-07 2:39 
GeneralRe: Hiding main form upon load Pin
Justin Perez11-Sep-07 2:53
Justin Perez11-Sep-07 2:53 
GeneralRe: Hiding main form upon load Pin
Giorgi Dalakishvili11-Sep-07 2:58
mentorGiorgi Dalakishvili11-Sep-07 2:58 
GeneralRe: Hiding main form upon load Pin
Justin Perez11-Sep-07 3:02
Justin Perez11-Sep-07 3:02 
GeneralRe: Hiding main form upon load Pin
Ermak8611-Sep-07 3:04
Ermak8611-Sep-07 3:04 
GeneralRe: Hiding main form upon load Pin
Giorgi Dalakishvili11-Sep-07 3:05
mentorGiorgi Dalakishvili11-Sep-07 3:05 
GeneralRe: Hiding main form upon load Pin
Justin Perez11-Sep-07 3:11
Justin Perez11-Sep-07 3:11 
GeneralRe: Hiding main form upon load Pin
Giorgi Dalakishvili11-Sep-07 3:17
mentorGiorgi Dalakishvili11-Sep-07 3:17 
GeneralRe: Hiding main form upon load Pin
Justin Perez11-Sep-07 3:21
Justin Perez11-Sep-07 3:21 
GeneralRe: Hiding main form upon load Pin
Giorgi Dalakishvili11-Sep-07 3:26
mentorGiorgi Dalakishvili11-Sep-07 3:26 
JokeRe: internet speed Pin
Ed.Poore11-Sep-07 2:53
Ed.Poore11-Sep-07 2:53 
QuestionActiveX Exception Pin
DeepOceans11-Sep-07 2:12
DeepOceans11-Sep-07 2:12 
AnswerRe: ActiveX Exception Pin
Justin Perez11-Sep-07 2:27
Justin Perez11-Sep-07 2:27 

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.