Hello,
I'm using .NET C# there. I have a textbox. I assigned it a MouseClick event.
Normally the event is fired when I click the control.
But if I set the textbox's [[B]Enabled=false[/B]] or [[B]ReadOnly=true[/B]] properties, the MouseClick event is not fired.
How can I fix it?
Thanks.