Lets say I have some code thats written on a on click event in a command button. Lets say i want to call that code from somehwere else in the program. How do I do this?
Printable View
Lets say I have some code thats written on a on click event in a command button. Lets say i want to call that code from somehwere else in the program. How do I do this?
process the "PerformClick" method would be the easy answer... :)
cmdCancel.PerformClick
It works correctly thank you I added to your rep :)