What is a method to detect if NumLock is OFF and how to turn it always back ON automatically when my VB APP is running ?
EDIT: My app is dedicated app, running on dedicated computer with external numpad device.
another option would be to ACCEPT NUMPAD ARROW KEYS (etc) and convert these to NUMBERS on fly, is it possible?? (e.g. ignore the numlock off situation and behave as numlock is on)