direction

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all

I really need direction in this one

I have a WinApp in C# and I need to load data at the beginning and save data o
exit - just simple things like: this.Top, this.Left etc..
I have tried the resx - but it is READ ONLY
I have tried to use GetManifestResourceStream() from XML file (Embedded Resource
but the stream is for READ ONLY

Any suggestions ? Can you please add some code or linkz..

than
 
System.Resources.ResXResourceWriter and
System.Resources.ResXResourceReader - everything you need is in the SDK
docs.

Specifically, Visual Studio.NET -> .NET Framework -> Programming with the
..NET Framework -> Developing World-Ready Applications -> Resources in
Applications

-Brian
 
Back
Top