
Disable CTRL+ALT+DEL under W2k don't work
You cannot do this under Windows 2000 or Windows NT. Period. It is a
security issue, and without writing your own GINA (something you cannot do
in VB and which most people could not do in C/C++ either!) there is no way
to do it under WinNT/2000.
--
MichKa
random junk of dubious value at the multilingual
http://www.trigeminal.com/ and a new book on
i18N in VB at http://www.trigeminal.com/michka.asp
Quote:
> Hi!
> A could disable the CTRL+ALT+DEL under W9X, but I can't under W2k. :-(
> Any IDEA?
> Thank you.
> Gabor Riesz
> for example:
> SystemParametersInfo 97, False, CStr(1), 0 'enable
> SystemParametersInfo 97, True, CStr(1), 0 'disable
> Public Declare Function SystemParametersInfo Lib "user32" Alias
> "SystemParametersInfoA" (ByVal uAction As Long, ByVal uParam As Long,
ByVal
> lpvParam As Any, ByVal fuWinIni As Long) As Long