I am not sure if I understand what you want to do. First
of, you can call functions exported from a eVC DLL.
However, if the DLL is actually an ActiveX control you can
not directly call it from the .NET CF because COM interop
is not supported. In that case you have to write a wrapper
around the ActiveX control, or make use of Odyssey
Software's CFCOM component
(
http://www.odysseysoftware.com/cfcom_main.html).
If you want to activate an eVB application from within
a .NET CF application, sort of what the second part of
your question implies, you need to P/Invoke CreateProcess.
To make that easier you might want to take a look at
OpenNETCF.org's WinAPI library
(
http://www.opennetcf.org/winapi.asp).
Regards,
Maarten Struys, eMVP
PTS Software bv