lokster Posted January 22, 2007 Posted January 22, 2007 I want to make a certain function to be called on every keypress in a GUI Input box. With GUICtrlSetOnEvent it does not work. (works, but only when I hit Enter) I tryed to register the WM_KEYUP or WM_KEYDOWN message, but it does not work at all. And, YES, I want this function to be called on every key press, not only when I change the text in the Input and press Enter. Help, anyone?
Zedna Posted January 22, 2007 Posted January 22, 2007 I think register WM_KEYDOWN should work, so post your code for that variant you have. Resources UDF ResourcesEx UDF AutoIt Forum Search
GaryFrost Posted January 22, 2007 Posted January 22, 2007 http://www.autoitscript.com/forum/index.ph...st&p=291590 SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
lokster Posted January 23, 2007 Author Posted January 23, 2007 10x gafrost this trick with $WM_CHANGE and $EN_CHANGE worked:)
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