Alt+Tab,windows Start Up buttons

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Madhu G
    New Member
    • Dec 2009
    • 2

    Alt+Tab,windows Start Up buttons

    how to disable the Alt+Tab and windows Start Up buttons in asp.net
  • sanjib65
    New Member
    • Nov 2009
    • 102

    #2
    You can have a look at this link:

    Comment

    • ssnaik84
      New Member
      • Aug 2009
      • 149

      #3
      low level keyboard hooking can be used in Winfoms not in Webfoms.. You have to use JavaScript..

      Comment

      • Frinavale
        Recognized Expert Expert
        • Oct 2006
        • 9749

        #4
        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.

        -Frinny

        Comment

        Working...