How To Export Functions Present in a ActiveX Dll?
So that i can use that vb dlll from any application.... .....
So that i can use that vb dlll from any application.... .....
CallByName(Object as Object,Procname as String,Calltype as VbCallType,Args() as Variant)
CallByName(Object as Object,Procname as String,Calltype as VbCallType,Args() as Variant)
Comment