|
-
Jun 15th, 2009, 06:16 AM
#1
Thread Starter
Lively Member
[RESOLVED] How to Save Combobox Items in MySettings?
Well currently I'm needing to store various settings, strings, integers, items, etc, within the program settings. So far this has gone without a snag and is working as planned except for one thing, Comboboxes. I have browsed through the various types of settings I can save to and the closest is a "System.Collection.Specialized.StringCollection", however VB is throwing up an error saying that:
Error 1 Value of type 'System.Windows.Forms.ComboBox.ObjectCollection' cannot be converted to 'System.Collections.Specialized.StringCollection'. C:\Users\User\AppData\Local\Temporary Projects\Project\Form1.vb 12 34 Project
So my question is this; How would I go about saving the items in a Combobox?
Thanks.
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
|
Click Here to Expand Forum to Full Width
|