Jump to content

WinSetTrans


Recommended Posts

  • Moderators

Is it possible to do a WinSetTrans on a process? Like firefox.exe?

:whistle: HUH? :)

Would you like to elaborate a bit?

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

Why not, it works with Internet Explorer

Opt("WinTitleMatchMode", 2) ; Match substring
WinSetTrans("Internet Explorer", "", 170) ; Make IE window semi-transparent.


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

Link to comment
Share on other sites

Like this ?

WinSetTrans("firefox.exe", "", 125)

No. Some work with the following functions should get you there though :

- WinList

- WinGetProcess

- WinGetState

- WinSetTrans

If you have an idea what I meant by listing up those functions you should be able to make something

pretty fast. If you're lazy you can look up some UDFs that will do the at least the two first steps for you.

I know both myself and Smoke have made some functions that works around those..

Edit : Word replacement.

Edited by Helge
Link to comment
Share on other sites

  • Moderators

You 2 are obviously seeing something in this post that I am not.

I don't see him wanting to set the trans of windows, but the trans of the process itself (Like maybe how it shows in the task manager). But if it's just the windows of the process itself, sure that's been done.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

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