Advertisement
2002ASP Object Oriented Programming (OOP) #3567

Cool Ctrl + Alt + Del features class!!!

A short but handy and useful class module Desable/Enable Ctrl + Alt + del Show/ Hide application from Ctrl + Alt + Del list This is my second submission and it is quite short too so please vote for me or write some comments

AI

Riepilogo AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Codice sorgente
original-source
'this stays on the form
Private Sub cmdHide_Click()
 Dim C As New CtrlAltDel
 
 C.RemoveFromList 'this hide your application 
'from the list
End Sub
Commenti originali (3)
Recuperato da Wayback Machine