R
Romain TAILLANDIER
Hi group
I have some fonctionalities available in an OCX created with VB6. I have
import it in a Full FrameWork project dependencies, and it is usable throw 2
dll named Interop.MyOcxName.dll, and AxInterop.MyOcxName.dll. as it allways
do when i include OCX.
this two dll are using the AxHost class to make my OCX fonctionnalities
available.
Now i try t use the OCX under Compact FrameWork, How can i do ?
the AxHost class seems not be available under CF.
I can't add the .ocx in the reference on smart device projects. seems the
case of all COM components (is ocx a COM component ? guess yes)
Is there alternatives ?
Now my OCX is a locker. It protect my software against illegal copy or
pracy. It is allow me to give some Key for allowing or not my final users to
access some fonctionalities (same as a shareware or evaluation soft, which
are locked after 30 days).
Do you know some free software who did that under CF ?
Thank
ROM
I have some fonctionalities available in an OCX created with VB6. I have
import it in a Full FrameWork project dependencies, and it is usable throw 2
dll named Interop.MyOcxName.dll, and AxInterop.MyOcxName.dll. as it allways
do when i include OCX.
this two dll are using the AxHost class to make my OCX fonctionnalities
available.
Now i try t use the OCX under Compact FrameWork, How can i do ?
the AxHost class seems not be available under CF.
I can't add the .ocx in the reference on smart device projects. seems the
case of all COM components (is ocx a COM component ? guess yes)
Is there alternatives ?
Now my OCX is a locker. It protect my software against illegal copy or
pracy. It is allow me to give some Key for allowing or not my final users to
access some fonctionalities (same as a shareware or evaluation soft, which
are locked after 30 days).
Do you know some free software who did that under CF ?
Thank
ROM