|
-
How to unload all items in a listbox
How would I take all of the values out of a listbox to store it into one variable? Would I use a ArrayList and a FOR Loop?
-
or just an array and a loop. Do while, etc. You using vb.net or c#?
-
Loops
I'm using VB.net. I'm trying to get all of the e-mail addresses out of the listbox, so that I can send out a newsletter to everyone on the list.
How would the code look for an example?
-
Just loop though the list box, just use a for loop and incriment the index and run the email code for it. No need to take the values out.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|
Bookmarks