GioVit Posted October 14, 2007 Posted October 14, 2007 I'm trying to make a kind of masking input control and I want to know if I can detect when an arrow key is pressed inside an input box. I know that I can use HotKeySet Function but I want to know if I can handle it Locally in the GUI Form as an event. Thanks in advance
Siao Posted October 14, 2007 Posted October 14, 2007 (edited) Subclass the input box (Callback UDF), catch WM_KEYDOWN. Other than that, you can't. Edited October 14, 2007 by Siao "be smart, drink your wine"
GioVit Posted October 15, 2007 Author Posted October 15, 2007 Subclass the input box (Callback UDF), catch WM_KEYDOWN. Other than that, you can't.Many Thanks I'll try it.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now