Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

how do you make .dll files using vb

Status
Not open for further replies.

beabianca

Computer
Joined
Jul 19, 2001
Messages
1
Location
PH
how do you make .dll files using visual basic?
 
Create a new ActiveX DLL project. Add a new Class Module to your project. Add functions you require to the class module then compile the project.

Any functions within a class that are declared as Public will be available to external programs that have a reference made to the DLL you have created.

elziko
 
wanna write driver for my pci card in VB

zo can you show me where can i find documentz or
sampls progrmz or anything that i can read and mimic ? :-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top