I'm working on a kiosk app that should lock out certain user levels, just inquiring the best method to intercept Keyboard inputs that would let the user leave the app (ctrl, win ect.)
Sossenbinder3/8/2023
If you're on windows, you can leverage the win32 api
multi app kiosk looks like it might fit, but depending on users on the app ( can be local non windows accounts, or LDAP authenticated accounts from another Domain) users should or should not have access to windows shell
javboy3/8/2023
can i call that from my app?
jcotton423/8/2023
I dunno I just googled "windows kiosk" because I remembered this feature existing
javboy3/8/2023
gocha
javboy3/8/2023
looks its not a dynamic lockdown
javboy3/10/2023
end solution (for now) was to use the KBDLLHOOKSTRUCT and the user32.dll to manage hooks