change NSApplicationPresentationOptions
- NSApplicationPresentationHideMenuBar
- NSApplicationPresentationHideDock
- NSApplicationPresentationDisableAppleMenu
- NSApplicationPresentationDisableProcessSwitching
- NSApplicationPresentationDisableForceQuit
- NSApplicationPresentationDisableSessionTermination
- NSApplicationPresentationDisableHideApplication
no window is set to full screen; do it manually.
filter certain key combinations
- Ctrl+Esc
- Alt+Tab, Alt+Shift+Tab
- Alt+Esc, Alt+Shift+Esc
- Ctrl+Shift+Esc
- Alt+F4
- Windows (left and right)
Ctrl+Alt+Delete is not filtered
set MDI window parameters
- WS_POPUP
remove MDI window parameters
- WS_CAPTION
- WS_SYSMENU
hide task tray
maximise MDI
If (0=KIOSK Get mode)
KIOSK SET MODE(1)
Else
KIOSK SET MODE(0)
End if