John117 Posted August 5, 2007 Author Share Posted August 5, 2007 I've been able to get it off the taskmanager application list. -just remove the name at the top of the gui I've been able to get it to appear as just .exe in hte process list but thats not good enough . . . still working on it Link to comment Share on other sites More sharing options...
Glyph Posted August 5, 2007 Share Posted August 5, 2007 (edited) I wonder if I said "I can give up on hide procees, right" in my origional post because me know how to search and me found YOUR post that said give it up! Just remember who started it...(also im confused as to when i said to give it up?) Edited August 5, 2007 by BackStabbed tolle indicium Link to comment Share on other sites More sharing options...
Chinasmoker Posted August 5, 2007 Share Posted August 5, 2007 Backstabbed -I had already searched and found your recient post asking how to hide a process for a game. your best replies were a vb6 solution and a good luck from MVP. (meaning I know the search button well)hide process? One is never too old to learn Link to comment Share on other sites More sharing options...
John117 Posted August 5, 2007 Author Share Posted August 5, 2007 Just remember who started it...(also im confused as to when i said to give it up?)Yes, who started it would be you with your search comments. -the give up part was an mvp saying good luck with that (converting vb6) Link to comment Share on other sites More sharing options...
John117 Posted August 5, 2007 Author Share Posted August 5, 2007 hide process?Yes, hide process. - As in the process does not appear under processes when you press ctrl+Shift+Esc and click the Process tab Link to comment Share on other sites More sharing options...
Generator Posted August 5, 2007 Share Posted August 5, 2007 You will probably have to use C++ or C to make a dll and use autoit to call it. Link to comment Share on other sites More sharing options...
Glyph Posted August 5, 2007 Share Posted August 5, 2007 I said to search and you went off on me.... if i offended you i'm sorry. happy? tolle indicium Link to comment Share on other sites More sharing options...
John117 Posted August 5, 2007 Author Share Posted August 5, 2007 I said to search and you went off on me.... if i offended you i'm sorry. happy?fair enough Link to comment Share on other sites More sharing options...
Sulu579 Posted February 17, 2023 Share Posted February 17, 2023 The answer at the start of your script is: Where the first parameter is the title of the window holding the script (usually the SCITE editor), the second parameter is the name of the file, and the third parameter is the hide flag. Note that the flags are built-in to AutoIT (there is nothing to include to get those.) WinSetState ( "ScriptName.au3", "CapturePage.au3", @SW_HIDE ); Then, to redisplay AutoIT after the script is done: WinSetState ( "ScriptName.au3", "CapturePage.au3", @SW_SHOW); Link to comment Share on other sites More sharing options...
Developers Jos Posted February 17, 2023 Developers Share Posted February 17, 2023 @Sulu579, Did you see the age of the thread you are replying to? Doubt anyobne is waiting for an answer on a 15 years old question so let's not resurrect olf threads. SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
ioa747 Posted February 17, 2023 Share Posted February 17, 2023 ...i would also like to add the last time any of them joined was in 2017, anyways welcome to the forum Good start I know that I know nothing Link to comment Share on other sites More sharing options...
Developers Jos Posted February 17, 2023 Developers Share Posted February 17, 2023 (edited) 18 minutes ago, ioa747 said: Good start Please refrain from posting this bs when a MOD told the poster not to do this anymore. Even better: simply don't reply at all! Edited February 17, 2023 by Jos ioa747 1 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Recommended Posts