Ok heres the problem.
I have a combobox and the Values for it are stored at a url.
What i need to know is how to add items to the combo box. But see...i know how to do that.
Code:
Combobox1.AddItem Inet1.OpenURL ("url", icString)
but the problem is, the values that i need are lined up like so:
Need
Need1
Need2
.
.
Does anyone know how i would go about adding those words to the combobox?
Thank you,
D!m

[Edited by Dim on 07-12-2000 at 07:22 AM]