Link to home
Start Free TrialLog in
Avatar of Psychotext
Psychotext

asked on

Installing OCX (EasyInk) for IE Mobile on Windows Mobile 5 PDS

I'm trying to use a control in IE Mobile on a HP iPAQ but I'm not sure now to get it to install.  When I browse to the page below in Internet Explorer on a PC I get the option to install the control, but the same thing doesn't work when I browse to the page on the PDA.  I'm assuming there must be a manual way to install the control, but I have no idea what that is.

http://www.tacticaladvantage.co.uk/test.html

The control can be found here:
http://www.pocketpcdn.com/libraries/easyink.html

and a little info on the control being used in a PDA here:
http://www.sitexperts.com/forums/getMessage.asp?m_id=60251

and mentioned in a solution here:
https://www.experts-exchange.com/questions/20994380/Signature-Capture.html

Code to place the control in the page:

<OBJECT ID="obj_Signature" CLASSID="CLSID:4D17496D-7DA3-11D4-9270-00105AA9A07C" height="90" width="260" align="center" VIEWASTEXT>
      <param name="Enabled" value="-1">
      <param name="BackColor" value="white">
      <param name="ForeColor" value="black">InkControl not supported.
</OBJECT>

Any assistance is greatly appreciated.
Avatar of Mikal613
Mikal613
Flag of United States of America image

Just run the Install exe on your machine while connected to your device via active sync. You then have the control on your machine to deploy.
Avatar of Psychotext
Psychotext

ASKER

Thanks for the information.

I don't have any experience using handhelds... will activesync automatically copy the control over to the PDA if I install when it's connected?  Do I have to do anything in particular to deploy or should the control work in Pocket IE from that point on without any further interaction?

(To clarify, this control isn't forming part of a bespoke Windows application - I plan on using it in exactly the same way as you do using Internet Explorer when you visit the page linked above).
When you add the reference to your project it will automically deploy the object to your device
Ahh... there's no project as such.  This is all being done through the browser - nothing being installed on the PDA (well, other than the control if I can work out how to do it)
what kind of a project?
The system is entirely web based (asp.net), with any code running on remote servers.  The data is pulled from the easyink control using javascript.  I've got this working fine with IE, but the control wont display on the PDA and unlike IE 6 / 7, Pocket IE doesn't give you the option to install it when you visit the page.

Which is why I'm trying to work out how to install it manually.
Sorry, that should say IE Mobile rather than Pocket IE  (Either way, internet explorer on the PDA!)
Ended up buying: http://www.bennet-tec.com/btproducts/WebSignature/

Which seems to work, and actually had installers for the component on the PDA.
ASKER CERTIFIED SOLUTION
Avatar of Computer101
Computer101
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial