My first dialogue
Platform: mIRC
Published Aug 28, 2008
Updated Aug 29, 2008
This is my fist dialog o.0
menu menubar,channel {
.myufirst_table:{ dialog $iif($dialog(myufirst_table),-v,-md) myufirst_table myufirst_table }
}
dialog myufirst_table {
title First Dialogue
size -1 -1 160 120
option dbu
button "Push", 1, 55 67 37 12, ok
button "close", 2, 112 96 37 12, cancel
check "Hit to hate", 3, 8 96 53 10, left
box "Useless", 4, 16 8 50 50, result
text "Nothing special", 5, 84 11 43 8
link "Hawkee.com", 6, 16 72 35 8
combo 7, 96 24 60 50, size limit 5 drop
menu "Item1", 8
}