Click here to Skip to main content
15,896,154 members
Home / Discussions / C#
   

C#

 
AnswerRe: Adding EventHandler Pin
MidwestLimey19-Jul-07 11:08
professionalMidwestLimey19-Jul-07 11:08 
GeneralRe: Adding EventHandler Pin
mmfranke19-Jul-07 11:15
mmfranke19-Jul-07 11:15 
GeneralRe: Adding EventHandler Pin
MidwestLimey19-Jul-07 11:16
professionalMidwestLimey19-Jul-07 11:16 
GeneralRe: Adding EventHandler Pin
Luc Pattyn19-Jul-07 11:38
sitebuilderLuc Pattyn19-Jul-07 11:38 
QuestionHow do applications get permission to create keys hkey_classes_root? Pin
Sepharo19-Jul-07 9:58
Sepharo19-Jul-07 9:58 
QuestionCreating Tools > Options window Pin
student_rhr19-Jul-07 9:47
student_rhr19-Jul-07 9:47 
AnswerRe: Creating Tools > Options window Pin
Paul Conrad19-Jul-07 10:41
professionalPaul Conrad19-Jul-07 10:41 
AnswerRe: Creating Tools > Options window Pin
BoneSoft19-Jul-07 10:45
BoneSoft19-Jul-07 10:45 
The window's not hard, you do that like any other window. What you need to decide is what all you will show, how you will store choices, and how the rest of you app reads and responds to those choices. I assume that's what you're talking about.

I don't know of an article specificly dealing with that, though many may have something like that built into articles about other topics.

Personally, I'd use XML serialization: decide what options to offer, build an XML structure to house them, make your options form address those options, read your config, and write to it. Then I'd probably have the host form show it as a dialog [optwin.ShowDialog()], and make it expose your XML serializable config object as a property so that the host can get the options directly from the options form. And make your host form look for the config on load to initially respond to saved options. But there are a number of things to consider and work out with this. Clear as mud?



Try code model generation tools at BoneSoft.com.

GeneralRe: Creating Tools > Options window Pin
student_rhr20-Jul-07 3:16
student_rhr20-Jul-07 3:16 
GeneralRe: Creating Tools > Options window Pin
BoneSoft20-Jul-07 3:42
BoneSoft20-Jul-07 3:42 
QuestionHow Search Engine Works Pin
monafr8119-Jul-07 9:14
monafr8119-Jul-07 9:14 
JokeRe: How Search Engine Works Pin
BoneSoft19-Jul-07 9:17
BoneSoft19-Jul-07 9:17 
GeneralRe: How Search Engine Works Pin
Paul Conrad19-Jul-07 9:21
professionalPaul Conrad19-Jul-07 9:21 
GeneralRe: How Search Engine Works Pin
BoneSoft19-Jul-07 10:35
BoneSoft19-Jul-07 10:35 
GeneralRe: How Search Engine Works Pin
Paul Conrad19-Jul-07 10:39
professionalPaul Conrad19-Jul-07 10:39 
GeneralRe: How Search Engine Works Pin
BoneSoft19-Jul-07 10:51
BoneSoft19-Jul-07 10:51 
JokeRe: How Search Engine Works Pin
Luc Pattyn19-Jul-07 9:22
sitebuilderLuc Pattyn19-Jul-07 9:22 
GeneralRe: How Search Engine Works Pin
monafr8119-Jul-07 9:26
monafr8119-Jul-07 9:26 
GeneralRe: How Search Engine Works Pin
Larantz19-Jul-07 9:32
Larantz19-Jul-07 9:32 
GeneralRe: How Search Engine Works Pin
monafr8119-Jul-07 9:36
monafr8119-Jul-07 9:36 
GeneralRe: How Search Engine Works Pin
BoneSoft19-Jul-07 10:37
BoneSoft19-Jul-07 10:37 
GeneralRe: How Search Engine Works Pin
Vasudevan Deepak Kumar19-Jul-07 18:41
Vasudevan Deepak Kumar19-Jul-07 18:41 
GeneralRe: How Search Engine Works Pin
BoneSoft20-Jul-07 6:11
BoneSoft20-Jul-07 6:11 
GeneralRe: How Search Engine Works Pin
Member 1354794410-Dec-17 22:43
Member 1354794410-Dec-17 22:43 
AnswerRe: How Search Engine Works Pin
DavidNohejl19-Jul-07 11:00
DavidNohejl19-Jul-07 11:00 

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.