|
-
Nov 29th, 2005, 06:56 PM
#1
Thread Starter
Frenzied Member
"explicit" linking of dll in vb.net
in c++, you do explicit linking by using loadlibrary and getprocaddress(). Can the same be done in vb.net? could I call dll functions the same way? other than using the code:
public declare function dllfunction lib "mydll.dll" () as integer
if so, how?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|