I was woundering can you get a Single button to peform 2 Actions :
Start on First Click and then Stop when RE Clicked again??
I know that not Correct above but I think you get the Idea of what i'm trying to do.This should be Much easier than the last one...LOLCode:private void command4_Click(object eventSender, System.EventArgs eventArgs) { if (toolStripStatusLabel1.Text = "blah blah blah";_ Timer1.Enabled = true); } else { PacketsLabel.Text = "0"; Timer1.Enabled = false; }
Thxs in advance..![]()





Reply With Quote