|
-
August 13th, 2002, 12:24 AM
#1
How to Create win32 dll in VB?
Is it possible to create Win32 Dll in VB? if so can any one send me some sample code..
thanks.
-
August 13th, 2002, 06:01 AM
#2
VB can create ActiveX DLLs and ActiveX Document DLL , but not simple DLLs with exported functions like Windows API.
The best way (and I believe that she is the unique one) is to create DLLs in C with VisualC++ for example.
Good Luck!.
MrSparc.
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
|