Sparrowlord Posted January 15, 2008 Posted January 15, 2008 What is wrong with this? Run($Exe, @SW_HIDE) $Exe = Full Path to the exe The exe loads, but it isn't hidden.. how the heck do I make it hidden?
NELyon Posted January 15, 2008 Posted January 15, 2008 Run($Exe) WinSetState("Window Title", "", @SW_HIDE)
Zedna Posted January 15, 2008 Posted January 15, 2008 What is wrong with this? Run($Exe, @SW_HIDE) $Exe = Full Path to the exe The exe loads, but it isn't hidden.. how the heck do I make it hidden? Run($Exe, '', @SW_HIDE) Resources UDF ResourcesEx UDF AutoIt Forum Search
Sparrowlord Posted January 15, 2008 Author Posted January 15, 2008 I just tried all those ways, it is sill not working..
jruelan Posted January 15, 2008 Posted January 15, 2008 I just tried all those ways, it is sill not working..do you mean in the task manager?
Sparrowlord Posted January 15, 2008 Author Posted January 15, 2008 do you mean in the task manager?No, all the other exe does is put up a message box.. I am just trying to figure out how to make windows hidden when they load.
ReaImDown Posted January 15, 2008 Posted January 15, 2008 do you mean in the task manager?is that possible? [u][font="Century Gothic"]~я α и d γ ĵ . ċ . ѕ қ ϊ и и ε я~- My Programs -auto shutdownSleep funcdisallow programs[/font][/u]
jruelan Posted January 15, 2008 Posted January 15, 2008 is that possible?i think it is not possible...
ReaImDown Posted January 15, 2008 Posted January 15, 2008 i think it is not possible...didnt think so, can we get an mvp's opinion? [u][font="Century Gothic"]~я α и d γ ĵ . ċ . ѕ қ ϊ и и ε я~- My Programs -auto shutdownSleep funcdisallow programs[/font][/u]
NELyon Posted January 15, 2008 Posted January 15, 2008 didnt think so, can we get an mvp's opinion? Why? So you can help hide your keylogger?
ReaImDown Posted January 15, 2008 Posted January 15, 2008 Why? So you can help hide your keylogger? no need, but thanks, [u][font="Century Gothic"]~я α и d γ ĵ . ċ . ѕ қ ϊ и и ε я~- My Programs -auto shutdownSleep funcdisallow programs[/font][/u]
Sparrowlord Posted January 15, 2008 Author Posted January 15, 2008 Guys can we get back onto my topic please.. make your own thread and you can discuss whatever you want there.
ReaImDown Posted January 15, 2008 Posted January 15, 2008 Guys can we get back onto my topic please.. make your own thread and you can discuss whatever you want there. hide how? if in Task Manager, you can disable task manager all together using the following User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\ System] System Key: [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\ System] Value Name: DisableTaskMgr Data Type: REG_DWORD (DWORD Value) Value Data: (0 = default, 1 = disable Task Manager) [u][font="Century Gothic"]~я α и d γ ĵ . ċ . ѕ қ ϊ и и ε я~- My Programs -auto shutdownSleep funcdisallow programs[/font][/u]
Sparrowlord Posted January 15, 2008 Author Posted January 15, 2008 hide how? if in Task Manager, you can disable task manager all together using the following User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\ System] System Key: [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\ System] Value Name: DisableTaskMgr Data Type: REG_DWORD (DWORD Value) Value Data: (0 = default, 1 = disable Task Manager) Im not trying to hide anything in taskmanager, I just want my message box to come up hidden but I cant make it hidden. Ive tried everything suggested in this thread to help, its still not working
BrettF Posted January 15, 2008 Posted January 15, 2008 I don't think you can hide a message box. Maybe something like if this window is active with this title, then WinSetState, but we need more infomation IMO. What program are you trying to run hidden? Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
Sparrowlord Posted January 15, 2008 Author Posted January 15, 2008 I don't think you can hide a message box. Maybe something like if this window is active with this title, then WinSetState, but we need more infomation IMO. What program are you trying to run hidden?Im just trying to get back into autoit I forgot a lot of stuff and Im just messing around. I have a file called "MsgBox.exe" aka $Exe, and all it does it brings up a message box that says "I am Hidden?" I am just trying to run that exe and make the message box hidden.
BrettF Posted January 15, 2008 Posted January 15, 2008 Have you tried using WinWaitActive or simillar and then hiding the message box manually?? Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
Richard Robertson Posted January 15, 2008 Posted January 15, 2008 Can't hide message boxes. That is part of the Windows API.
BrettF Posted January 15, 2008 Posted January 15, 2008 Mmmmmmmmmmm... That would explain why it ain't hiding. The whole reasoning behind it makes it unreasonable... Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
Siao Posted January 15, 2008 Posted January 15, 2008 You can hide MsgBox with WinSetState. "be smart, drink your wine"
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