VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



ALT CTRL DEL Example

by crouchie (2 Submissions)
Category: Custom Controls/Forms/Menus
Compatability: Visual Basic 5.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (10 Votes)

To demonstrate how easy it is to disable the ALT CTRL DEL buttons
The basic emailer included will show you how to add the functionality of email to your programs. Check it out & don't forget to vote!

API Declarations
Private Declare Function SystemParametersInfo Lib "user32" Alias "SystemParametersInfoA" (ByVal uAction As Long, ByVal uParam As Long, ByRef lpvParam As Any, ByVal fuWinIni As Long) As Long
Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long

Rate ALT CTRL DEL Example

Download ALT CTRL DEL Example

Download ALT CTRL DEL Example (2 KB)

ALT CTRL DEL Example Comments

No comments have been posted about ALT CTRL DEL Example. Why not be the first to post a comment about ALT CTRL DEL Example.

Post your comment

Subject:
Message:
0/1000 characters