Using DockPanel Suite's XML saving with My.Settings

Posted by Cyclone on Stack Overflow See other posts from Stack Overflow or by Cyclone
Published on 2010-03-02T00:34:58Z Indexed on 2010/03/12 1:37 UTC
Read the original article Hit count: 525

Filed under:
|
|

In vb.net, how can I use SaveAsXML and LoadFromXML (DockPanel Suite functions) with My.Settings? I know there is a way to save it to a stream, but I don't know enough about System.IO to do this.

DockPanel Suite: http://sourceforge.net/projects/dockpanelsuite/

I would very much prefer to store configuration using My.Settings instead of as an XML file.

Thanks for the help!

EDIT: Since the only person to answer so far has since deleted their answer, I feel I should explain further: Those two methods can both accept a stream object, but I have not used System.IO enough to know how to properly initialize a stream, let alone get a string out of a stream.

EDIT: Googling has gotten me nowhere.

EDIT: Still waiting for this. I've tried everything...

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about dockpanel-suite