CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Ctrl Alt Del

  1. #1
    Join Date
    May 2012
    Posts
    7

    Ctrl Alt Del

    Im making a screen locking program in visual studio 2010, I want to disable Ctrl Alt Del, Alt F4 The windows key Ctrl ESC Alt tab, but im not sure of the code, can anyone help me out?

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: Ctrl Alt Del

    Depending on which operating system you are using, this might be possible. What OS are you using? What version of Visual Studio are you using?

    This info is very very info, especially when it comes to issues like this. Soemone might provide you with an answer, oly to find out that your OS is wrong.

    Look here for more info :

    http://forums.codeguru.com/showthrea...for-more-info)

  3. #3
    Join Date
    May 2012
    Posts
    7

    Re: Ctrl Alt Del

    Im using visual studio 2010 Ultimate, and i have windows 7 64 bit.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured