Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Several General quesitons.
#1
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.
#2
I think that this is what you want for
1. AddTrayIcon
#3
1. Get icon handle?

2.
Macro
Code:
Copy      Help
_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
#4
Thank you both...those were really simple. I can't believe I missed them in the QM list. Thanks bunches!

Jimmy Vig
#5
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.


Forum Jump:


Users browsing this thread: 1 Guest(s)