How to call the dll at runtime in .Net?
Answers were Sorted based on User's Feedback
Answer / ashish kumar
by writting the following command to the form section we
can call thee dll file.
Private Declare Function LockWorkStation Lib "user32.dll"
() As Long
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / suresh
By using System.Reflection.LoadAssembly('path of dll')
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / sreekanth
we will refer that dll by adding Add refernce to our project
and using the namspace o the dll we can use that class.
| Is This Answer Correct ? | 14 Yes | 17 No |
What is msil, and why should my developers need an appreciation of it if at all?
How can a win service developed in .NET be installed or used in Win98?
2. I've a class Parent Class A and a Derived Class B. Here is a scenario. I've an instance of Class A as objA and an instance of Class B as objB. I can refer a child class variable as objB=objA, but cannot do objA=objB what is the reason?
In LINQ TO SQL if it is possible to select the top 5 records from the particular table using select top 5.
How do I know when my thread pool work item has completed?
What is VSS? Use of VSS? How can we use VSS in our Application?
What actually happes when you add a something to arraylistcollection ?
Describe the Managed Execution Process in .NET?
0 Answers InfoAxon Technologies,
Explain difference between machine config vs. Web config : Dot net architecture
What is a virtual memory? : .NET Architecture
which tag i need to use manually to bind columns in a datagrid ?
how to make and display a form without title bar?