N
Neville Lang
Hi all,
I have a third party ActiveX control, with the documented exported
functions, written for Win CE 3.0, I guess using eVC. My question is what is
the best strategy for accessing some of its functions from within C#?
After reviewing some past posts via Google, I understand that CF does not
support ActiveX controls. I did notice a paper that mentioned using P/Invoke
to access an ActiveX control via a eVC DLL wrapper. Since I have some
knowledge of eVC but not very much on ActiveX controls, I am really asking
for a starting point in creating the DLL wrapper so that I can call it from
P/Invoke, which I have some knowledge of also.
Earlier this year, I used P/Invoke quite a bit to call functions in a third
party DLL library. What I am not sure here is the ActiveX control as I have
never had to interface with one before.
Regards,
Neville Lang
I have a third party ActiveX control, with the documented exported
functions, written for Win CE 3.0, I guess using eVC. My question is what is
the best strategy for accessing some of its functions from within C#?
After reviewing some past posts via Google, I understand that CF does not
support ActiveX controls. I did notice a paper that mentioned using P/Invoke
to access an ActiveX control via a eVC DLL wrapper. Since I have some
knowledge of eVC but not very much on ActiveX controls, I am really asking
for a starting point in creating the DLL wrapper so that I can call it from
P/Invoke, which I have some knowledge of also.
Earlier this year, I used P/Invoke quite a bit to call functions in a third
party DLL library. What I am not sure here is the ActiveX control as I have
never had to interface with one before.
Regards,
Neville Lang