Search found 194 matches
- 28 Sep 2016, 07:53
- Forum: Ask For Help
- Topic: Hide tray icon of another process
- Replies: 4
- Views: 1284
Re: Hide tray icon of another process
Ty for reply! Now something super weird is happening, its removing the network icon on the first key press, if I press again it removes the sound icon, lol. No matter what .exe name I put, the icon inside the notification area remains there. Is only removing the icons in the traybar not in the notif...
- 25 Sep 2016, 04:09
- Forum: Ask For Help
- Topic: Hide tray icon of another process
- Replies: 4
- Views: 1284
Re: Hide tray icon of another process
no one knows about this? :/
- 24 Sep 2016, 05:23
- Forum: Ask For Help
- Topic: Hide tray icon of another process
- Replies: 4
- Views: 1284
- 23 Sep 2016, 08:21
- Forum: Ask For Help
- Topic: Hide tray icon of another process
- Replies: 4
- Views: 1284
Hide tray icon of another process
I've been trying to hide the tray icon of another process using autohotkey, tried a few libs but I can't make it work :/ I have Windows 10 and been using this lib: https://autohotkey.com/boards/viewtopic.php?f=6&t=1229&p=9198#p9186 Tested other libs but as I can read only that one is for windows 10....
- 18 Sep 2016, 17:29
- Forum: Ask For Help
- Topic: Variables calling the function
- Replies: 3
- Views: 829
Re: Variables calling the function
Thank you Exaskryz! Was definetevly the unknowing that the numbers don't need quotations.
Tried with PutUser(123) and it works! ^^
but is extrange, because there is a "x" on the address and alot of letters 0x01A27C3F ahk makes an "exception" when it starts with 0x ?
Tried with PutUser(123) and it works! ^^
but is extrange, because there is a "x" on the address and alot of letters 0x01A27C3F ahk makes an "exception" when it starts with 0x ?
- 18 Sep 2016, 15:37
- Forum: Ask For Help
- Topic: Variables calling the function
- Replies: 3
- Views: 829
Variables calling the function
Im trying to call a function giving a variable, I can't understand why the MemoryRead(hwnd, address, datatype="Str", length=10, offset=0) works on the following code: #NoEnv Run C:\Program.exe,,,PID ProcessHandle := DllCall("OpenProcess", "int", 2035711, "char", 0, "UInt", PID, "UInt") value := Memo...
- 17 Sep 2016, 14:41
- Forum: Ask For Help
- Topic: Can't hide TrayTip running as administrator
- Replies: 7
- Views: 1362
Re: Can't hide TrayTip running as administrator
Thank you very much for trying wolf_II!
- 17 Sep 2016, 12:36
- Forum: Ask For Help
- Topic: Can't hide TrayTip running as administrator
- Replies: 7
- Views: 1362
Re: Can't hide TrayTip running as administrator
Yea, only the NoIcon works for hide it, but not in admin..
So I can guess it's a bug or some software limitation?
So I can guess it's a bug or some software limitation?
- 17 Sep 2016, 09:47
- Forum: Ask For Help
- Topic: Can't hide TrayTip running as administrator
- Replies: 7
- Views: 1362
Re: Can't hide TrayTip running as administrator
@Grendahl: TrayTip#Remarks The TrayTip balloon window cannot be shown if the script lacks a tray icon (via #NoTrayIcon or Menu, tray, NoIcon). @alesyt0h: I tried with the following script: #SingleInstance, Force ;~ Gosub, RunAsAdmin ; (un)comment ;~ Menu Tray, NoIcon ; (un)comment Gui, Add, Button,...
- 16 Sep 2016, 12:57
- Forum: Ask For Help
- Topic: Can't hide TrayTip running as administrator
- Replies: 7
- Views: 1362
Can't hide TrayTip running as administrator
Hello!
I can hide any traytip created by the script just using
But that doesn't work if I run the script as administrator, and some functions of my script need administator rights.
Is it a bug or I can fix it?
Thanks
I can hide any traytip created by the script just using
Code: Select all
Menu Tray, NoIcon
Menu Tray, Icon
Is it a bug or I can fix it?
Thanks
- 05 Sep 2016, 04:08
- Forum: Ask For Help
- Topic: COMObject edit XML is not working properly
- Replies: 1
- Views: 627
Re: COMObject edit XML is not working properly
tried with preserverWhiteSpace as true but is the same 
Any help?

Any help?
- 04 Sep 2016, 13:48
- Forum: Ask For Help
- Topic: COMObject edit XML is not working properly
- Replies: 1
- Views: 627
COMObject edit XML is not working properly
Hello My case is a bit weird, I have a script with COMObject for edit a lot of nodes in a XML file, they are being edited good but, this XML I'm editing it's used by a program to read some variables from it. This is the original XML content. <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <...
- 27 Aug 2016, 17:56
- Forum: Ask For Help
- Topic: ControlClick is moving the mouse in the screen
- Replies: 7
- Views: 1290
Re: ControlClick is moving the mouse in the screen
Ty for answer ! .. It is the full script but seems i've failed to copy/paste a } and the return lol ... and SetControlDelay, -1 is on the autoexecute section
- 27 Aug 2016, 15:47
- Forum: Ask For Help
- Topic: ControlClick is moving the mouse in the screen
- Replies: 7
- Views: 1290
Re: ControlClick is moving the mouse in the screen
Thanks for trying!
Anyone else have a possible fix for this?
Anyone else have a possible fix for this?
- 26 Aug 2016, 10:27
- Forum: Ask For Help
- Topic: ControlClick is moving the mouse in the screen
- Replies: 7
- Views: 1290
Re: ControlClick is moving the mouse in the screen
Code: Select all
ControlClick, x949 y1034, % "ahk_id " Program1,,right,, NA

- 25 Aug 2016, 13:58
- Forum: Ask For Help
- Topic: ControlClick is moving the mouse in the screen
- Replies: 7
- Views: 1290
ControlClick is moving the mouse in the screen
Hey all I have this script : SetControlDelay, -1 WinGet, Program, List, Program Pause:: Loop { If var1 = 22 { ControlSend,, {F1}, % "ahk_id " Program1 Sleep 600 } else If var1 = 23 { ControlSend,, {F2}, % "ahk_id " Program1 Sleep 600 } else If var1 = 24 { ControlSend,, {F3}, % "ahk_id " Program1 Con...
- 25 Aug 2016, 12:32
- Forum: Ask For Help
- Topic: ControlClick is moving the mouse Topic is solved
- Replies: 0
- Views: 429
ControlClick is moving the mouse Topic is solved
Hey all I have this script : WinGet, Program, List, Program Pause:: Loop { If var1 = 22 { ControlSend,, {F1}, % "ahk_id " Program1 Sleep 600 } else If var1 = 23 { ControlSend,, {F2}, % "ahk_id " Program1 Sleep 600 } else If var1 = 24 { ControlSend,, {F3}, % "ahk_id " Program1 ControlClick, x949 y103...
- 13 Aug 2016, 13:18
- Forum: Ask For Help
- Topic: WinWait not working with PID
- Replies: 5
- Views: 2267
Re: WinWait not working with PID
Something similiar happened to me yersterday but I fixed it easily with WinWaitActive
- 13 Aug 2016, 13:13
- Forum: Ask For Help
- Topic: WriteProcessMemory for utf-8 String Topic is solved
- Replies: 4
- Views: 1193
Re: WriteProcessMemory for utf-8 String Topic is solved
the second box was saying : The program isn't running (not found) or you passed an incorrect program identifier parameter.
Didn't work with the admin privileges but it worked with the standalone function, thank you very much!!
Didn't work with the admin privileges but it worked with the standalone function, thank you very much!!
- 13 Aug 2016, 05:39
- Forum: Ask For Help
- Topic: WriteProcessMemory for utf-8 String Topic is solved
- Replies: 4
- Views: 1193
Re: WriteProcessMemory for utf-8 String Topic is solved
It's not working
It says failed to open a handle.
With my dllcall code above it is working to write on memory upon the start using uint values but not str, there is no way to write str strings into memory using the DllCall function?

With my dllcall code above it is working to write on memory upon the start using uint values but not str, there is no way to write str strings into memory using the DllCall function?