Post subject: eVC++ ActiveX not working in Pocket IE

Posted:
Dec 7, 2005 @ 7:34am
by jkkhurana
Hi
You have to implement IObjectSafety interface to get it working on PIE. Also, override and implement OnSetClientSite() method in your control class, this should solve your problem.
Thanks
Jatinder Khurana
Post subject: eVC++ ActiveX not working in Pocket IE

Posted:
Dec 7, 2005 @ 7:40am
by jkkhurana
Hi
You have to implement IObjectSafety interface to get it working on PIE. Also, override and implement OnSetClientSite() method in your control class, this should solve your problem.
Thanks
Jatinder Khurana