its auto on dialogs when you use -d to open it
-d open dialog on the desktop, used with -m
eg /dialog -md mp3 mp3
you might also want to look at the following
-ie minimize/restore the dialog if created on the desktop
My code does NOT have bugs. It just develops random features.
i can get it to minimize inside of mirc, but i want it to minimize to the taskbar. how?
edit: nevermind, i was using mdx controls. -d does the trick. i don't understand the last part of your post though ozzy.
you might also want to look at the following
-ie minimize/restore the dialog if created on the desktop
as ozzy says
menu * {
Haggistech MP3 Player
.Open in Script: dialog -m mp3 mp3 <--------- opens it in mirc
.Open on Desktop: dialog -md mp3 mp3 <------- opens on desktop so u can minimize to taskbar
}
Spam Honeypot - http://www.haggistech.co.uk/honey(humans do not register)
well
if ($dialog(mp3)) { dialog -ie mp3 mp3 }
will minimize or maximise the dialog , if its allready open
My code does NOT have bugs. It just develops random features.
cool -md works, thanks for the replys
seph , open mirc help and type DIALOG
all the info you need for dialogs is in that bit
anyway glad ya sorted now
My code does NOT have bugs. It just develops random features.
lol yeah just seen it in there, i checked all the mdx help files ect, forgot about mircs
Sign in to reply or start a new topic where your account has permission.