Click here to Skip to main content
15,911,531 members
Home / Discussions / C#
   

C#

 
AnswerRe: Creating Reuseable Classes Pin
carbon_golem2-May-08 6:37
carbon_golem2-May-08 6:37 
GeneralRe: Creating Reuseable Classes Pin
Jammer2-May-08 7:26
Jammer2-May-08 7:26 
AnswerRe: Creating Reuseable Classes Pin
Jason McBurney2-May-08 8:51
Jason McBurney2-May-08 8:51 
QuestionC# Classes in DLL files Pin
Cozmo232-May-08 5:49
Cozmo232-May-08 5:49 
AnswerRe: C# Classes in DLL files Pin
Judah Gabriel Himango2-May-08 6:30
sponsorJudah Gabriel Himango2-May-08 6:30 
AnswerRe: C# Classes in DLL files Pin
Abhijit Jana2-May-08 6:30
professionalAbhijit Jana2-May-08 6:30 
AnswerRe: C# Classes in DLL files Pin
#realJSOP2-May-08 6:30
professional#realJSOP2-May-08 6:30 
AnswerRe: C# Classes in DLL files Pin
Cozmo232-May-08 7:49
Cozmo232-May-08 7:49 
What I have done so far is included the Class "PumpTest" (Class full of variables) in both the client and the DLL and attempted to use the code
"pTest = Calc.TableIIcalc(pTest); " to pass the PumpTest pTest to the DLL.

My DLL looke like this

public PumpTest TableIIcalc(PumpTest pTest)
{
calculations
return pTest;
}

I planned on making the PumpTest class its own DLL, would that solve the problem?
GeneralRe: C# Classes in DLL files Pin
Jason McBurney2-May-08 9:22
Jason McBurney2-May-08 9:22 
GeneralRe: C# Classes in DLL files Pin
Cozmo235-May-08 3:12
Cozmo235-May-08 3:12 
QuestionDateTime, DayOfWeek in range comparison Pin
buchstaben2-May-08 4:11
buchstaben2-May-08 4:11 
AnswerRe: DateTime, DayOfWeek in range comparison Pin
Urs Enzler2-May-08 4:22
Urs Enzler2-May-08 4:22 
GeneralRe: DateTime, DayOfWeek in range comparison Pin
buchstaben2-May-08 4:28
buchstaben2-May-08 4:28 
QuestionRe: DateTime, DayOfWeek in range comparison Pin
Spacix One2-May-08 4:54
Spacix One2-May-08 4:54 
GeneralRe: DateTime, DayOfWeek in range comparison Pin
buchstaben2-May-08 5:19
buchstaben2-May-08 5:19 
AnswerRe: DateTime, DayOfWeek in range comparison [modified] Pin
#realJSOP2-May-08 6:35
professional#realJSOP2-May-08 6:35 
GeneralRe: DateTime, DayOfWeek in range comparison Pin
PIEBALDconsult2-May-08 7:39
mvePIEBALDconsult2-May-08 7:39 
GeneralRe: DateTime, DayOfWeek in range comparison Pin
#realJSOP2-May-08 7:45
professional#realJSOP2-May-08 7:45 
GeneralRe: DateTime, DayOfWeek in range comparison Pin
#realJSOP2-May-08 8:15
professional#realJSOP2-May-08 8:15 
GeneralRe: DateTime, DayOfWeek in range comparison Pin
PIEBALDconsult2-May-08 8:46
mvePIEBALDconsult2-May-08 8:46 
AnswerRe: DateTime, DayOfWeek in range comparison Pin
PIEBALDconsult2-May-08 7:28
mvePIEBALDconsult2-May-08 7:28 
GeneralRe: DateTime, DayOfWeek in range comparison Pin
#realJSOP2-May-08 7:43
professional#realJSOP2-May-08 7:43 
AnswerRe: DateTime, DayOfWeek in range comparison Pin
#realJSOP2-May-08 8:10
professional#realJSOP2-May-08 8:10 
GeneralRe: DateTime, DayOfWeek in range comparison Pin
PIEBALDconsult2-May-08 9:13
mvePIEBALDconsult2-May-08 9:13 
GeneralRe: DateTime, DayOfWeek in range comparison Pin
PIEBALDconsult2-May-08 18:55
mvePIEBALDconsult2-May-08 18:55 

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.