If your control is an ActiveX control, you could write a wrapper around it
(.NETCF has no COM interop) or use a solution like Odyssey's CFCOM - http://www.odysseysoftware.com/cfcom_main.html
eVB code itself is not accessible from outside your eVB application, as it
is an interpreted script you cannot call into parts of it from a .NETCF
application. You can launch an eVB application from .NETCF by using the
CreateProcess API method which is included in the OpenNETCF.WinAPI library - www.opennetcf.org/winapi.asp
Peter
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.