chand Posted April 17, 2004 Posted April 17, 2004 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 Quote
tonyf Posted April 17, 2004 Posted April 17, 2004 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. Quote Everything is possible!!
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.