--- In [email protected], [EMAIL PROTECTED] wrote: > > > Since you really want to pursue this, possibly you could try to get > > something partly working using dll plugin. Take a look at > > GetKeyState > > and GetKeyboardState functions, and keybd_event or SendInput to set > > NUMLOCK state. > > Quite the challenge :) Let me see if I can figure out how to do it, and I'll > take a swing at it. I'll let you know if I can figure anything out, might > need some help along the way... >
The main challenge is understanding how to use the dll plugin. After that, I think all you need to do is get the key toggle state with GetKeyboardState or GetKeystate, and try to change it if it is wrong with keybd_event or sendinput. Google these for help. Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
