Jump to content

Locking Windows (Alway On Top)


Recommended Posts

I've written a script to automate printing.

But script will not function correctly while multi-tasking with other windows open.

Is there a way to Lock the processing windows in order to prevent user interaction while the script is running.

Thanks Much!!

Link to comment
Share on other sites

maybe...

#include <Misc.au3>

WinMinimizeAll()

ToolTip("Please wait....", 10, 10, "Installing Updates", 1) 

BlockInput(1)

_MouseTrap( 90, 40, 110, 50)

Sleep(10000) ; wait 10 seconds for testing

_MouseTrap()
BlockInput(0)

8)

Thanks for you immense contrib to the Commune!

These functions are not included in the Misc.au3 ie. _MouseTrap

Are these part of the Beta?

Thanks,

zerg

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