import dll

chand

Freshman
Joined
Feb 4, 2004
Messages
30
Hi

i am doing .net application and i am using third party software.i placed that dll in my application bin directory.how can i import that dll and use their dll functions in my zzz.aspx.vb(code file of aspx file)file.
thanks for any help
 
Assuming you have the documentation to the properties and methods of the 3rd party dll, just use the references in the solution explorer to reference the dll in your project, then dim a variable of the class you want to use.
 
Back
Top