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
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