mIRC Home    About    Download    Register    News    Help

Print Thread
#12589 23/02/03 04:09 AM
Joined: Dec 2002
Posts: 18
P
pod2oo5 Offline OP
Pikka bird
OP Offline
Pikka bird
P
Joined: Dec 2002
Posts: 18
hello! is there a way to check the # of items in a dropdown combo box and display it into an edit box?

and also can i get it to load back on the last selected item?

Last edited by pod2oo5; 23/02/03 04:13 AM.
#12590 23/02/03 07:07 AM
Joined: Dec 2002
Posts: 191
N
Vogon poet
Offline
Vogon poet
N
Joined: Dec 2002
Posts: 191
Did you check the properties for $did in the help file.
lines returns number of lines
$did(name,id).lines

And to load back the last selected item you would need to store the item in a variable , ini or hash table then use the c switch in the dialog init event


Link Copied to Clipboard