I have a problem about "Internet Explorer_Server"

  • Thread starter Thread starter keandi
  • Start date Start date
K

keandi

Hi. I have a problem about "Internet Explorer_Server"
You can see the state by next link

http://pds5.devpia.com/vc_qa/631000/630063/iewin.gif


In my code, I use MoveWindow in order to move "Internet
Explorer_Server"
1. top += 20;
2. bottom -= 40;

See the bottom "Shell DocObject View".
The scrollbar space of "Internet Explorer_Server" is hidden.

Although I move the bottom of "Internet Explorer_Server" (-20, -40,
-60...), the scrollbar space is hidden.

Could you know the reason?
 
Hi Keandi, (onion hozaio!)

Try this newsgroup

microsoft.public.inetsdk.programming.webbrowser_ctl

PS. The scrollbars appear when there is an 'overflow'. You can hide the
scroll bars with style="overflow:hidden". I don't know why you would move
the Internet Explorer_Server container to make the scrollbars visible.

Regards. (Com-sa homni dah)
 
Back
Top