Page 1 of 1

eVC++ ActiveX not working in Pocket IE

PostPosted: Sep 29, 2005 @ 4:58pm
by ray

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

PostPosted: 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

PostPosted: 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