mIRC Home    About    Download    Register    News    Help

Print Thread
#101176 20/10/04 09:37 PM
Joined: Feb 2004
Posts: 12
W
Pikka bird
OP Offline
Pikka bird
W
Joined: Feb 2004
Posts: 12
ok, I want two things, the first is very simple, yet I don't know how to make it frown
I want a box like most programs have that give you a message and allow you to click ok. I want an alias that I can do .msgbox <text here> in my scripts and it will pop up one of these boxes...

The second is not so simple,
I want a box that has an edit area that fills most of the dialog, and i can add to the edit area from within my scripts.. also in this dialog i want a label that says '$nick says:' right above the edit area, and under the edit area i need a checkbox and 4 buttons...the checkbox says 'Don't Show me this again.' and the 1st button says 'Ignore' 2nd says 'Query' 3rd says 'Whois' and 4th says 'Close'

#101177 20/10/04 11:41 PM
Joined: Mar 2004
Posts: 175
Vogon poet
Offline
Vogon poet
Joined: Mar 2004
Posts: 175
Nobody's going to make this for you... go download one.


- Relinsquish
#101178 21/10/04 03:36 PM
Joined: Feb 2004
Posts: 12
W
Pikka bird
OP Offline
Pikka bird
W
Joined: Feb 2004
Posts: 12
you might try suggesting a place to download these things that i request...

#101179 21/10/04 05:37 PM
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
1.

Code:
alias msgbox {
  if ($isid) { return $input($1,owd,$2) }
}


Usage: $msgbox(<text>,<title>)


New username: hixxy

Link Copied to Clipboard