Generating scancodes on Win9x
-
Hi all, I need to find a way to put scancodes in the keyboardbuffer. I need scancodes because serveral apps on the system only react to scancodes (most of them are accessibility tools like JAWS) On Win2K I'm using SendInput and that works fine but I can't find anything similar on Win9X. Any thoughts ?:confused:
-
Hi all, I need to find a way to put scancodes in the keyboardbuffer. I need scancodes because serveral apps on the system only react to scancodes (most of them are accessibility tools like JAWS) On Win2K I'm using SendInput and that works fine but I can't find anything similar on Win9X. Any thoughts ?:confused:
SendInput() works on 98. For 95 try keybd_event(). --Mike-- http://home.inreach.com/mdunn/ Ford: How would you react if I said that I'm not from Guildford after all, but from a small planet somewhere in the vicinity of Betelguese? Arthur: I don't know. Why, do you think it's the sort of thing you're likely to say?
-
SendInput() works on 98. For 95 try keybd_event(). --Mike-- http://home.inreach.com/mdunn/ Ford: How would you react if I said that I'm not from Guildford after all, but from a small planet somewhere in the vicinity of Betelguese? Arthur: I don't know. Why, do you think it's the sort of thing you're likely to say?
SendInput works on 98 for VK's but not with scancodes.( Unless I'm overlooking something):-O