J
joecool1969
Apparently, when a textbox's Enabled property is set to false, it
doesn't respond to mouse events.
I have an app I an working on that I want to tell the user the value
in a textbox is currently invalid but could become valid if say a
flash drive was installed with the missing path/file. And I wanted to
use the MouseClick event to signal the app to recheck the resource to
see it is now available.
But I found that when the textbox's Enabled property is set to false,
the MouseClick event never fires.
Is there a way around this?
doesn't respond to mouse events.
I have an app I an working on that I want to tell the user the value
in a textbox is currently invalid but could become valid if say a
flash drive was installed with the missing path/file. And I wanted to
use the MouseClick event to signal the app to recheck the resource to
see it is now available.
But I found that when the textbox's Enabled property is set to false,
the MouseClick event never fires.
Is there a way around this?