Click here to Skip to main content
15,915,764 members
Home / Discussions / C#
   

C#

 
GeneralRe: question about Timer Tick event Pin
likefood27-Aug-06 12:50
likefood27-Aug-06 12:50 
QuestionDateTime format Pin
kani9825-Aug-06 11:55
kani9825-Aug-06 11:55 
AnswerRe: DateTime format Pin
Ravi Bhavnani25-Aug-06 12:18
professionalRavi Bhavnani25-Aug-06 12:18 
AnswerRe: DateTime format Pin
drdavef25-Aug-06 12:29
drdavef25-Aug-06 12:29 
AnswerRe: DateTime format Pin
AnshShar25-Aug-06 12:43
AnshShar25-Aug-06 12:43 
AnswerRe: DateTime format Pin
Scott Dorman1-Sep-06 13:29
professionalScott Dorman1-Sep-06 13:29 
Questioncan someone help plz: threading the PingReply Pin
Jassim Rahma25-Aug-06 8:30
Jassim Rahma25-Aug-06 8:30 
AnswerRe: can someone help plz: threading the PingReply Pin
Not Active25-Aug-06 8:43
mentorNot Active25-Aug-06 8:43 
QuestionC# ::: receive FAX Pin
Yetinger25-Aug-06 8:21
Yetinger25-Aug-06 8:21 
AnswerRe: C# ::: receive FAX Pin
Nader Elshehabi25-Aug-06 10:29
Nader Elshehabi25-Aug-06 10:29 
GeneralRe: C# ::: receive FAX Pin
Yetinger25-Aug-06 22:29
Yetinger25-Aug-06 22:29 
AnswerRe: C# ::: receive FAX Pin
Nader Elshehabi26-Aug-06 0:59
Nader Elshehabi26-Aug-06 0:59 
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 

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.