Ok ..... now i have an edit box with all the appropriate information in it , but the section on "Responding To Dialog Events " and there after still confuse me.
I assume the next thing after making the dialog box is to make a remote to determine if its on or off. Then another to determine that if it is on that when said event happens it triggers the event response.
This is what i have so far...
dialog sounds {
title "Sound Controls"
size -1 -1 115 100
option dbu

box "Check Boxes",1,5 5 105 70
check "Connect ",2,8 12 40 11
check "Disconnect",3,8 22 40 11
check "Join Chan",4,8 32 40 11
check "P.M.",5,8 42 40 11
check "Ban Set",6,8 52 40 11
check "Ban Lift",7,8 62 40 11
check "DCC Send",8,63 12 40 11
check "DCC Fail",9,63 22 40 11
check "Gain +",10,63 32 40 11
check "Gain @",11,63 42 40 11
check "Lose +",12,63 52 45 11
check "Lose @",13,63 62 45 11

button "Accept",100,48 85 30 11,ok
button "Cancel",101,80 85 30 11,cancel
}

What I need to learn is, assuming this is the next step in the order of things, how to have mIRC understand if the box is checked or not(the tutorial went a little backwards there...... tells me like I already know and if I already knew I wouldnt be reading the tutorial).
And then it should be just a matter of directing the event responses to respond with an if - then statement?
smirk