|
-
Jul 25th, 2005, 10:26 PM
#1
Thread Starter
Frenzied Member
moved
i moved it somewhere else
Last edited by wiz126; Jul 31st, 2005 at 08:59 AM.
-
Jul 26th, 2005, 04:44 AM
#2
Lively Member
Re: VB-Disable Ctrl Alt Del in XP - IN 6 ROWS - OMG SO MANY IDEAS!!!!!!
The task manager icon is still displayed in the system tray, which can be right-clicked and
closed, which re-enables CTRL ALT DEL.
What does the loop do by the way, I'm new to this API but doesn't it just keep checking for the windows existence?
Naughty but Nice 
-
Jul 26th, 2005, 12:09 PM
#3
Thread Starter
Frenzied Member
Re: VB-Disable Ctrl Alt Del in XP - IN 6 ROWS - OMG SO MANY IDEAS!!!!!!
yes it does.
since i minimized the amount of code space i just said that when the tesk meneger popsup my application will hide it.
so when i tryed it i found it puts it in the system tray.
so yes the loop indeed make shore that everytime someone will try bringing it back either doing "Ctrl" + "Alt" + "Del" or cliking on the icon in sys tray it will keep on hiding untill my code hasbeen disable.
-
Jul 26th, 2005, 01:48 PM
#4
Re: VB-Disable Ctrl Alt Del in XP - IN 6 ROWS - OMG SO MANY IDEAS!!!!!!
your code wont hide it...all it does is find the window until it closes itself.
-
Jul 27th, 2005, 08:10 AM
#5
Re: VB-Disable Ctrl Alt Del in XP - IN 6 ROWS - OMG SO MANY IDEAS!!!!!!
Sorry: that doesn't disable Ctrl+Alt+Del at all, all that does is waste CPU time.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|