What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » [VB] Runtime loading dll

[VB] Runtime loading dll
Author: Message:
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: [VB] Runtime loading dll
I don't know about VB.NET, but to use DLL functions in VB6:
code:
Declare Function <fn-name> Lib "<lib>" Alias "<realname>" (<args>) As <type>
For example, RegOpenKeyEx:
code:
Declare Function RegOpenKeyEx Lib "advapi32.dll" Alias "RegOpenKeyExA" (ByVal hKey As Long, ByVal lpSubKey As String, ByVal ulOptions As Long, ByVal samDesired As Long, phkResult As Long) As Long

This post was edited on 08-17-2004 at 09:48 PM by RaceProUK.
[Image: spartaafk.png]
08-17-2004 09:47 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[VB] Runtime loading dll - by J-Thread on 08-17-2004 at 01:03 PM
RE: [VB] Runtime loading dll - by RaceProUK on 08-17-2004 at 09:47 PM
RE: [VB] Runtime loading dll - by J-Thread on 08-18-2004 at 08:06 AM
RE: [VB] Runtime loading dll - by RaceProUK on 08-18-2004 at 08:48 AM
RE: [VB] Runtime loading dll - by J-Thread on 08-18-2004 at 08:53 AM
RE: [VB] Runtime loading dll - by RaceProUK on 08-18-2004 at 10:18 AM
RE: [VB] Runtime loading dll - by J-Thread on 08-18-2004 at 08:03 PM
RE: [VB] Runtime loading dll - by J-Thread on 08-19-2004 at 09:44 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On