R reidarT Oct 17, 2005 #1 I want to start an application in full screen and hide /disable the posibilities to run windows commands for the user. reidarT
I want to start an application in full screen and hide /disable the posibilities to run windows commands for the user. reidarT
C Crouchie1998 Oct 18, 2005 #2 You can always set border to none, window maximize & hide the taskbar. If you want to disable key combinations then you need to look into the Low Level Keyboard Hooking to disable the key combinations. A few examples of keyboard hooking in VB.NET: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=2971&lngWId=10 http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=1052&lngWId=10 I personally have found a way to disable ALT CTRL DEL for Windows 2000/XP/2003, but have not yet created a DLL for download as yet. I hope this helps. Crouchie1998 BA (HONS) MCP MCSE
You can always set border to none, window maximize & hide the taskbar. If you want to disable key combinations then you need to look into the Low Level Keyboard Hooking to disable the key combinations. A few examples of keyboard hooking in VB.NET: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=2971&lngWId=10 http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=1052&lngWId=10 I personally have found a way to disable ALT CTRL DEL for Windows 2000/XP/2003, but have not yet created a DLL for download as yet. I hope this helps. Crouchie1998 BA (HONS) MCP MCSE