hi all just i wanna know how can i use condition with message box
i used the statment:
MessageBox.Show("Are you Sure?","collection", MessageBoxButtons.YesNo, MessageBoxIcon.Question);
if(DialogResult.Yes=) ;
{
this.Hide();
MessageBox.Show(M, "collection", MessageBoxButtons.OK);
}
but its dont work can any one hel plz im so beginner at c#.......
*how i can use timer count 60 min from 60-0 show the countdown in lable for more then one form........:)