How to disable Ctrl+Alt+Del in window XP with VB
-
Hi Everybody :laugh: I want to disable Ctrl+Alt+Del. I use some api function. but it is not disable. how can i do. please suggession.
You will need a soldering iron.... '--8<------------------------ Ex Datis: Duncan Jones Merrion Computing Ltd
-
Hi Everybody :laugh: I want to disable Ctrl+Alt+Del. I use some api function. but it is not disable. how can i do. please suggession.
What your looking for is right here[^] in the second question. Be warned, it is NOT written in VB. You can either set the registry key to disable C-A-D, but that will disable it for every user on the machine, or you can write a keyboard hook to trap the key sequence and eat it. I've done both, but I did mine in VC++ and did it in about 7 lines of code. VB will be considerably longer. RageInTheMachine9532
-
Hi Everybody :laugh: I want to disable Ctrl+Alt+Del. I use some api function. but it is not disable. how can i do. please suggession.
Bad idea Charlie if(!curlies){ return; }
-
Bad idea Charlie if(!curlies){ return; }
-
Bad idea Charlie if(!curlies){ return; }
Yes it is, but corporate had the final say on what was a GOOD :wtf: idea (in their eyes, anyway...) It worked beautifully though! :-D RageInTheMachine9532