all groups > c# > april 2007 >
You're in the

c#

group:

Application settings using a hashtable


Application settings using a hashtable Simon
4/17/2007 9:38:11 PM
c#:
I'm trying to use the application settings feature in an application I'm
writing but I can't seem to figure out how to get it to save and load a
hashtable. Ints and strings load just fine but the hashtable is always null.
Is there a way to serialize it?

Thanks
RE: Application settings using a hashtable Husam Al-A''araj
4/17/2007 11:44:02 PM
Hi,
Check the following link,
http://www.codeproject.com/csharp/applicationsettings.asp

hope it helps you

Regards,
Husam Al-A'araj

[quoted text, click to view]
RE: Application settings using a hashtable Simon
4/18/2007 10:50:24 AM
Thanks, I'll have a look at it. I still would like to know why I can't
retrieve hashtables with the built in application settings.

[quoted text, click to view]
AddThis Social Bookmark Button