Posted: Sun Dec 21, 2014 8:46 am Post subject: (Help Please) Make DLL in Visual Basic 6 (VB6)
I want to create a dll file in VB6
I want the file works as follows:
1. When the program has been injected into a process, then it will automatically display a message box
TLDR; VB6 compiles its DLLs, by default, into ActiveX DLLs which contain no entry point. You need to build the DLL to have an entry point. _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum