D
Dahab
Hi,
Anyone know how to call an overloaded function from a .Net 2 dll in VBA
(Access 2003)?
Does the overloaded functions have to be declared in a special way in the
..Net 2 dll?
Did a test and declared two functions:
public string GetName()
and
public string GetName( string ID)
Only the latter will execute!
Thanks
D.
Anyone know how to call an overloaded function from a .Net 2 dll in VBA
(Access 2003)?
Does the overloaded functions have to be declared in a special way in the
..Net 2 dll?
Did a test and declared two functions:
public string GetName()
and
public string GetName( string ID)
Only the latter will execute!
Thanks
D.