hi,
I tried using the SystemParameterInfo API to disable ctrl+alt+del and the WIndows key.

The code i used was:

SystemParametersInfo(97, bDisabled, ByVal 0&, 0)

I also tried:

SystemParametersInfo(97, bDisabled, CStr(1), 0)

Where bDisabled was true for disabling and false for enabling.

The former caused the system to hang(I had to restart everytime) and the latter gave me an error saying that "VB has performed an illegal operation and will be shut down"

Can someone help me out here?

Im using vb6 with windows95.

Thanks in advance,
Ramya.

P.S. Is there any way this can be done with NT???