Controlling keyboard actions

J

JeffK

Does anyone know a way of preventing someone from
switching to another application while in an Access
database?

I have a few API functions that keep the Access
application on top of all other screen objects, including
the windows task bar, but can't figure out how to prevent
the Alt+Tab application switch shortcut in Windows. I've
tried the form's Keyboard events but none of them fire for
the tab key when alt is already pressed (as though Windows
is processing the key combination and not allowing Access
to respond to it)

I imagine this would involve a few API calls but I have no
good API reference and was hoping someone else would know.

TIA
Jeff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top