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 |
Can you explain update progress control?
What is biginteger and when would you use that?
What is .net mobile images control. Explain with an example? : Microsoft dot net mobile
what is page_directive
Can I create my own metadata attributes?
What is Com Callable wrapper?when it will created?
What are the new features of .net 2.0?
Does .NET runtime offer Deterministic Destruction or not?
when garbage collector come into picture. ?
What is .net mobile lists. : Microsoft dot net mobile
What is the purpose of Treeview control?
Explain the race around condition? : .NET Architecture