Starting application hiding Windows functionality

  • Thread starter Thread starter reidarT
  • Start date Start date
R

reidarT

I want to start an application in full screen and hide /disable the
posibilities to run windows commands for the user.
reidarT
 
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
 
Back
Top