home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 24 / CDACTUAL24.iso / SHARE / os2 / edm2 / common / snippets / numlock3.txt < prev    next >
Encoding:
Internet Message Format  |  1997-01-25  |  175 b 

  1. From: wilan01@ingres.com@
  2.  
  3. WinSetKeyboardStateTable (HWND_DESKTOP, abKeyState, FALSE);
  4. abKeyState[VK_NUMLOCK] |= 1;
  5. WinSetKeyboardStateTable (HWND_DESKTOP, abKeyState, TRUE);
  6.