Click here to Skip to main content
15,910,083 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: mystery NaN Pin
stegzzz1-Dec-11 5:25
stegzzz1-Dec-11 5:25 
GeneralRe: mystery NaN Pin
harold aptroot1-Dec-11 5:33
harold aptroot1-Dec-11 5:33 
QuestionAsp.Net nested Accordion menu Pin
Balakrishnan Dhinakaran30-Nov-11 19:31
professionalBalakrishnan Dhinakaran30-Nov-11 19:31 
AnswerRe: Asp.Net nested Accordion menu Pin
Richard MacCutchan30-Nov-11 22:34
mveRichard MacCutchan30-Nov-11 22:34 
AnswerRe: Asp.Net nested Accordion menu Pin
#realJSOP1-Dec-11 1:59
professional#realJSOP1-Dec-11 1:59 
Questionhow to make a web page? Pin
nik_utm30-Nov-11 15:54
nik_utm30-Nov-11 15:54 

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.