Jump to content

Recommended Posts

Posted

I'm going to make a GUI as a Screensaver, but there is a problem ;)

using $WS_EX_TOPMOST i made it "over all" but the taskbar is popping up anyways (if i press windows key or any tool pops up in taskbar...)

any suggestions to make it a "secure screensaver"? (no altF4, etc.??)

how can i make, that when the user tries closing it, the windows logon pops up? (like if u select "logon only with password" in the windows screensaver settings...)

Posted (edited)

For the last question, try this:

DllCall('user32.dll', 'none', 'LockWorkStation')

If multiple users are allowed to login then the login screen will popup. If not, the "Computer is in use and has been locked" screen will popup.

Either way, you'll have to type a password to get in.

Edited by Saunders
Posted

you can disable the taskbar with 'ControlHide' 'ControlDisable' just get the classnames from AU3Info.exe

[right][font="Courier New"]...Run these streets all day, I can sleep when I die.[/font] [/right]

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...