Hi,
The normal way is to open an ActiveX dll project and develop your code. Then use the Make YourProjectName.dll option under File menu to create the dll. Hope it helps. Let me know what happens.
With regards,
PGK
jes i got that. but how do i have to declare the functions in the ActiveX project? When i just use Public Sub MyFunction() it cant be called... (Dll entry point was not found)
thanx for your support!
When you create a ActiveX dll in VB a class called Class1 is created by default.
You can then call public functions, that are in Modules for example, from the class using a method of the class, or place the public function inside the class as a method of the class.
You need to first do some reading up on how to use a basic ActiveX dll. [/b][/i][/u]*******************************************************
General remarks:
If this post contains any suggestions for the use or distribution of code, components or files of any sort, it is still your responsibility to assure that you have the proper license and distribution rights to do so!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.