Click here to Skip to main content
15,921,179 members
Home / Discussions / C#
   

C#

 
QuestionManipulating dates from bound DataGridView Pin
kanchoette30-Oct-08 5:11
kanchoette30-Oct-08 5:11 
AnswerRe: Manipulating dates from bound DataGridView Pin
Ben Fair30-Oct-08 5:51
Ben Fair30-Oct-08 5:51 
AnswerRe: Manipulating dates from bound DataGridView Pin
kanchoette30-Oct-08 23:17
kanchoette30-Oct-08 23:17 
GeneralRe: Manipulating dates from bound DataGridView Pin
kanchoette31-Oct-08 0:03
kanchoette31-Oct-08 0:03 
Questioncalculating difference betwen to time and dates Pin
Matjaz-xyz30-Oct-08 4:22
Matjaz-xyz30-Oct-08 4:22 
AnswerRe: calculating difference betwen to time and dates Pin
Dan Neely30-Oct-08 4:27
Dan Neely30-Oct-08 4:27 
GeneralRe: calculating difference betwen to time and dates Pin
Matjaz-xyz30-Oct-08 6:57
Matjaz-xyz30-Oct-08 6:57 
GeneralRe: calculating difference betwen to time and dates Pin
emiaj30-Oct-08 7:07
emiaj30-Oct-08 7:07 
QuestionHow to check are files for complex script and rtl languages installed Pin
Dino Mulahusic30-Oct-08 4:05
professionalDino Mulahusic30-Oct-08 4:05 
AnswerRe: How to check are files for complex script and rtl languages installed Pin
Giorgi Dalakishvili30-Oct-08 4:15
mentorGiorgi Dalakishvili30-Oct-08 4:15 
GeneralRe: How to check are files for complex script and rtl languages installed [modified] Pin
Dino Mulahusic30-Oct-08 5:00
professionalDino Mulahusic30-Oct-08 5:00 
Questionapp config file issue Pin
George_George30-Oct-08 3:43
George_George30-Oct-08 3:43 
AnswerRe: app config file issue Pin
Giorgi Dalakishvili30-Oct-08 4:12
mentorGiorgi Dalakishvili30-Oct-08 4:12 
GeneralRe: app config file issue Pin
George_George30-Oct-08 23:38
George_George30-Oct-08 23:38 
GeneralRe: app config file issue Pin
Giorgi Dalakishvili30-Oct-08 23:45
mentorGiorgi Dalakishvili30-Oct-08 23:45 
GeneralRe: app config file issue Pin
George_George31-Oct-08 0:02
George_George31-Oct-08 0:02 
GeneralRe: app config file issue Pin
Giorgi Dalakishvili31-Oct-08 1:08
mentorGiorgi Dalakishvili31-Oct-08 1:08 
Here: Storing configuration settings for your DLL to use [^]

One solution is to set config file for the appdomain using SetData method.
App.Config for your DLL[^]

Or you can use OpenMappedExeConfiguration method from dll and specify name of the config file but it means that you need to hardcode config file name you need to make sure multiple dlls don't use config files with same name.

There are other methods too:
Managing Multiple Configuration File Environments with Pre-Build Events[^]

App.config in C# with VS2005 - Part II: DLL within an EXE[^]

Giorgi Dalakishvili

#region signature
My Articles / My Latest Article[^] / My blog[^]
#endregion

GeneralRe: app config file issue Pin
George_George4-Nov-08 2:22
George_George4-Nov-08 2:22 
AnswerRe: app config file issue Pin
Dave Kreskowiak30-Oct-08 6:17
mveDave Kreskowiak30-Oct-08 6:17 
GeneralRe: app config file issue Pin
George_George30-Oct-08 23:40
George_George30-Oct-08 23:40 
GeneralRe: app config file issue Pin
Dave Kreskowiak4-Nov-08 6:51
mveDave Kreskowiak4-Nov-08 6:51 
GeneralRe: app config file issue Pin
George_George6-Nov-08 2:50
George_George6-Nov-08 2:50 
GeneralRe: app config file issue Pin
Dave Kreskowiak7-Nov-08 13:19
mveDave Kreskowiak7-Nov-08 13:19 
QuestionThreading Pin
caradri30-Oct-08 3:25
caradri30-Oct-08 3:25 
AnswerRe: Threading Pin
Eddy Vluggen30-Oct-08 4:10
professionalEddy Vluggen30-Oct-08 4:10 

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.