Click here to Skip to main content
15,901,505 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# ::: receive FAX Pin
Yetinger27-Aug-06 5:28
Yetinger27-Aug-06 5:28 
QuestionCrystal Reports and Windows Applications Pin
ebonaba25-Aug-06 7:59
ebonaba25-Aug-06 7:59 
QuestionPrinting to an Okidata printer Pin
tigerButterfly25-Aug-06 7:52
tigerButterfly25-Aug-06 7:52 
Question"Unadvising" Event Sink in VB6 Pin
Ilia Blank25-Aug-06 7:46
Ilia Blank25-Aug-06 7:46 
GeneralRe: "Unadvising" Event Sink in VB6 Pin
Guffa25-Aug-06 8:54
Guffa25-Aug-06 8:54 
QuestionGlobal DLL for all app components Pin
drdavef25-Aug-06 7:35
drdavef25-Aug-06 7:35 
AnswerRe: Global DLL for all app components Pin
Nader Elshehabi25-Aug-06 10:36
Nader Elshehabi25-Aug-06 10:36 
GeneralRe: Global DLL for all app components Pin
drdavef25-Aug-06 11:58
drdavef25-Aug-06 11:58 
What i mean by a program is an executable that will do a variety of tasks. When I say app, I mean the entire application, which consists of 15-25 programs and a number of DLLs.

I want a DLL, that I call AppInfo, which contains general info that all programs need access to, such as SchoolYear. The application is involved with schools and school services. One thing it tracks is the type of student involved in the school year, is the student a Senior, Undergrad, or Postgrad (college). This is a toggle that the user of a given program will select to determine functionality for each type of student. This AppInfo DLL also contains functions specific for client specifications. For example, a rounding function that always rounds to the next nickle (no pennies wanted Smile | :) ).

I am looking for a way to create this DLL such that initialization is very simple. I used to simply call the AppInfo.Init from Main to set it up. I have not found a way to create a DLL that is available to all program functions. A program may consist of many forms and support DLLs.
Thanks for any support

David
GeneralRe: Global DLL for all app components Pin
Nader Elshehabi25-Aug-06 12:21
Nader Elshehabi25-Aug-06 12:21 
QuestionCrystal reports and SharpDevelop Pin
Evy_Soza25-Aug-06 7:02
Evy_Soza25-Aug-06 7:02 
Questionuse C# function in VB Pin
VK-Cadec25-Aug-06 3:57
VK-Cadec25-Aug-06 3:57 
AnswerRe: use C# function in VB Pin
Not Active25-Aug-06 4:08
mentorNot Active25-Aug-06 4:08 
GeneralRe: use C# function in VB Pin
VK-Cadec25-Aug-06 5:49
VK-Cadec25-Aug-06 5:49 
GeneralRe: use C# function in VB Pin
Not Active25-Aug-06 6:04
mentorNot Active25-Aug-06 6:04 
AnswerRe: use C# function in VB Pin
Judah Gabriel Himango25-Aug-06 4:43
sponsorJudah Gabriel Himango25-Aug-06 4:43 
GeneralRe: use C# function in VB Pin
VK-Cadec25-Aug-06 5:48
VK-Cadec25-Aug-06 5:48 
GeneralRe: use C# function in VB Pin
Judah Gabriel Himango25-Aug-06 5:54
sponsorJudah Gabriel Himango25-Aug-06 5:54 
GeneralRe: use C# function in VB Pin
Dave Kreskowiak25-Aug-06 5:58
mveDave Kreskowiak25-Aug-06 5:58 
QuestionSearch DLL before P/Invoke? Pin
Dominik Reichl25-Aug-06 3:03
Dominik Reichl25-Aug-06 3:03 
AnswerRe: Search DLL before P/Invoke? Pin
Jun Du25-Aug-06 4:27
Jun Du25-Aug-06 4:27 
QuestionRe: Search DLL before P/Invoke? Pin
Dominik Reichl25-Aug-06 4:32
Dominik Reichl25-Aug-06 4:32 
AnswerRe: Search DLL before P/Invoke? Pin
Jun Du25-Aug-06 5:44
Jun Du25-Aug-06 5:44 
AnswerRe: Search DLL before P/Invoke? [modified] Pin
Dave Kreskowiak25-Aug-06 6:06
mveDave Kreskowiak25-Aug-06 6:06 
AnswerRe: Search DLL before P/Invoke? Pin
Andy Moore25-Aug-06 15:03
Andy Moore25-Aug-06 15:03 
QuestionInteresting date time comparison Pin
coolestCoder25-Aug-06 2:48
coolestCoder25-Aug-06 2:48 

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.