G
Guest
hi all,
Can anyone help me? I want to run a double click event on 24 controls on my
form, what I want to happen is when the user double clicks a specific control
it changes the content from A to B then on the next dbl click to C and loops
back to A on the third dbl click. now I have the code for the test, a simple
select case, I can place a select case in each of the 24 controls but a
cleaner way is to call a function. what I need to know is, is there a way to
tell the system from what control the function was called.
Thanks for your time.
Mike J. Soames
Can anyone help me? I want to run a double click event on 24 controls on my
form, what I want to happen is when the user double clicks a specific control
it changes the content from A to B then on the next dbl click to C and loops
back to A on the third dbl click. now I have the code for the test, a simple
select case, I can place a select case in each of the 24 controls but a
cleaner way is to call a function. what I need to know is, is there a way to
tell the system from what control the function was called.
Thanks for your time.
Mike J. Soames