Dampe Posted April 6, 2008 Posted April 6, 2008 I can successfully hide an AutoIt Process using a DLL, but I'm trying to find a way to hide the program from the applications list in task manager. Any thoughts?
d4rk Posted April 6, 2008 Posted April 6, 2008 Wow, i don't have an answer but i'll keep up watching this topic [quote]Don't expect for a perfect life ... Expect a least troubles ones[/quote]Contact me : ass@kiss.toWhat I Have Done :Favorites Manager Mangage your favorite's folder, that's coolPC Waker For those who want to save stickersWebScipts Supporter For those who've just started with Web and WebScriptsTemporary Looker Simple but powerful to manage your Temporary folder, you know what you downloaded[UDF] _NumberFormat() Better performance on number display[UDF] _DirGet() What a folder contain [how many (hidden,normal,...) files], with one line of code[UDF] _IsPressEs() Just like _IsPress() but for a group of keys
Dampe Posted April 6, 2008 Author Posted April 6, 2008 I've discovered if I keep the GUI from having a title name, it doesn't appear. But then I can't identify the window >_>
FreeFry Posted April 6, 2008 Posted April 6, 2008 You can still id it with the return value from GuiCreate, as that's the window handle of the GUIGUICreate ...Return ValueSuccess: Returns a windows handle. But if you don't want your GUI window to appear in the taskmanager, you could just set the extended style of you GUi to $WS_EX_TOOLWINDOW):$WS_EX_TOOLWINDOWCreates a tool window; that is, a window intended to be used as a floating toolbar. A tool window has a title bar that is shorter than a normal title bar, and the window title is drawn using a smaller font. A tool window does not appear in the taskbar or in the dialog box that appears when the user presses ALT+TAB. If a tool window has a system menu, its icon is not displayed on the title bar. However, you can display the system menu by typing ALT+SPACE.
Fabry Posted April 6, 2008 Posted April 6, 2008 Can you post your code to hide a process, please? A lan chat (Multilanguage)LanMuleFile transferTank gameTank 2 an online game[center]L'esperienza è il nome che tutti danno ai propri errori.Experience is the name everyone gives to their mistakes.Oscar Wilde[/center]
AvidLearner Posted April 6, 2008 Posted April 6, 2008 I dont think it is possible to hide process from task manager using AutoIT scripting... If possible ,, plz let me know... Will be eagerly waiting for it....!! Thanks
FreeFry Posted April 6, 2008 Posted April 6, 2008 yes, it is possible, but the question is, why would YOU want to do it?
monoceres Posted April 6, 2008 Posted April 6, 2008 Yes I don't see any legitimate reasons for doing it. Broken link? PM me and I'll send you the file!
Developers Jos Posted April 6, 2008 Developers Posted April 6, 2008 Doesn't look this is going to lead to anything good... *click* 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.
Recommended Posts