how to disable the Alt+Tab and windows Start Up buttons in asp.net
Alt+Tab,windows Start Up buttons
Collapse
X
-
You can have a look at this link:
-
You don't.
Your website should not be accessing or changing things in the client's operating system. This would break a whole bunch of web security concerns and (even though I can think of a way to do this) you should not disable the Alt+Tab functionality of the client's operating system.
-FrinnyComment
Comment