Means that when this function in the class is invoked and run into catch, inside catch there should change the text of the toolStripStatusLabel.
Any idea how to do that _ thanks a lot!
public void AA() { try { } catch { this.toolstripstatuslabel4.Text = "xxx";//wanted text } }Any idea how to do that _ thanks a lot!
Scott LyslePosted Aug 26, 2013, 8:27 AM