Greetings,
I have a function which returns an array of strings, I wish to fill my
combobox with this array by doing something like the following
cmbBoxList.addItem manager.GetStringArray
This doesn't work. I can add them obviously by getting the array and looping
through the array adding each String one by one. Just wondering if there is a
better way that I may be missing.
Thanks in advance.
NateBuckley - 25 Mar 2008 14:26 GMT
Ignore this thread, I was being stupid and forgot about ComboBoxs List
property/method.
Sorry about that.
> Greetings,
>
[quoted text clipped - 8 lines]
>
> Thanks in advance.