Dec 10, 2002 #1 AndyGroom Programmer May 23, 2001 972 GB Hi, Is it possible to force the WebBrowser control not to display scrollbars even if the page is too big to view? I guess I could display my page in an HTML frame and set the frame not to have scrollbars, but is there an easier way? - Andy.
Hi, Is it possible to force the WebBrowser control not to display scrollbars even if the page is too big to view? I guess I could display my page in an HTML frame and set the frame not to have scrollbars, but is there an easier way? - Andy.
Dec 10, 2002 #2 TJNweb Programmer Dec 9, 2002 50 EE frame - most easiest ! But if you really need this then use window messages to remove scrollbar Upvote 0 Downvote
Dec 10, 2002 #3 strongm MIS May 24, 2001 20,234 GB No frames, no API calls, just a simple HTML tag attribute: thread222-381024 Upvote 0 Downvote
Dec 11, 2002 Thread starter #4 AndyGroom Programmer May 23, 2001 972 GB Thanks, The HTML tag is perfect, except I was using "scrollbars='no'" instead of "scroll='no'", so I was on the right track - Andy. Upvote 0 Downvote
Thanks, The HTML tag is perfect, except I was using "scrollbars='no'" instead of "scroll='no'", so I was on the right track - Andy.