techmanbd Posted November 6, 2003 Posted November 6, 2003 I have a button that runs a test. at the end of the test I want to clear any button event that may have been pressed during the test. What would I do that at the end of the test to tell button1 not to execute. I gues basically clear the event. Thanks, Quote Live as if you were to die tomorrow. Learn as if you were to live forever. Gandhi
*Experts* Volte Posted November 6, 2003 *Experts* Posted November 6, 2003 RemoveHandler Button1.Click, AddressOf Button1_ClickReplace Button1_Click is the sub which represents the click event. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.