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

C#

 
Questionjson in c#.net framework 2.0 Pin
Jayapal Chandran1-Dec-11 3:39
Jayapal Chandran1-Dec-11 3:39 
AnswerRe: json in c#.net framework 2.0 Pin
BobJanova1-Dec-11 3:52
BobJanova1-Dec-11 3:52 
GeneralRe: json in c#.net framework 2.0 Pin
Jayapal Chandran2-Dec-11 0:58
Jayapal Chandran2-Dec-11 0:58 
AnswerRe: json in c#.net framework 2.0 Pin
BillWoodruff1-Dec-11 12:52
professionalBillWoodruff1-Dec-11 12:52 
QuestionHow to use dll after added in current project as referance Pin
Govind K1-Dec-11 3:05
professionalGovind K1-Dec-11 3:05 
AnswerRe: How to use dll after added in current project as referance Pin
coded0071-Dec-11 3:11
professionalcoded0071-Dec-11 3:11 
AnswerRe: How to use dll after added in current project as referance Pin
Not Active1-Dec-11 3:13
mentorNot Active1-Dec-11 3:13 
GeneralRe: How to use dll after added in current project as referance Pin
praveendas1-Dec-11 13:09
praveendas1-Dec-11 13:09 
After adding reference to the Project ,you can goto View Menu & then select the Object Browser and refer which DLL you included as Reference in the current project.Incase you need to use any class that are available in the DLL ,create an instance of the class in the code either by defining the namespace (eg : using {Namespace} or directly refering {Namespace}.Myclass =new {Namespace}.Myclass();
AnswerRe: How to use dll after added in current project as referance Pin
mathavi12-Dec-11 11:46
mathavi12-Dec-11 11:46 
QuestionMessage Closed Pin
1-Dec-11 1:29
vts231-Dec-11 1:29 
GeneralRe: WHAT IS A CONSTRUCTOR..?? PinPopular
harold aptroot1-Dec-11 1:39
harold aptroot1-Dec-11 1:39 
GeneralRe: WHAT IS A CONSTRUCTOR..?? Pin
BillWoodruff1-Dec-11 12:56
professionalBillWoodruff1-Dec-11 12:56 
GeneralRe: WHAT IS A CONSTRUCTOR..?? Pin
BobJanova1-Dec-11 23:34
BobJanova1-Dec-11 23:34 
AnswerRe: WHAT IS A CONSTRUCTOR..?? Pin
PIEBALDconsult1-Dec-11 1:47
mvePIEBALDconsult1-Dec-11 1:47 
QuestionText Output and Jaggies Pin
Danzy831-Dec-11 1:17
Danzy831-Dec-11 1:17 
AnswerRe: Text Output and Jaggies Pin
BillWoodruff1-Dec-11 14:13
professionalBillWoodruff1-Dec-11 14:13 
QuestionDrawing in MSchart Pin
moha81811-Dec-11 1:00
moha81811-Dec-11 1:00 
AnswerRe: Drawing in MSchart Pin
BobJanova1-Dec-11 1:31
BobJanova1-Dec-11 1:31 
Questionmystery NaN Pin
stegzzz30-Nov-11 22:46
stegzzz30-Nov-11 22:46 
AnswerRe: mystery NaN Pin
Pete O'Hanlon30-Nov-11 23:00
mvePete O'Hanlon30-Nov-11 23:00 
GeneralRe: mystery NaN Pin
stegzzz30-Nov-11 23:17
stegzzz30-Nov-11 23:17 
GeneralRe: mystery NaN Pin
Pete O'Hanlon30-Nov-11 23:55
mvePete O'Hanlon30-Nov-11 23:55 
GeneralRe: mystery NaN Pin
stegzzz1-Dec-11 0:09
stegzzz1-Dec-11 0:09 
GeneralRe: mystery NaN Pin
Pete O'Hanlon1-Dec-11 0:47
mvePete O'Hanlon1-Dec-11 0:47 
GeneralRe: mystery NaN Pin
harold aptroot1-Dec-11 0:48
harold aptroot1-Dec-11 0: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.