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 an asssembly qualified name? Is it a filename? How is it different?
How do I know when my thread pool work item has completed?
Can I create my own context attributes?
what are login controls?
what to choose among testing, .net , and java for a B-Tech (ECE) fresher.
What is difference between .net and visual studio?
What is a managed code is dim fs as filestreamobject is a managed code? : .NET Architecture
Explain the five stages in a dlx pipeline? : .NET Architecture
how many types of controls are there in windows and web application?
Explain <mobile:link> element .net mobile with example? : Microsoft dot net mobile
Explain .net mobile selectionlist control? : Microsoft dot net mobile
if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get