Nuffilein805 0 Report post Posted February 21, 2006 (edited) Ok, i know this topic has been up quite often in the last 2 weeks, but i decided on doing something different i wanted to: 1. know which windows exist 2. which are shown 3. hide shown windows 4. unhide hidden windows (works on most windows) that's all i wanted to do and now i did it so here it is removed the code, got too long needs beta and here is the downloadable script hideme.au3 have fun using this little tool - btw i was suprised how many hidden windows i've got edit: new file Edited February 21, 2006 by Nuffilein805 my little chatmy little encryption toolmy little hidermy unsafe clickbot Share this post Link to post Share on other sites
Oxin8 1 Report post Posted February 21, 2006 Cool but the hide and unhide buttons on the gui don't seem to work... ~My Scripts~ *********_XInput UDF for Xbox 360 ControllerSprayPaint_MouseMovePlus Share this post Link to post Share on other sites
Nuffilein805 0 Report post Posted February 21, 2006 (edited) they should work have you selected a listviewitem? there are some things you can't unhide as well Edited February 21, 2006 by Nuffilein805 my little chatmy little encryption toolmy little hidermy unsafe clickbot Share this post Link to post Share on other sites
gamerman2360 0 Report post Posted February 21, 2006 (edited) who else wanted to see all hidden windows?I did... Had a post about it here. I made this to view some of the hidden windows.$win = WinList() $msg = $win[0][0] & " windoes total." $test = "" For $i = 1 To $win[0][0] If $win[$i][0] == "" Then If WinGetText($win[$i][1]) <> "" Then $msg &= @CRLF & $i & ". *(NoName [Will try to display window text below.])" If BitAnd(WinGetState($win[$i][1]), 2) Then $msg &= " *(IsVisible)" If Not BitAnd(WinGetState($win[$i][1]), 4) Then $msg &= " *(IsDisabled)" $msg &= @CRLF & "---WinText---" & @CRLF & WinGetText($win[$i][1]) & "---WinTextEnd---" EndIf ContinueLoop EndIf $msg &= @CRLF & $i & ". " & $win[$i][0] If BitAnd(WinGetState($win[$i][1]), 2) Then $msg &= " *(IsVisible)" If Not BitAnd(WinGetState($win[$i][1]), 4) Then $msg &= " *(IsDisabled)" Next ToolTip($msg, 10, 10) Sleep(60000) Edited February 21, 2006 by gamerman2360 Share this post Link to post Share on other sites
Nuffilein805 0 Report post Posted February 21, 2006 nice long post you just have 170 windows, thats good i got 212 (40 from logitech ??? what a wonderful keyboard i have ) i just unhid some of those and it shows all the window-popups like "capslock on", ... funny thing, maybe there's a way of making your co-workers go crazy i'll think about that my little chatmy little encryption toolmy little hidermy unsafe clickbot Share this post Link to post Share on other sites
rambo3889 0 Report post Posted February 21, 2006 Nice Nufflein My Scripts:Radioblog Club Music DownloaderOther stuff:Fun movieIm serious read the help file it helps :PFight 'Till you drop. Never stop, You Cant give up. Til you reach the top Fight! youre the best in town Fight! Share this post Link to post Share on other sites
Nuffilein805 0 Report post Posted February 21, 2006 actually i discovered a little problem as wellCool but the hide and unhide buttons on the gui don't seem to work...because of the sorting-thing it seems like the listviewitems don't work anymorefigured out the problem and fixed itupdated the file in the first post my little chatmy little encryption toolmy little hidermy unsafe clickbot Share this post Link to post Share on other sites
Nuffilein805 0 Report post Posted February 21, 2006 Nice Nufflein thxif some1 needs some other functions just askbtw: i edited gafrosts _guictrllistviewsort to fit my needs my little chatmy little encryption toolmy little hidermy unsafe clickbot Share this post Link to post Share on other sites
rambo3889 0 Report post Posted February 21, 2006 Okay My Scripts:Radioblog Club Music DownloaderOther stuff:Fun movieIm serious read the help file it helps :PFight 'Till you drop. Never stop, You Cant give up. Til you reach the top Fight! youre the best in town Fight! Share this post Link to post Share on other sites
GaryFrost 11 Report post Posted February 21, 2006 thxif some1 needs some other functions just askbtw: i edited gafrosts _guictrllistviewsort to fit my needs Rather than changing the udf, why don't you use the new function GUICtrlRegisterListViewSort? SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. Share this post Link to post Share on other sites
Nuffilein805 0 Report post Posted February 21, 2006 haven't downloaded the latest beta for ages maybe i should do that, but for now it works my little chatmy little encryption toolmy little hidermy unsafe clickbot Share this post Link to post Share on other sites
nitekram 68 Report post Posted March 6, 2006 Ok, i know this topic has been up quite often in the last 2 weeks, but i decided on doing something different i wanted to: 1. know which windows exist 2. which are shown 3. hide shown windows 4. unhide hidden windows (works on most windows) that's all i wanted to do and now i did it so here it is removed the code, got too long needs beta and here is the downloadable script hideme.au3 have fun using this little tool - btw i was suprised how many hidden windows i've got edit: new file I have just downloaded this script and want to know what I may have done wrong. Everytime I run it the GUI pops up for a moment (I can see it for a split sec) then it disappears. What can I do? 2¢All by me:"Sometimes you have to go back to where you started, to get to where you want to go." "Everybody catches up with everyone, eventually" "As you teach others, you are really teaching yourself." From my dad "Do not worry about yesterday, as the only thing that you can control is tomorrow." WIKI | Tabs; | Arrays; | Strings | Wiki Arrays | How to ask a Question | Forum Search | FAQ | Tutorials | Original FAQ | ONLINE HELP | UDF's Wiki | AutoIt PDF AutoIt Snippets | Multple Guis | Interrupting a running function | Another Send StringRegExp | StringRegExp Help | RegEXTester | REG TUTOR | Reg TUTOT 2AutoItSetOption | Macros | AutoIt Snippets | Wrapper | Autoit Docs SCITE | SciteJump | BB | MyTopics | Programming | UDFs | AutoIt 123 | UDFs Form | UDFLearning to script | Tutorials | Documentation | IE.AU3 | Games? | FreeSoftware | Path_Online | Core Language Programming TipsExcel ChangesControlHover.UDFGDI_PlusDraw_On_ScreenGDI BasicsGDI_More_BasicsGDI RotateGDI GraphGDI CheckExistingItemsGDI TrajectoryReplace $ghGDIPDll with $__g_hGDIPDllDLL 101?Array via ObjectGDI SwimlaneGDI Plus French 101 SiteGDI Examples UEZGDI Basic ClockGDI DetectionTernary operator Share this post Link to post Share on other sites
rambo3889 0 Report post Posted March 6, 2006 100 % sure u use beta i do and it works fine for me My Scripts:Radioblog Club Music DownloaderOther stuff:Fun movieIm serious read the help file it helps :PFight 'Till you drop. Never stop, You Cant give up. Til you reach the top Fight! youre the best in town Fight! Share this post Link to post Share on other sites
jvanegmond 297 Report post Posted March 6, 2006 (edited) I have just downloaded this script and want to know what I may have done wrong. Everytime I run it the GUI pops up for a moment (I can see it for a split sec) then it disappears. What can I do?I have the same problem. Ironiqually, the GUI seems to hide itself. The process is there.It returns a error non-beta so i switched to beta, i'm 100% sure of that. Edited March 6, 2006 by Manadar github.com/jvanegmond Share this post Link to post Share on other sites
sPeziFisH 2 Report post Posted March 6, 2006 ..no no, start the prog, it starts hidden - make a window active and press for example Alt + PageUp BTW you could modify the script: set a ; before #NoTrayIcon Share this post Link to post Share on other sites
nitekram 68 Report post Posted March 7, 2006 ..no no, start the prog, it starts hidden - make a window active and press for example Alt + PageUp BTW you could modify the script: set a ; before #NoTrayIcon That is really cool to see how many hidden windows you have - I think my next step is to find out how to keep a window on top, so that the script stays on top. Thanks for you help. 2¢All by me:"Sometimes you have to go back to where you started, to get to where you want to go." "Everybody catches up with everyone, eventually" "As you teach others, you are really teaching yourself." From my dad "Do not worry about yesterday, as the only thing that you can control is tomorrow." WIKI | Tabs; | Arrays; | Strings | Wiki Arrays | How to ask a Question | Forum Search | FAQ | Tutorials | Original FAQ | ONLINE HELP | UDF's Wiki | AutoIt PDF AutoIt Snippets | Multple Guis | Interrupting a running function | Another Send StringRegExp | StringRegExp Help | RegEXTester | REG TUTOR | Reg TUTOT 2AutoItSetOption | Macros | AutoIt Snippets | Wrapper | Autoit Docs SCITE | SciteJump | BB | MyTopics | Programming | UDFs | AutoIt 123 | UDFs Form | UDFLearning to script | Tutorials | Documentation | IE.AU3 | Games? | FreeSoftware | Path_Online | Core Language Programming TipsExcel ChangesControlHover.UDFGDI_PlusDraw_On_ScreenGDI BasicsGDI_More_BasicsGDI RotateGDI GraphGDI CheckExistingItemsGDI TrajectoryReplace $ghGDIPDll with $__g_hGDIPDllDLL 101?Array via ObjectGDI SwimlaneGDI Plus French 101 SiteGDI Examples UEZGDI Basic ClockGDI DetectionTernary operator Share this post Link to post Share on other sites
slightly_abnormal 1 Report post Posted March 15, 2006 (edited) nice script!! couldn't figure it out until reading about alt-pageup can it update automatically.. and when it first starts it should show.. me thinks and multiselect (shift-select/ctrl-select) would be cool WinSetState ("Unhide Window", "", @SW_SHOW) send("!{pgup}") Edited March 15, 2006 by slightly_abnormal Share this post Link to post Share on other sites
Nuffilein805 0 Report post Posted March 15, 2006 ok i'll think about multiselect the window should start hidden but sometimes it appears for a split-second depending on what kind of pc it's running (old 1s it appears) but for now i don't have a lot of time for i'm trying to write an "enigma"-clon (but with 255 chars and 1.4septillion combinations possible) my little chatmy little encryption toolmy little hidermy unsafe clickbot Share this post Link to post Share on other sites