Wb-FreeKill 0 Posted October 30, 2004 Is it possible to make all windows transparent?, i do know how to make one by specific name transparent, but can you make all windows transparent no matter what window name thay have? Share this post Link to post Share on other sites
SlimShady 1 Posted October 30, 2004 (edited) That's a difficult one because at the moment we can't enumerate windows. Else we could do: $AllWindows = WinEnum() For $w = 1 To $AllWindows[0] WinSetTrans($AllWindows[$w], "", 100) Next $value = Round(100 / 255 * 100) MsgBox(64, "Set Transparency", "All windows now have " & $value & "% transparency!") Edited October 30, 2004 by SlimShady Share this post Link to post Share on other sites
Josbe 1 Posted October 30, 2004 (edited) That's a difficult one because at the moment we can't enumerate windows.Else we could do:$AllWindows = WinEnum() For $w = 1 To $AllWindows[0] WinSetTrans($AllWindows[$w], "", 100) Next $value = Round(100 / 255 * 100) MsgBox(64, "Set Transparency", "All windows now have " & $value & "% transparency!")<{POST_SNAPBACK}>Yeah, would be nice/easy..... Edited October 30, 2004 by josbe AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta Share this post Link to post Share on other sites
konan 0 Posted November 13, 2004 Thank you for your code! Share this post Link to post Share on other sites
this-is-me 6 Posted November 13, 2004 Yo, konan, the unstable has been updated with a winlist function. You can do the same thing natively now. Who else would I be? Share this post Link to post Share on other sites
thimker 0 Posted January 1, 2005 Sorry, last 1 was bad... try this one'nother newbie replies:I copied that code into "whandle.au3", in AutoIt folder, clicked, and got "Error: Unknown fuction name" on line 3 "WinSetTrans()"..Same for version at http://www.autoitscript.com/forum/index.php?showtopic=5764What is needed to run examples such as these? Share this post Link to post Share on other sites
Jon 1,009 Posted January 1, 2005 What is needed to run examples such as these?The beta version at http://www.autoitscript.com/autoit3/files/unstable/autoit/ Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Share this post Link to post Share on other sites
thimker 0 Posted January 1, 2005 (edited) The beta version at http://www.autoitscript.com/autoit3/files/unstable/autoit/<{POST_SNAPBACK}>Jon, thanks for fast response on a Sat & Hol.The one at ran nicely. I'll learn how to direct results to a file.The one at [url=http://www.autoitscript.com/forum/index.php?showtopic=5764turned all my windows transparent, ate up all my resources, and required BRS.Is there an easy way to interrupt *.au3? Ctrl-Brk does not, on the examples that came with non-beta v3. Edited January 1, 2005 by thimker Share this post Link to post Share on other sites
layer 2 Posted January 1, 2005 maybe we could make a pop up blocker by secretly making all windows transparent FootbaG Share this post Link to post Share on other sites