Hide the KeyCombination Ctrl+Alt+del

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ranjithsubra@gmail.com

    Hide the KeyCombination Ctrl+Alt+del



    Hi ,

    i am a new member of this group,Learning vc++,
    1.If i press Ctrl+Alt+Del, what happen Desktop window will be
    shoutdown, logof ,etc.
    2. I need to Hide the KeyCombination CTRL+ALT+DEL, when i press
    the this Combination ,nothing going to be happen.
    Regs
    Ranjith Kumar.S

  • Andre Kostur

    #2
    Re: Hide the KeyCombination Ctrl+Alt+del

    ranjithsubra@gm ail.com wrote in news:1162421333 .725658.255490
    @h48g2000cwc.go oglegroups.com:
    >
    >
    Hi ,
    >
    i am a new member of this group,Learning vc++,
    1.If i press Ctrl+Alt+Del, what happen Desktop window will be
    shoutdown, logof ,etc.
    2. I need to Hide the KeyCombination CTRL+ALT+DEL, when i press
    the this Combination ,nothing going to be happen.
    And your C++ question is... ? Everything you've said here is all platform
    dependant. Ask in a newsgroup dedicated to Microsoft.

    Comment

    • Tom Smith

      #3
      Re: Hide the KeyCombination Ctrl+Alt+del

      ranjithsubra@gm ail.com wrote:
      >
      Hi ,
      >
      i am a new member of this group,Learning vc++,
      Welcome to it.
      You need to know that this group is specifically for Standard C++: so in
      particular, things specifically about the Visual C++ IDE and things specifically
      about Windows are off topic here - ie, they're not discussed, and people won't
      answer questions concerning them. People may also be quite rude. You should go
      to more appropriate groups if you have that kind of question.
      1.If i press Ctrl+Alt+Del, what happen Desktop window will be
      shoutdown, logof ,etc.
      2. I need to Hide the KeyCombination CTRL+ALT+DEL, when i press
      the this Combination ,nothing going to be happen.
      Regs
      That's not on topic here (see above). However:

      [OT] As far as I recall, you just can't do this: Windows absolutely does not let
      you intercept CTRL-ALT-DEL. (This is for the user's benefit. What would happen,
      for instance, if your program crashed?). However I'm not altogether sure - try
      in a more appropriate group; you might find something helpful here:


      Hope that helps,


      Tom

      Comment

      • Default User

        #4
        Re: Hide the KeyCombination Ctrl+Alt+del

        ranjithsubra@gm ail.com wrote:
        >
        >
        Hi ,
        >
        i am a new member of this group,Learning vc++,
        1.If i press Ctrl+Alt+Del, what happen Desktop window will be
        shoutdown, logof ,etc.
        Not necessarily. My Win98 computer pops up the Task Manager.
        2. I need to Hide the KeyCombination CTRL+ALT+DEL, when i press
        the this Combination ,nothing going to be happen.
        Why?




        Brian

        Comment

        Working...