J
Jonathan Woods
Hi there,
I'm just wondering is there anyway possibly about windows control's
events make happen in code? Not in Form..
As if it is user click button on form during the execution of code
Just like custom event make it happen ... or some other ways?
private void doSomething()
{
//Some code...
btnButton.Click(null,null);
}
I'm just wondering is there anyway possibly about windows control's
events make happen in code? Not in Form..
As if it is user click button on form during the execution of code
Just like custom event make it happen ... or some other ways?
private void doSomething()
{
//Some code...
btnButton.Click(null,null);
}