README.md

December 5, 2022 ยท View on GitHub

ALT CTRL DEL Example

Description

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!

More Info

Submitted On2002-08-20 19:13:34
Bycrouchie
LevelBeginner
User Rating3.0 (30 globes from 10 users)
CompatibilityVB 6.0
CategoryCustom Controls/ Forms/ Menus
WorldVisual Basic
Archive FileALT_CTRL_D1203548202002.zip

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