Erikvandervelde
Newcomer
- Joined
- May 23, 2003
- Messages
- 11
Hi there!
I'm using a propertyGrid on my form to change the properties of some objects.
When I have an integer-property. I'm still able to type non-numeric characters as a value in the propertygrid. The result is that the class gives back an exception.
How can I prevent numeric values typed in this textbox?
Events such as 'keydown' and 'keyup' aren't fired.
Does anybody has a solution for my problem?
Regards,
Erik van der Velden.
Holland
I'm using a propertyGrid on my form to change the properties of some objects.
When I have an integer-property. I'm still able to type non-numeric characters as a value in the propertygrid. The result is that the class gives back an exception.
How can I prevent numeric values typed in this textbox?
Events such as 'keydown' and 'keyup' aren't fired.
Does anybody has a solution for my problem?
Regards,
Erik van der Velden.
Holland