Results 1 to 4 of 4

Thread: Disabling ctrl + alt + del Sequence

  1. #1

    Thread Starter
    Lively Member chongo 2002's Avatar
    Join Date
    Apr 2000
    Posts
    106

    Question

    Does any body know how disable the ctrl + alt + del sequence in windows 2000? The code posted in the code section does not work.

  2. #2
    Guest

    Ctl-Alt-Del

    If I remember right, it's an API call that makes the system think its running a screen saver. Couldn't do it to save my life, though.

    Sorry.

    -John

  3. #3
    Addicted Member jcouture100's Avatar
    Join Date
    Aug 1999
    Posts
    141
    Here is the code mentioned above for setting the ScreenSaver
    Running Flag.
    Code:
    Dim lngResult As Long 
    
    'Disable Ctrl+Alt+Del by setting screensaverrunning flag
    lngResult = SystemParametersInfo(SPI_SCREENSAVERRUNNING, True, plod, 0)
    Hope this helps.
    JC

  4. #4
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    there is an article about his on vb world.
    try searching for disable

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