Gagel
New member
In VB 6.0 I used the KeyPress-Event to change user inputs.
E.g. when a textbox has the text "31.0" and the user hits the "2"-key, I changed the KeyAscii paramter to 0, because there is no 31th day in February.
E.g. when I didnt want that the user is able to type in german letter (like
E.g. when a textbox has the text "31.0" and the user hits the "2"-key, I changed the KeyAscii paramter to 0, because there is no 31th day in February.
E.g. when I didnt want that the user is able to type in german letter (like
Last edited by a moderator: