Click here to Skip to main content
15,902,762 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to view all the threads running in Windows Application Pin
buchstaben27-Feb-08 21:12
buchstaben27-Feb-08 21:12 
QuestionDeclaration errors...(aspectRatio) Pin
Shotgun72327-Feb-08 16:44
Shotgun72327-Feb-08 16:44 
GeneralRe: Problems with XNA Visual C# Express Edition (aspectRatio???) Pin
Ennis Ray Lynch, Jr.27-Feb-08 16:56
Ennis Ray Lynch, Jr.27-Feb-08 16:56 
QuestionData grid view question with unbound check box column Pin
jasper01827-Feb-08 16:31
jasper01827-Feb-08 16:31 
GeneralRe: Data grid view question with unbound check box column Pin
Xmen Real 27-Feb-08 16:42
professional Xmen Real 27-Feb-08 16:42 
GeneralRe: Data grid view question with unbound check box column Pin
jasper01827-Feb-08 16:57
jasper01827-Feb-08 16:57 
GeneralRe: Data grid view question with unbound check box column Pin
Xmen Real 27-Feb-08 17:02
professional Xmen Real 27-Feb-08 17:02 
QuestionHow to: Radiobutton check event confirmation ??? Pin
biscoito27-Feb-08 16:08
biscoito27-Feb-08 16:08 
Hi!

Does anyone knows how can I show a messagebox, after a user tries to change a radiobutton, and cancel that action if needed? I already tried to do it inside several events, but without success.

I would like to do something like this:

<br />
private void radioButton_TMP_Validating(object sender, CancelEventArgs e)<br />
{<br />
  if (MessageBox.Show("Are you sure?", "Attention", MessageBoxButtons.YesNo, MessageBoxIcon.Question)   == DialogResult.No)<br />
  {<br />
    e.Cancel;<br />
  }<br />
}<br />


I appreciate if someone could help me with this. I didn't find any solution when "gOOgling" Frown | :(

Thanks!!!
AnswerRe: How to: Radiobutton check event confirmation ??? Pin
Xmen Real 27-Feb-08 16:13
professional Xmen Real 27-Feb-08 16:13 
GeneralRe: How to: Radiobutton check event confirmation ??? Pin
biscoito27-Feb-08 16:27
biscoito27-Feb-08 16:27 
GeneralRe: How to: Radiobutton check event confirmation ??? Pin
Xmen Real 27-Feb-08 16:37
professional Xmen Real 27-Feb-08 16:37 
GeneralRe: How to: Radiobutton check event confirmation ??? Pin
jasper01827-Feb-08 16:42
jasper01827-Feb-08 16:42 
GeneralRe: How to: Radiobutton check event confirmation ??? Pin
biscoito27-Feb-08 16:56
biscoito27-Feb-08 16:56 
GeneralRe: How to: Radiobutton check event confirmation ??? Pin
jasper01827-Feb-08 17:04
jasper01827-Feb-08 17:04 
GeneralRe: How to: Radiobutton check event confirmation ??? Pin
biscoito27-Feb-08 17:17
biscoito27-Feb-08 17:17 
General[SOLVED] How to: Radiobutton check event confirmation ??? Pin
biscoito27-Feb-08 17:42
biscoito27-Feb-08 17:42 
Answer[Message Deleted] Pin
bicphuong27-Feb-08 16:57
bicphuong27-Feb-08 16:57 
GeneralRe: How to: Radiobutton check event confirmation ??? Pin
Xmen Real 27-Feb-08 17:01
professional Xmen Real 27-Feb-08 17:01 
GeneralRe: How to: Radiobutton check event confirmation ??? Pin
biscoito27-Feb-08 17:09
biscoito27-Feb-08 17:09 
QuestionHow to get a multiline head using DataGridView? Pin
xzl123427-Feb-08 16:04
xzl123427-Feb-08 16:04 
AnswerRe: How to get a multiline head using DataGridView? Pin
Xmen Real 27-Feb-08 16:10
professional Xmen Real 27-Feb-08 16:10 
GeneralRe: How to get a multiline head using DataGridView? Pin
xzl123427-Feb-08 16:22
xzl123427-Feb-08 16:22 
GeneralRe: How to get a multiline head using DataGridView? Pin
Xmen Real 27-Feb-08 16:23
professional Xmen Real 27-Feb-08 16:23 
GeneralRe: How to get a multiline head using DataGridView? Pin
xzl123427-Feb-08 22:13
xzl123427-Feb-08 22:13 
GeneralRe: How to get a multiline head using DataGridView? Pin
Xmen Real 27-Feb-08 22:18
professional Xmen Real 27-Feb-08 22: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.