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 the use of CLR in .NET?
how to set the startup position of the form?
State the different levels of exceptional safety?
Explain is development of a mobile web application with asp.net is very easy? : Microsoft dot net mobile
How to delete the duplicate records in a table using sql server
What do you know about machine.config file ?
What is the difference between l1 and l2 cache? : Dot net architecture
what does dot in .net means
Can I create my own metadata attributes?
Why the config file might not be writable
how to make and display a form without title bar?
Define cache coherency and how is it eliminated? : Dot net architecture