fearii Posted July 16, 2009 Posted July 16, 2009 looking for a way to send WM_KEYDOWN, WM_CHAR and WM_KEYUP thrue autoit messages window gets when i press TAB key -> (P) WM_KEYDOWN Virtual Key: 9 -> (P) WM_CHAR wParam: 0x00000009 lParam: 0x000f0001 -> (P) WM_KEYUP Virtual Key: 9 messages window gets when i controlsend TAB key -> (S) WM_NULL wParam: 0x00000000 lParam: 0x00000000 <- (S) WM_NULL Return : 0x00000000 -> (P) WM_KEYDOWN Virtual Key: 9 -> (P) WM_KEYUP Virtual Key: 9 -> (P) WM_CHAR wParam: 0x00000009 lParam: 0x000f0001 controlsend wont work for most keys F1-4 F6-8 for example but F5 works thrue controlsend. Allso most of the alphabetical keys work just fine. thx in advance.
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