Why would someone click on a textbox that is disabled anyway? The whole idea of disabling the control is to show the user they can't interact with it.
hericles
Practically a Posting Shark
823 posts since Nov 2007
Reputation Points: 136
Solved Threads: 166
Well if you disable the control, of course it isn't going to have events as it's disabled.
MouseClick does fire for ReadOnly, so not sure what your problem is there.
Momerath
Nearly a Senior Poster
3,384 posts since Aug 2010
Reputation Points: 1,232
Solved Threads: 558
Tooltips aren't of any use to you? They display your help text when the control is hovered over
hericles
Practically a Posting Shark
823 posts since Nov 2007
Reputation Points: 136
Solved Threads: 166
Glad to help. I was also wondering how the help text was supposed to work if the button wasn't disabled. Then, clicking on it to get the help text would, of course, cause it to call whatever code it handles. Not very good from a usability point of view
hericles
Practically a Posting Shark
823 posts since Nov 2007
Reputation Points: 136
Solved Threads: 166