Click here to Skip to main content
15,888,239 members
Home / Discussions / C#
   

C#

 
GeneralGraphics.MeasureString Pin
compbssn200323-Mar-04 5:30
compbssn200323-Mar-04 5:30 
GeneralRe: Graphics.MeasureString Pin
Heath Stewart23-Mar-04 5:33
protectorHeath Stewart23-Mar-04 5:33 
GeneralRe: Graphics.MeasureString Pin
leppie23-Mar-04 6:06
leppie23-Mar-04 6:06 
GeneralRe: Graphics.MeasureString Pin
compbssn200323-Mar-04 19:20
compbssn200323-Mar-04 19:20 
GeneralExposing constituent control properties in VS.NET Pin
Matt Davison23-Mar-04 5:07
Matt Davison23-Mar-04 5:07 
GeneralRe: Exposing constituent control properties in VS.NET Pin
Heath Stewart23-Mar-04 5:30
protectorHeath Stewart23-Mar-04 5:30 
GeneralRe: Exposing constituent control properties in VS.NET Pin
Heath Stewart23-Mar-04 8:16
protectorHeath Stewart23-Mar-04 8:16 
QuestionHow can I do the following... Pin
profoundwhispers23-Mar-04 4:36
profoundwhispers23-Mar-04 4:36 
I have an application, that needs to have a settings dialog. I want the settings to be available to the rest of the application all the time, even when the settings dialog is closed. In other words, this dialog is merely a utility for the user to modify these settings and save them.

I'm thinking, I should have the settings struct, so that it's a value type, which doesn't need instantiation to be used, and be available all through the application lifetime. Now the challenges are:

1- What's the best method to load/save this struct? Can XML serialization work here? If so, how?

2- Can I bind the struct's fields/properties to controls on the settings dialog, so that any modification will automatically reflect in the struct, which, in turn is the one responsible for actually loading/saving all the settings?

Thank you.

Sammy

"A good friend, is like a good book: the inside is better than the cover..."
AnswerRe: How can I do the following... Pin
Heath Stewart23-Mar-04 4:54
protectorHeath Stewart23-Mar-04 4:54 
GeneralRe: How can I do the following... Pin
profoundwhispers23-Mar-04 5:08
profoundwhispers23-Mar-04 5:08 
GeneralRe: How can I do the following... Pin
Heath Stewart23-Mar-04 5:26
protectorHeath Stewart23-Mar-04 5:26 
Generalinput a barecode Pin
tonaxxl23-Mar-04 4:18
tonaxxl23-Mar-04 4:18 
GeneralRe: input a barecode Pin
Dave Kreskowiak23-Mar-04 4:26
mveDave Kreskowiak23-Mar-04 4:26 
GeneralRe: input a barecode Pin
tonaxxl23-Mar-04 4:35
tonaxxl23-Mar-04 4:35 
GeneralRe: input a barecode Pin
Dave Kreskowiak23-Mar-04 5:24
mveDave Kreskowiak23-Mar-04 5:24 
GeneralRe: input a barecode Pin
tonaxxl23-Mar-04 16:42
tonaxxl23-Mar-04 16:42 
GeneralRe: input a barecode Pin
Dave Kreskowiak24-Mar-04 0:18
mveDave Kreskowiak24-Mar-04 0:18 
GeneralRe: input a barecode Pin
tonaxxl25-Mar-04 17:25
tonaxxl25-Mar-04 17:25 
GeneralRe: input a barecode Pin
Dave Kreskowiak26-Mar-04 2:28
mveDave Kreskowiak26-Mar-04 2:28 
GeneralRe: input a barecode Pin
tonaxxl26-Mar-04 6:41
tonaxxl26-Mar-04 6:41 
GeneralRe: input a barecode Pin
Apusnaias23-Mar-04 23:27
Apusnaias23-Mar-04 23:27 
GeneralRe: input a barecode Pin
tonaxxl25-Mar-04 17:29
tonaxxl25-Mar-04 17:29 
GeneralRe: input a barecode Pin
cjengler24-Mar-04 0:25
cjengler24-Mar-04 0:25 
GeneralIcons included in EXE Pin
Guinness4Strength23-Mar-04 3:35
Guinness4Strength23-Mar-04 3:35 
GeneralRe: Icons included in EXE Pin
Heath Stewart23-Mar-04 3:45
protectorHeath Stewart23-Mar-04 3:45 

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.