I am making a kiosk-like application where I need prevent usage of the system except for using my program. I know it is really easy to do in Windows 98 but how can you disable keys like Ctrl-Alt-Del, Alt-Tab, and Ctrl-Escape in Windows 2000. I would prefer the easiest way because my...
The easiest way I know how to do it is to get an free component from www.torry.net that does everything for you. If you want to code it yourself you can learn about it here:
http://delphi.about.com/library/weekly/aa121801a.htm?terms=tray+area
Thanks. That works great. I'm trying to get my program to be the only one visible now. I tried doing an Application. Restore right after the Windows+M code but it doesn't work so I'm just putting it in a timer. Do you know why it doesn't work? Is there a better way to do it?
I need to close or hide all the Windows on the screen except for mine. I like how the Show Desktop icon does it but I can't find anyway to do it in Delphi. Does anyone have a simple way to hide all other windows?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.