How do you call a function in a DLL?



How do you call a function in a DLL?..

Answer / meerasahib

1.First make refernce to DLL (using Project ---> Reference)
2.Create a object for the DLL Class.(name of the Dll Class)
3.using objectname.functionname(args,....)

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Visual Basic Interview Questions

How would you activate animation control?

1 Answers  


Difference between Linked Object and Embedded Object?

0 Answers  


I'm getting error message "Reserved Error [-nnnn] ("There is no message for this error")" from Jet Engine 2.0.Why?

0 Answers  


What is the use of Tabledef?

0 Answers  


What's the maximum size of a textbox?

5 Answers  






What are the record set types?

1 Answers  


How can you filter out specific type of file using file system controls?

0 Answers  


How would you add elements in TreevieW Control?

0 Answers  


How can you determine performance standards?

0 Answers  


What type of record sets are available in ADO?

4 Answers  


what are the Differences Object and Class?

2 Answers  


what are the Controls which do not have events ?

1 Answers  


Categories