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

what is the Difference between Tabletype and Snapshot?

0 Answers  


What are the objects in ADODB?

1 Answers  


How many types of API functions are availble in VB?

1 Answers  


Is visual basic still used?

0 Answers  


Difference between listbox and combo box.

12 Answers   HCL, Infosys,






___ VB constant make the menu item in centre.

0 Answers  


___ is the control used to call a windows application.

0 Answers  


How to trap Data Base Error?

1 Answers  


How do I speed up control property access?

0 Answers  


what is the Property used to add a menus at runtime?

0 Answers  


Explain about the basic features of Visual basic?

0 Answers  


What is the use of NEW Keyword Explain?

2 Answers  


Categories