|
-
Oct 31st, 2006, 01:43 PM
#4
Re: Posting a Tab
i forgot about this thread.
it seemed that both the WM_KEYDOWN and the WM_KEYUP message were triggering a WM_CHAR message - but sure why, maybe because I hadn't set the 30th bit of the WM_KEYUP lParam (haven't checked). Anyway - i just decided to send the WM_CHAR message instead.
Regarding PostMessage, that just sticks the message in the queue and it gets processed when it reaches the top - when you use the keyboard normally the messages are posted not sent (i believe) - so that's probably not the cause
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|