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 a tool tip
Explain about cookie less session state? : .NET Architecture
How do you handle this COM components developed in other programming languages in .NET?
0 Answers InfoAxon Technologies,
Let's say I have an existing application written using Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. How would you approach migrating this application to .NET ?
What is boxing and unboxing? Does it occure automaatically or you need to write code to box and unbox?
Can you explain update progress control?
can Array contains different datatypes ?
How to prevent my .NET DLL to be decompiled?
What is the numeric attribute of the textbox control in .net mobile? : Microsoft dot net mobile
What is the difference between SAX Parser and DOM Parser?
how to kill user session ?
Explain about common language infrastructure?