I am using late binding in my application to call upon other applications.
ex. set obj = createobject("name.class")
Does anybody know how I can extract the string "name.class" from a DLL.
THANKS
Printable View
I am using late binding in my application to call upon other applications.
ex. set obj = createobject("name.class")
Does anybody know how I can extract the string "name.class" from a DLL.
THANKS