How to call the dll at runtime in .Net?
Answer Posted / 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 |
Post New Answer View All Answers
Explain how cache is used? : Dot net architecture
what is polymorphism and advantage ?
Can I customise the trace output?
How cache is used? : Dot net architecture
What size is a .net object?
Explain about developer benefit from memory management?
Explain about appdomains?
Define a managed code? : Dot net architecture
What is the use of web.config?
Explain Intermediate Language?
Explain about the base class library provided by microsoft.net?
How can I create a application?
What is the difference between metadata and menifest ?
Explain
What is the procedure on hardware that converts the ascii value to binary? : .NET Architecture