G
Guest
Hi all
Please have a look at the following code. problem with this is
when the button1_click is initiated by keyborad it works well. But when it is initiated by mouse,focus on the default button is missing. Is there any problem with MessageBox Class
private void button1_Click(object sender, System.EventArgs e
MessageBox.Show("Message","Title",MessageBoxButtons.YesNo,MessageBoxIcon.Asterisk,MessageBoxDefaultButton.Button2)
Thanks in advance
Regards
RR.
Please have a look at the following code. problem with this is
when the button1_click is initiated by keyborad it works well. But when it is initiated by mouse,focus on the default button is missing. Is there any problem with MessageBox Class
private void button1_Click(object sender, System.EventArgs e
MessageBox.Show("Message","Title",MessageBoxButtons.YesNo,MessageBoxIcon.Asterisk,MessageBoxDefaultButton.Button2)
Thanks in advance
Regards
RR.