Dbl click on textbox not working ??

ksor

Registered User.
Local time
Yesterday, 16:05
Joined
Feb 8, 2018
Messages
70
What could be wrong if a dbl click wont work on a textbox ?


If works nicely on the textbox just beside the problematic one !


When I say "wont work" I mean it never comes to the break point I inserted in the dbl click event procedure for that textbox :banghead:
 
OK, I found out it should have Activated=true BUT I DON'T want the user to be able to do something in the field - only performing that dbl-click nothing more !


How to ?
 
OK, I got it working - the right combinatio of Activated and Locked can do the job
 
OK, I got it working - the right combinatio of Activated and Locked can do the job
Hi. Glad to hear you got it sorted out; but for the benefit of others, I think you may be referring to the Enabled property. Right?
 

Users who are viewing this thread

Back
Top Bottom