
Need help + advise (KeyPress + API's)
Hi Tooper:
Quote:
> I was wondering how I could send a keypress event to my form without
> actually coding the _KeyPress( ) sub.
Have a look in the docs under "SendKeys" -- you could trap the key
combination you want to change, cancel the KeyCode, then use SendKeys to
send the new combination.
HTH,
--
Doug Marquardt (VB MVP)