I need to get one Button to both Start and Stop...Now for some reason i cant remember this for the life of me..lol
But this is what i have I think its correct but i cant remember![]()
Am i correct?? and is their a shorter version of this..lolVB Code:
private void button1_Click(object sender, EventArgs e) if (button1.Capture == true) { toolStripStatusLabel2.Text = " Sending Message"; timer1.Enabled = true } else { if(button1.Capture == false) toolStripStatusLabel2.Text = ""; timer1.Enabled = false } }![]()





Reply With Quote