Where do I find the doc for appending to this? Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
User avatar
Hellbent
Posts: 2109
Joined: 23 Sep 2017, 13:34

Where do I find the doc for appending to this?

07 Dec 2019, 15:41

Ok, I don't know what this is called and thus can't really look up anything related to it. I only know that it can be done, so someone must know what it's called. The only thing I know is that when I hover over it, it says "Show hidden Icons"

I want to add to the things in this list. Never tried before, would like to give it a go for the hell of it.



.
Saved Clip 20191207152428.png
Saved Clip 20191207152428.png (35.17 KiB) Viewed 1968 times
.


So what is this called so I can look up how to add to it?
TravisQ
Posts: 27
Joined: 17 May 2015, 23:51

Re: Where do I find the doc for appending to this?  Topic is solved

07 Dec 2019, 17:00

Maybe something here can help

Code: Select all

#Persistent
DetectHiddenWindows, on
Menu, Tray, Tip , Some text in a tooltip
Menu, Tray, NoStandard
Menu, Tray, Add , Open, Open
Menu, Tray, Add , Help, Help
Menu, Tray, Add
Menu, Tray, Add , SusPause, SusPause
Menu, Tray, Add
Menu, Tray, Add ,exit,exit
Return
Open:
	PostMessage, 0x111, 65300,,,A
	WinMove, A,,10,10 , 650, 700
return
help:
	PostMessage, 0x111, 65301,,,A
return
SusPause:
	Suspend
	Pause,,1
Return
exit:
	PostMessage, 0x111, 65307,,,A
return
User avatar
Hellbent
Posts: 2109
Joined: 23 Sep 2017, 13:34

Re: Where do I find the doc for appending to this?

07 Dec 2019, 20:49

Thank you @TravisQ.

Exactly what I was looking for.

Menu, Tray

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: BielGuitarJP, CrowexBR, mebelantikjaya, ositoMalvado and 304 guests