Click here to Skip to main content
16,008,183 members
Home / Discussions / C#
   

C#

 
AnswerRe: c#.net with modem Pin
stancrm14-Mar-07 4:16
stancrm14-Mar-07 4:16 
QuestionDataRelation into a new DataTable Pin
santhony714-Mar-07 3:56
santhony714-Mar-07 3:56 
AnswerRe: DataRelation into a new DataTable Pin
santhony714-Mar-07 6:21
santhony714-Mar-07 6:21 
QuestionSecure POP3 Connection with Gmail. Pin
Eddymvp14-Mar-07 3:39
Eddymvp14-Mar-07 3:39 
AnswerRe: Secure POP3 Connection with Gmail. [modified] Pin
m@u14-Mar-07 4:40
m@u14-Mar-07 4:40 
AnswerRe: Secure POP3 Connection with Gmail. Pin
Eddymvp14-Mar-07 4:52
Eddymvp14-Mar-07 4:52 
GeneralRe: Secure POP3 Connection with Gmail. Pin
m@u14-Mar-07 5:40
m@u14-Mar-07 5:40 
Questionusing configuration settings in a dll. Pin
Member 265930814-Mar-07 3:06
Member 265930814-Mar-07 3:06 
I have a dll (a control derived from Label) and I would like to use the simple key/value configuration settings provided by App.config (or similar file). Visual Studio gladly creates this resource for me, encouraging me to think a dll can have its own settings.

This statement will always get a setting from the exe, what ever exe is using the dll.
string dbText = ConfigurationSettings.AppSettings["Foxpro_template"];

How can I have config settings for the dll control?

Lastly, I realize the configuration manager will manage 'machine' wide setting for me. That is nice but it always wants to place the user and machine settings under a 'mydocuments' folder. I would like to keep the entire suite under one folder so a user could duplicate an install with a simple copy and paste command. That is I want to keep machine and user settngs under folder C:\myproduct not c:\mydocuments. Any suggested readings or ideas?

Thanks


Phil
AnswerRe: using configuration settings in a dll. Pin
led mike14-Mar-07 4:52
led mike14-Mar-07 4:52 
QuestionArray Form? Pin
Dothanhnam14-Mar-07 2:08
Dothanhnam14-Mar-07 2:08 
AnswerRe: Array Form? [modified] Pin
CPallini14-Mar-07 2:38
mveCPallini14-Mar-07 2:38 
Questionget list of valid domain users Pin
Madhu Kampurath14-Mar-07 2:02
Madhu Kampurath14-Mar-07 2:02 
QuestionWorking with CheckedListBox -Help Needed Pin
pashitech14-Mar-07 0:48
pashitech14-Mar-07 0:48 
Questionsending LB_GETTEXT in C# Pin
manustone14-Mar-07 0:43
manustone14-Mar-07 0:43 
AnswerRe: sending LB_GETTEXT in C# Pin
Judah Gabriel Himango14-Mar-07 4:43
sponsorJudah Gabriel Himango14-Mar-07 4:43 
GeneralRe: sending LB_GETTEXT in C# Pin
manustone14-Mar-07 6:15
manustone14-Mar-07 6:15 
QuestionWait cursor for a fixed period Pin
Keshav V. Kamat14-Mar-07 0:41
Keshav V. Kamat14-Mar-07 0:41 
AnswerRe: Wait cursor for a fixed period Pin
Stefan Troschuetz14-Mar-07 0:59
Stefan Troschuetz14-Mar-07 0:59 
GeneralRe: Wait cursor for a fixed period Pin
Keshav V. Kamat14-Mar-07 1:26
Keshav V. Kamat14-Mar-07 1:26 
QuestionSortable dictionary Pin
Russell Jones14-Mar-07 0:39
Russell Jones14-Mar-07 0:39 
AnswerRe: Sortable dictionary Pin
Stefan Troschuetz14-Mar-07 0:54
Stefan Troschuetz14-Mar-07 0:54 
GeneralRe: Sortable dictionary Pin
Russell Jones14-Mar-07 1:45
Russell Jones14-Mar-07 1:45 
QuestionXML Validation Pin
pashitech14-Mar-07 0:36
pashitech14-Mar-07 0:36 
AnswerRe: XML Validation Pin
Stefan Troschuetz14-Mar-07 0:52
Stefan Troschuetz14-Mar-07 0:52 
QuestionFill dataTable Pin
darkcalin14-Mar-07 0:29
darkcalin14-Mar-07 0:29 

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.