
Creating a normal DLL in VB (no ActiveX dll)
you can access an ActiveX DLL from another application by using the Declare
statement.
When you create it just have a module with you functions and subs as normal.
They will be the ones that you'd use in the 'declare' API calls.
Alan.
Quote:
> Hello there,
> Does anybody know if it's possible to create a NOT "activeX-dll", so i can
> call it from another progr. language with Declare ....???
> Tx,
> JD