G
Guest
1. Is this the correct code to have in toolStripStatusLabel3.TextChanged
event to trigger another buttons click event?
toolStripStatusLabel3.TextChanged += buttonRun_Click;
buttonRun_Click(sender, e);
2. What the heck does this do?
toolStripStatusLabel3.TextChanged += buttonRun_Click;
I am very confused by this stuff.
Thanks
CM
event to trigger another buttons click event?
toolStripStatusLabel3.TextChanged += buttonRun_Click;
buttonRun_Click(sender, e);
2. What the heck does this do?
toolStripStatusLabel3.TextChanged += buttonRun_Click;
I am very confused by this stuff.
Thanks
CM