Jump to content

Screensaver in Fullscreen


forever
 Share

Recommended Posts

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...)

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...