C
Chibi
Hello!
I'm back again with another problem.
First of all, thank you to Jacob for helping me understand
a bit more about NNTP commands.
So now the problem:
I have a collection of potentially thousands of items. I
would like to load this collection and populate it in a
Windows.Forms.CheckedListBox, while at the same time,
store the items in a database (which I already have
connected).
The first step is VERY basic but yet I'm still having
problems. How can I point the CheckedListBox to the
collection? Right now, the collection is an ArrayList but
I can change it to anything else on a whim, if anyone
suggests it.
Please let me know what you suggest. Thank you very much
to everyone out there!
I'm back again with another problem.
First of all, thank you to Jacob for helping me understand
a bit more about NNTP commands.
So now the problem:
I have a collection of potentially thousands of items. I
would like to load this collection and populate it in a
Windows.Forms.CheckedListBox, while at the same time,
store the items in a database (which I already have
connected).
The first step is VERY basic but yet I'm still having
problems. How can I point the CheckedListBox to the
collection? Right now, the collection is an ArrayList but
I can change it to anything else on a whim, if anyone
suggests it.
Please let me know what you suggest. Thank you very much
to everyone out there!