|
-
May 4th, 2000, 02:58 AM
#1
Thread Starter
Lively Member
Does any body know how disable the ctrl + alt + del sequence in windows 2000? The code posted in the code section does not work.
-
May 4th, 2000, 03:13 AM
#2
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
-
May 4th, 2000, 09:49 AM
#3
Addicted Member
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.
-
May 4th, 2000, 06:55 PM
#4
Conquistador
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|