Jump to content

Gui Message box over Lockscreen


Recommended Posts

Hello all,

Over the last few weeks I have received great help and code ideas from the AutoIt forum, but I just can't seem to find anything about this one. I know the limitation of working with GUI item under a Windows lockscreen (Win+L), but all I need is to have some sort of window, with a message, pop up on the screen, even if Windows is locked. It needs to work in a Domain environment, and stand-alone system.

Ideally, the "Message" window will pop up in the top left corner of the LockScreen, so as not to cover the Ctl-Alt-Del window, and only have the option of "OK" to close it. The ability to close the message after a time would be nice, but is not required.

I know that MsgBox won't work; tried it, failed.

I have tried things like:

GuiCreate("GUI", 400, 400, 20, 20, $DS_SETFOREGROUND, $WS_EX_TOPMOST)

And tried many style and exStyle options. I can't seem to find anything that will work.

I am not opposed to using a DLL call or a 3rd-party program to do this, but I can't find one in the wild.

Any assistance will be much appreciated.

Thanks!

-Travis

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