Click here to Skip to main content
15,918,330 members
Home / Discussions / C#
   

C#

 
QuestionWhat is default unit of EPPlus (point, inches, pixel) Pin
Mou_kol8-Sep-21 4:39
Mou_kol8-Sep-21 4:39 
AnswerRe: What is default unit of EPPlus (point, inches, pixel) Pin
Member 153296138-Sep-21 5:22
Member 153296138-Sep-21 5:22 
GeneralRe: What is default unit of EPPlus (point, inches, pixel) Pin
Mou_kol8-Sep-21 21:22
Mou_kol8-Sep-21 21:22 
GeneralRe: What is default unit of EPPlus (point, inches, pixel) Pin
Pete O'Hanlon21-Sep-21 0:26
mvePete O'Hanlon21-Sep-21 0:26 
QuestionOther program access and data extraction Pin
cocaya7-Sep-21 16:48
cocaya7-Sep-21 16:48 
Rant[REPOST] Other program access and data extraction Pin
Richard Deeming7-Sep-21 21:24
mveRichard Deeming7-Sep-21 21:24 
GeneralVerification of Information at First Launch Pin
Member 141922165-Sep-21 4:50
Member 141922165-Sep-21 4:50 
GeneralRe: Verification of Information at First Launch Pin
jschell5-Sep-21 8:49
jschell5-Sep-21 8:49 
GeneralRe: Verification of Information at First Launch Pin
OriginalGriff5-Sep-21 10:26
mveOriginalGriff5-Sep-21 10:26 
GeneralRe: Verification of Information at First Launch Pin
Pete O'Hanlon5-Sep-21 10:37
mvePete O'Hanlon5-Sep-21 10:37 
QuestionAmplitude Meter (trackbar?) Pin
weinerschizel4-Sep-21 6:49
weinerschizel4-Sep-21 6:49 
AnswerRe: Amplitude Meter (trackbar?) Pin
BillWoodruff5-Sep-21 14:21
professionalBillWoodruff5-Sep-21 14:21 
QuestionC# EPPlus resize pictures to fit in the cell Pin
Mou_kol3-Sep-21 23:40
Mou_kol3-Sep-21 23:40 
AnswerRe: C# EPPlus resize pictures to fit in the cell Pin
Richard MacCutchan4-Sep-21 1:04
mveRichard MacCutchan4-Sep-21 1:04 
GeneralRe: C# EPPlus resize pictures to fit in the cell Pin
Mou_kol4-Sep-21 2:10
Mou_kol4-Sep-21 2:10 
AnswerRe: C# EPPlus resize pictures to fit in the cell Pin
Richard Andrew x644-Sep-21 2:17
professionalRichard Andrew x644-Sep-21 2:17 
AnswerRe: C# EPPlus resize pictures to fit in the cell Pin
BillWoodruff4-Sep-21 2:07
professionalBillWoodruff4-Sep-21 2:07 
GeneralRe: C# EPPlus resize pictures to fit in the cell Pin
Mou_kol4-Sep-21 2:11
Mou_kol4-Sep-21 2:11 
GeneralRe: C# EPPlus resize pictures to fit in the cell Pin
BillWoodruff4-Sep-21 2:13
professionalBillWoodruff4-Sep-21 2:13 
GeneralRe: C# EPPlus resize pictures to fit in the cell Pin
Mou_kol4-Sep-21 2:29
Mou_kol4-Sep-21 2:29 
QuestionHaving an issue accessing a bitmap region from two different threads. Pin
Herboren2-Sep-21 17:43
Herboren2-Sep-21 17:43 
AnswerRe: Having an issue accessing a bitmap region from two different threads. Pin
OriginalGriff2-Sep-21 20:12
mveOriginalGriff2-Sep-21 20:12 
GeneralRe: Having an issue accessing a bitmap region from two different threads. Pin
Herboren4-Sep-21 5:11
Herboren4-Sep-21 5:11 
QuestionWindows Service Pin
DoxMan30-Aug-21 6:37
DoxMan30-Aug-21 6:37 
I have a C# solution with multiple projects in it:
- Project 1 = A Windows Service project (with an app.config file containing general settings, to be used by ALL projects; this project will be the "main" startup project of the solution)
- Project 2 = A class library containing classes and functions that will handle execution of business logic (and do some logging in the EventViewer)
Upon startup, the Windows Service should read contents of its app.config [THIS WORKS!!!]
- Project 3 = A WinForm Test application that I temporarily use to test the business logic execution and logging.
Ultimate goal is to "remove" Project 3 and have the Windows service handle the business logic/logging.
In the app.config, I enter the settings that will be used by both project 1 and 2. Is there a simple way to "share" the config settings across all projects in the entire solution (upon startup of the service)?
I can create a GeneralConfig class, and add some properties, but how can I make this object (with the current properties) common to all projects. Is there something like a "single-instance" object.
Dox Girl, where are you?

AnswerRe: Windows Service Pin
Dave Kreskowiak30-Aug-21 7:41
mveDave Kreskowiak30-Aug-21 7:41 

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.