Re: Generic SendInput samples?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Bob Butler wrote:
What the heck's keycode 144?

Haven't tracked that one down yet, not that I've spent a lot of time
looking.

Private Const VK_NUMLOCK = &H90

???
--
..NET: It's About Trust!
http://vfred.mvps.org


.



Relevant Pages

  • Re: Form does not see mouse events!!!!
    ... Bob Butler typed: ... Private Const WM_SIZING=&H214 ... I found them on MSDN site. ... If an application processes this message, it should return zero. ...
    (microsoft.public.vb.general.discussion)
  • Re: Form does not see mouse events!!!!
    ... Bob Butler typed: ... Private Const WM_SIZING=&H214 ... window is being sized (whether by mouse or keyboard, which is also possible), ... and WM_SIZE means the sizing is over, ...
    (microsoft.public.vb.general.discussion)
  • Re: Form does not see mouse events!!!!
    ... Bob Butler typed: ... any notice (until the Resize event at the end); ... subclass the form to see the additional messages ... Private Const WM_MOVING=&H216 ...
    (microsoft.public.vb.general.discussion)
  • Re: Form does not see mouse events!!!!
    ... Bob Butler typed: ... any notice (until the Resize event at the end); ... subclass the form to see the additional messages ... Private Const WM_MOVING=&H216 ...
    (microsoft.public.vb.general.discussion)