Hi All:
I have developed a C# (VS 2008 class library project) DLL. This DLL is registered for COM Interop and is COM visible.
I can consume the DLL in VFP 9 using the CreateObject command, then invoking the methods in the DLL.
However, the DLL is not exposed to VFP IntelliSense. I get no list of functions/methods for the object and of course, no lists of parameters.
Is there a way I can expose these methods to IntelliSense in VFP 9?
TIA,
Dan
Dan Walter
Daniel.Walter@uvm.edu
try { succeed(); } catch(E) { tryAgain(); } finally { rtfm(); }
I have developed a C# (VS 2008 class library project) DLL. This DLL is registered for COM Interop and is COM visible.
I can consume the DLL in VFP 9 using the CreateObject command, then invoking the methods in the DLL.
However, the DLL is not exposed to VFP IntelliSense. I get no list of functions/methods for the object and of course, no lists of parameters.
Is there a way I can expose these methods to IntelliSense in VFP 9?
TIA,
Dan
Dan Walter
Daniel.Walter@uvm.edu
try { succeed(); } catch(E) { tryAgain(); } finally { rtfm(); }