
SendKeys & the numeric keypad - revised
It looks to me as though you could use part of the code posted here:
http://www.mvps.org/access/api/api0046.htm
(which is intended as a replacement for SendKeys) to send a specific
key scan code using the keybd_event API function.
--
Dirk Goldgar, MS Access MVP
www.datagnostics.com
(please reply to the newsgroup)
Quote:
> I posted a message below and received a response from
> Trois Jay that looked like it would work perfectly (using
> the 'Keycode constants' ). However, when it did not work,
> I debugged the code and saw that the constants were
> translating to a numeric value (i.e. vbKeyNumpad4 = 100)
> and SendKeys was sending "100" (from the top row keypad
> naturally!!!)
> Any other suggestions???
> - Rob