Posts: 1,000
Threads: 253
Joined: Feb 2008
1. How do you get an icon in the notifications area?
2. How do you create a shortcut on the desktop from an exe using QM...
-I would have thought the run command might do this.
Posts: 262
Threads: 63
Joined: Nov 2005
I think that this is what you want for
1. AddTrayIcon
Posts: 12,071
Threads: 140
Joined: Dec 2002
1. Get icon handle?
2.
Macro
_s.fix(GetModuleFileName(0 _s.all(300) 300)) ;;get path of itself
CreateShortcut "$desktop$\x.lnk" _s ;;or use $common desktop$, but then exe then must run as administrator
Posts: 1,000
Threads: 253
Joined: Feb 2008
Thank you both...those were really simple. I can't believe I missed them in the QM list. Thanks bunches!
Jimmy Vig
Posts: 12,071
Threads: 140
Joined: Dec 2002
Sometimes it is easier to find a function using the new (in QM 2.3.0) "Search help and tools" edit box on the toolbar.