Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. How to disable Ctrl+Alt+Del in window XP with VB

How to disable Ctrl+Alt+Del in window XP with VB

Scheduled Pinned Locked Moved Visual Basic
jsontutorialquestion
6 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    nnaye
    wrote on last edited by
    #1

    Hi Everybody :laugh: I want to disable Ctrl+Alt+Del. I use some api function. but it is not disable. how can i do. please suggession.

    D D C 3 Replies Last reply
    0
    • N nnaye

      Hi Everybody :laugh: I want to disable Ctrl+Alt+Del. I use some api function. but it is not disable. how can i do. please suggession.

      D Offline
      D Offline
      Duncan Edwards Jones
      wrote on last edited by
      #2

      You will need a soldering iron.... '--8<------------------------ Ex Datis: Duncan Jones Merrion Computing Ltd

      1 Reply Last reply
      0
      • N nnaye

        Hi Everybody :laugh: I want to disable Ctrl+Alt+Del. I use some api function. but it is not disable. how can i do. please suggession.

        D Offline
        D Offline
        Dave Kreskowiak
        wrote on last edited by
        #3

        What your looking for is right here[^] in the second question. Be warned, it is NOT written in VB. You can either set the registry key to disable C-A-D, but that will disable it for every user on the machine, or you can write a keyboard hook to trap the key sequence and eat it. I've done both, but I did mine in VC++ and did it in about 7 lines of code. VB will be considerably longer. RageInTheMachine9532

        1 Reply Last reply
        0
        • N nnaye

          Hi Everybody :laugh: I want to disable Ctrl+Alt+Del. I use some api function. but it is not disable. how can i do. please suggession.

          C Offline
          C Offline
          Charlie Williams
          wrote on last edited by
          #4

          Bad idea Charlie if(!curlies){ return; }

          C D 2 Replies Last reply
          0
          • C Charlie Williams

            Bad idea Charlie if(!curlies){ return; }

            C Offline
            C Offline
            cnurse
            wrote on last edited by
            #5

            Hey Charlie, I just saw a way to enhance your code, forgive my presumptiousness! if (!(short)curlies)... Of course you could cast curlies to (long)curlies Just a thought ;-) Nursey

            1 Reply Last reply
            0
            • C Charlie Williams

              Bad idea Charlie if(!curlies){ return; }

              D Offline
              D Offline
              Dave Kreskowiak
              wrote on last edited by
              #6

              Yes it is, but corporate had the final say on what was a GOOD :wtf: idea (in their eyes, anyway...) It worked beautifully though! :-D RageInTheMachine9532

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups