Search found 10 matches

by heavyhotuser
13 Jun 2020, 14:50
Forum: Ask for Help (v1)
Topic: generate log with opened/closed processes
Replies: 9
Views: 1975

Re: generate log with opened/closed processes

Thank you so much! Still reading MSDN to understand at list a bit of it. Alone I would never bring it to work!
Awesome :salute:!
by heavyhotuser
13 Jun 2020, 11:37
Forum: Ask for Help (v1)
Topic: generate log with opened/closed processes
Replies: 9
Views: 1975

Re: generate log with opened/closed processes

@swagfag: Can you provide an example (with MsgBox or TooTip) for event listener, please. I can't seem to bring it to work. Thanks!
by heavyhotuser
12 Jun 2020, 15:11
Forum: AutoHotkey Development
Topic: GuiCreate and Gui.Add parameter order
Replies: 11
Views: 3489

Re: GuiCreate and Gui.Add parameter order

I use alpha (for now) only for prototype testing. I don't need "Text" at all and don't want to spend any sec thinking about it. If I later decide to use the script I can easily jump to the end of the command and add what I want 😎.

Salute!
by heavyhotuser
15 Dec 2018, 17:42
Forum: Other Utilities & Resources
Topic: [Win 10] Change Toast Notifications to Old Balloon Notifications
Replies: 13
Views: 7118

Re: [Win 10] Change Toast Notifications to Old Balloon Notifications

Yeah, it works :thumbup: !
Nice legacy gimmick 8-) !
Thank you again :xmas: !
by heavyhotuser
13 Dec 2018, 10:30
Forum: Other Utilities & Resources
Topic: [Win 10] Change Toast Notifications to Old Balloon Notifications
Replies: 13
Views: 7118

Re: [Win 10] Change Toast Notifications to Old Balloon Notifications

Thank you for answers :) .
I did not reset OS yet :yawn: .
When I do, I will report if it works for me :salute: !
by heavyhotuser
12 Dec 2018, 07:25
Forum: Other Utilities & Resources
Topic: [Win 10] Change Toast Notifications to Old Balloon Notifications
Replies: 13
Views: 7118

Re: [Win 10] Change Toast Notifications to Old Balloon Notifications

Hello guys!
How come, I have no HKEY_CU in registry? Or is this abbreviation for HKEY_CURRENT? If true, for which one HKEY_CURRENT_CONFIG or HKEY_CURRENT_USER or both?
by heavyhotuser
06 Dec 2018, 09:45
Forum: Ask for Help (v1)
Topic: printf()
Replies: 22
Views: 6896

Re: printf()

Copy works very well! :bravo:
by heavyhotuser
06 Dec 2018, 06:52
Forum: Ask for Help (v1)
Topic: printf()
Replies: 22
Views: 6896

Re: printf()

Hello guys! This is cool! I would like to read StdOut after write! q:: ;AHK console ConsolePrint("1 " A_Now "`n") sleep, 300 ConsolePrint("2 " A_Now "`n") MsgBox % ConsolePrint(, 1) ExitApp return ConsolePrint(ByRef vText:="", RW:="") { static vIsReady := 0, oStdOut if !vIsReady { DllCall("kernel32\...
by heavyhotuser
05 Dec 2018, 13:17
Forum: Ask for Help (v1)
Topic: Check Service Topic is solved
Replies: 2
Views: 933

Re: Check Service Topic is solved

My deepest respect! You are a real :ugeek:, at least for me! I was miles away from the solution!
Unicode is just fine! I was lost, that's why (hopeless) experiment with Ansi.
It runs very smooth! Thank you very much!!! :D
by heavyhotuser
05 Dec 2018, 04:36
Forum: Ask for Help (v1)
Topic: Check Service Topic is solved
Replies: 2
Views: 933

Check Service Topic is solved

I'm trying to detect Service Status via DllCall() . Here is my (not working) code: hSCM:=DllCall("Advapi32\OpenSCManagerA", Str, "", Str, "WSearch", UInt, 0xF003F) hS:=DllCall("Advapi32\OpenServiceA", Ptr, hsCM, Str, "WSearch", UInt, 0) if DllCall("Advapi32\QuerySerciceStatus", Ptr, hS, UInt, 0x1) M...

Go to advanced search