mIRC Home    About    Download    Register    News    Help

Print Thread
#207094 05/12/08 10:09 PM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
I know you can minimize a dialog by make it a desktop window, but can you minimize it to tray in any way? (without the use of a stand alone program).


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
sparta #207100 06/12/08 12:18 AM
Joined: Jul 2006
Posts: 4,193
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,193
No. Why would you want to do this ?


#mircscripting @ irc.swiftirc.net == the best mIRC help channel
Wims #207105 06/12/08 10:54 AM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
made a mp3 player, would be nice to place it in tray.


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
sparta #207142 07/12/08 08:46 PM
Joined: Jul 2006
Posts: 4,193
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,193
You could ask for this in the right forum, but usually tray icon refer to a reel program.


#mircscripting @ irc.swiftirc.net == the best mIRC help channel
Wims #207145 07/12/08 09:44 PM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
What is the right forum for this then? a mp3 player made in mirc i guess should go to this one? and a script question should go here smile


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
sparta #207146 07/12/08 09:46 PM
Joined: Jul 2006
Posts: 4,193
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,193
i mean in "Feature Suggestions".


#mircscripting @ irc.swiftirc.net == the best mIRC help channel
Wims #207147 07/12/08 09:48 PM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
I saw it was posted there a while back, so i wondering if it was a way, haven't seen a dll that can do this ether, but a program i have seen before can, but can't include a program in my script tho.


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
Wims #207149 07/12/08 10:12 PM
Joined: Oct 2003
Posts: 3,918
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,918
@Wims:

why would this not be the right forum? he's asking for a script..

@sparta:

You can indeed write a DLL for this. See the Shell_NotifyIcon WINAPI function if you know enough about DLLs to take this on. On a sidenote, if you can include a .dll file in your script you can surely include a .exe file.. Similarly, if you can't include a "program" in your script, you probably can't include a dll file either, I'd imagine.


- argv[0] on EFnet #mIRC
- "Life is a pointer to an integer without a cast"
argv0 #207153 07/12/08 11:46 PM
Joined: Jul 2006
Posts: 4,193
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,193
He was asking for a way to put a dialog in the tray, and since there's no way (afaik) to do this with mirc itself, i was saying he could request this as a feature, something like /dialog -f or any letter that is not already used.


#mircscripting @ irc.swiftirc.net == the best mIRC help channel

Link Copied to Clipboard