Jump to content

When screen is locked


Recommended Posts

Hi Guys

need a little help,

I currently use the below Script when the screen is unlocked and this doesnt work when i lock the screen is there a way i can chnage / swap for this to work while the screen is locked ??

Func _WinWaitActivate($vWintitle, $vWinText, $timeout)

     WinWait($vWintitle, $vWinText, $timeout)
     If Not WinActive($vWintitle, $vWinText) Then WinActivate($vWintitle, $vWinText)
     WinWaitActive($vWintitle, $vWinText, $timeout)

EndFunc   ;==>_WinWaitActivate
Link to comment
Share on other sites

Hi Guys

need a little help,

I currently use the below Script when the screen is unlocked and this doesnt work when i lock the screen is there a way i can chnage / swap for this to work while the screen is locked ??

Func _WinWaitActivate($vWintitle, $vWinText, $timeout)

     WinWait($vWintitle, $vWinText, $timeout)
     If Not WinActive($vWintitle, $vWinText) Then WinActivate($vWintitle, $vWinText)
     WinWaitActive($vWintitle, $vWinText, $timeout)

EndFunc   ;==>_WinWaitActivate

Hi, I don't know of a way right off. I'll search for you. If your going to run this script in the background then why not disable the built in screensaver, password prompt in windows and create your own. I know that may seem a little difficult but It sounds interesting and I'd help you along. I have some useful code snippets that apply to such an application.

What OS version are you using?

Edited by Decipher
Spoiler

censored.jpg

 

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