Thread: code for Alt + Tab keys

  1. #1
    Registered User
    Join Date
    Oct 2002
    Posts
    1

    code for Alt + Tab keys

    Hi
    I am writing a application . I want when user presses alt + tab combination, it should not toggle my app;lication which locks the screen . does any one tell me how to write code for alt _tab to make them disable. Yes... i am winXP on my system. Any help will be appreciated
    sUMIR

  2. #2
    Registered User Azuth's Avatar
    Join Date
    Feb 2002
    Posts
    236
    If you don't need to know how to do it from scratch, then this link may be useful;

    http://www.tair.freeservers.com/download/killers.html

    if you do need to know how to do it from scratch, I'm not the person to help you
    Demonographic rhinology is not the only possible outcome, but why take the chance

  3. #3
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    I only looked at Azuths page for about 3 seconds and this may even be listed there but I know you can disable CTRL+ALT+DEL and ALT+F4 by making your program run as a screen saver, I think you should be able to kill the ALT+TAB ability using the same technique. Every one should also keep in mind that just because you can do something that doesn't mean you should. In other words, if I find a program does something that ........es me off I don't use it.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Trying to eject D drive using code, but not working... :(
    By snowfrog in forum C++ Programming
    Replies: 3
    Last Post: 05-07-2005, 07:47 PM
  2. Binary Search Trees Part III
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-02-2004, 03:00 PM
  3. Keyboard TAB Problem
    By Gary in forum Windows Programming
    Replies: 4
    Last Post: 02-24-2003, 09:12 PM
  4. Seems like correct code, but results are not right...
    By OmniMirror in forum C Programming
    Replies: 4
    Last Post: 02-13-2003, 01:33 PM
  5. Interface Question
    By smog890 in forum C Programming
    Replies: 11
    Last Post: 06-03-2002, 05:06 PM