Click here to Skip to main content
15,887,436 members
Home / Discussions / C#
   

C#

 
GeneralRe: Detect if ocx is installed Pin
John Fisher25-May-05 7:38
John Fisher25-May-05 7:38 
GeneralRe: Detect if ocx is installed Pin
NoXuS25-May-05 21:35
NoXuS25-May-05 21:35 
Generalsocket connection in a .NET Applet (Windowsformcontrol hosted on browser) Pin
drkalucard24-May-05 22:16
drkalucard24-May-05 22:16 
GeneralRe: socket connection in a .NET Applet (Windowsformcontrol hosted on browser) Pin
Judah Gabriel Himango25-May-05 4:15
sponsorJudah Gabriel Himango25-May-05 4:15 
Generalsave configuration Pin
dogdogdog24-May-05 21:20
dogdogdog24-May-05 21:20 
GeneralRe: save configuration Pin
Colin Angus Mackay24-May-05 22:26
Colin Angus Mackay24-May-05 22:26 
GeneralRe: save configuration Pin
pubududilena24-May-05 22:37
pubududilena24-May-05 22:37 
GeneralRe: save configuration Pin
J4amieC24-May-05 23:40
J4amieC24-May-05 23:40 
You have to use XML to do this

Why do you HAVE to use Xml? You COULD use Xml, you COULD use a serialised object, you COULD use a database but you certainly don't HAVE to use Xml.

Personally I have used an object serialized to the filesystem for this. It is very simple - create a class to represent all the properties of the gui you wish to store, remember to mark it as [Serializable].

When the app is unloaded fill a new instance of your "settings" object with the values from the gui and use a serializer (Xml or Binary or any type you wish) to serialize to the filesystem.

When the app is loaded do it in reverse, deserialize the file back to an object and set the properties on the GUI.
GeneralRe: save configuration Pin
pubududilena25-May-05 1:11
pubududilena25-May-05 1:11 
GeneralRe: save configuration Pin
DavidNohejl25-May-05 1:35
DavidNohejl25-May-05 1:35 
GeneralRe: save configuration Pin
dogdogdog25-May-05 16:57
dogdogdog25-May-05 16:57 
General.NET Executable as COM server Pin
mav.northwind24-May-05 20:59
mav.northwind24-May-05 20:59 
GeneralRe: .NET Executable as COM server Pin
John Fisher25-May-05 7:36
John Fisher25-May-05 7:36 
GeneralRe: .NET Executable as COM server Pin
mav.northwind25-May-05 14:34
mav.northwind25-May-05 14:34 
GeneralRe: .NET Executable as COM server Pin
John Fisher25-May-05 17:19
John Fisher25-May-05 17:19 
GeneralInsert Command Pin
Blue_Boy24-May-05 20:41
Blue_Boy24-May-05 20:41 
GeneralRe: Insert Command Pin
pubududilena25-May-05 1:27
pubududilena25-May-05 1:27 
GeneralRe: Insert Command Pin
Uri Lavi25-May-05 8:22
Uri Lavi25-May-05 8:22 
QuestionSerialization Error?? Pin
rufcaw24-May-05 20:27
rufcaw24-May-05 20:27 
AnswerRe: Serialization Error?? Pin
Alomgir Miah25-May-05 3:40
Alomgir Miah25-May-05 3:40 
GeneralBackground image in MDI container Pin
MJay24-May-05 17:59
MJay24-May-05 17:59 
GeneralRe: Background image in MDI container Pin
Rizwan Bashir25-May-05 2:45
Rizwan Bashir25-May-05 2:45 
GeneralRe: Background image in MDI container Pin
Alomgir Miah25-May-05 4:11
Alomgir Miah25-May-05 4:11 
GeneralRe: Background image in MDI container Pin
Skynyrd25-May-05 6:14
Skynyrd25-May-05 6:14 
Generalsearching a collection base Pin
savage_24-May-05 16:28
savage_24-May-05 16:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.