HardHackz Posted March 1, 2007 Posted March 1, 2007 Is it possible to do a WinSetTrans on a process? Like firefox.exe? [center]My BlogOldSock Programs (AutoIT Apps)A Message to Hackers! (NOT SKIDDIES!)OldSock Programs is my little "company."[/center]
Moderators SmOke_N Posted March 1, 2007 Moderators Posted March 1, 2007 Is it possible to do a WinSetTrans on a process? Like firefox.exe? 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.
BigDod Posted March 1, 2007 Posted March 1, 2007 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
Helge Posted March 1, 2007 Posted March 1, 2007 (edited) Like this ?WinSetTrans("firefox.exe", "", 125)No. Some work with the following functions should get you there though :- WinList- WinGetProcess- WinGetState- WinSetTransIf you have an idea what I meant by listing up those functions you should be able to make somethingpretty 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 March 1, 2007 by Helge
Moderators SmOke_N Posted March 1, 2007 Moderators Posted March 1, 2007 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.
Helge Posted March 1, 2007 Posted March 1, 2007 (edited) I thought he just worded himself badly and that he wanted to set the transparency for a windowassociated with a specified process.Edit : Missing words Edited March 1, 2007 by Helge
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