Help needed to host ActiveX WebBrowser

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello All,

We would like to host the ActiveX IE6 control in WinCE 5.0 as we need to
disable scrollbars and some other properties that we currently don;t have
control over with the supplied .Net control.

Any help would be greatly appreciated :)
 
Bob,

I'm not certain, as I've never looked at doing this, but what I'd attempt is
to get the handle for the main control and subclass that to see if you can
intercept the scrollbar stuff and alter the visibility of child controls.
You might be able to adjust some behaviors with an IMessageFilter
implementation as well.
 
Hello Chris,

Since we could also use the Pocket Internet Explorer, would we have better
luck with that component?

Thanks for your help :)
--
Bob Hanson
Senior Solutions Developer



Bob,

I'm not certain, as I've never looked at doing this, but what I'd attempt is
to get the handle for the main control and subclass that to see if you can
intercept the scrollbar stuff and alter the visibility of child controls.
You might be able to adjust some behaviors with an IMessageFilter
implementation as well.
 
Back
Top