Klovis Posted November 27, 2011 Posted November 27, 2011 I found this program Desk pins,You pick up a pin from your tray and you pin it on a window and the window is now always on top. Now what I'm wondering is how to recreate this and not just make it on top but transparent.
JohnOne Posted November 27, 2011 Posted November 27, 2011 WinSetState() if you want to hide window.WinSetOnTop() if thats what you want.WinSetTrans() for transparency. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
somdcomputerguy Posted November 27, 2011 Posted November 27, 2011 (edited) The WinSetOnTop and WinSetTrans functions can be used to do this. The _IsPressed function and the [active] window description could also be used, to pick the application window to apply this to.edit: typo Edited November 27, 2011 by somdcomputerguy - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now