Is it possible to create Win32 Dll in VB? if so can any one send me some sample code..
thanks.
Printable View
Is it possible to create Win32 Dll in VB? if so can any one send me some sample code..
thanks.
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.