Click here to Skip to main content
15,885,546 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: .net framework temporary error Pin
Zeyad Jalil17-May-10 2:32
professionalZeyad Jalil17-May-10 2:32 
GeneralRe: .net framework temporary error Pin
Pete O'Hanlon17-May-10 2:49
mvePete O'Hanlon17-May-10 2:49 
AnswerRe: .net framework temporary error Pin
Tripathi Swati18-May-10 22:57
Tripathi Swati18-May-10 22:57 
QuestionHow to get dll's functions? Pin
phowarso16-May-10 21:55
phowarso16-May-10 21:55 
AnswerRe: How to get dll's functions? Pin
Hristo-Bojilov16-May-10 23:33
Hristo-Bojilov16-May-10 23:33 
AnswerRe: How to get dll's functions? Pin
Eddy Vluggen16-May-10 23:46
professionalEddy Vluggen16-May-10 23:46 
AnswerRe: How to get dll's functions? Pin
Peace ON16-May-10 23:47
Peace ON16-May-10 23:47 
AnswerRe: How to get dll's functions? Pin
neal12318-May-10 19:14
neal12318-May-10 19:14 
Hi,

First you need to create public methods in the DLL. if you don't have any public method then you can not call it.

1. To use any DLL in your project first you need to add it in the project in Solution Explorer-> Project -> References -> right click and select "Add References" and select dll you want to use.

2. Then in your form add create object of the dll class and then use its method.


ie. DllName obj = new DllName();
obj.MethodName();

Hope this will help you.

Regards,

Nilesh Shah
QuestionAbout Garbage collector Pin
sujithkumarsl16-May-10 20:51
sujithkumarsl16-May-10 20:51 
AnswerRe: About Garbage collector Pin
Peace ON16-May-10 23:51
Peace ON16-May-10 23:51 
AnswerRe: About Garbage collector Pin
Eddy Vluggen16-May-10 23:51
professionalEddy Vluggen16-May-10 23:51 
QuestionHow to customize Windows Regional options Pin
kindman_nb16-May-10 19:04
kindman_nb16-May-10 19:04 
AnswerRe: How to customize Windows Regional options Pin
Eddy Vluggen16-May-10 23:54
professionalEddy Vluggen16-May-10 23:54 
QuestionHierarchical domain object creation not SOLID Pin
Peter Trevor16-May-10 8:11
Peter Trevor16-May-10 8:11 
AnswerRe: Hierarchical domain object creation not SOLID Pin
TheyCallMeMrJames17-May-10 6:41
TheyCallMeMrJames17-May-10 6:41 
GeneralRe: Hierarchical domain object creation not SOLID Pin
DotNetJoe18-May-10 4:17
DotNetJoe18-May-10 4:17 
GeneralRe: Hierarchical domain object creation not SOLID Pin
TheyCallMeMrJames18-May-10 4:33
TheyCallMeMrJames18-May-10 4:33 
GeneralRe: Hierarchical domain object creation not SOLID Pin
DotNetJoe18-May-10 6:25
DotNetJoe18-May-10 6:25 
Questionto remote or not to remote Pin
esparagus15-May-10 1:04
esparagus15-May-10 1:04 
AnswerRe: to remote or not to remote Pin
Not Active15-May-10 2:59
mentorNot Active15-May-10 2:59 
AnswerRe: to remote or not to remote Pin
PIEBALDconsult15-May-10 4:31
mvePIEBALDconsult15-May-10 4:31 
QuestionSystem.Web.Services Not Found Pin
Winkles14-May-10 10:29
Winkles14-May-10 10:29 
AnswerRe: System.Web.Services Not Found Pin
Henry Minute15-May-10 3:34
Henry Minute15-May-10 3:34 
AnswerRe: System.Web.Services Not Found Pin
Abhinav S15-May-10 8:15
Abhinav S15-May-10 8:15 
GeneralRe: System.Web.Services Not Found Pin
Winkles15-May-10 12:06
Winkles15-May-10 12:06 

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.