o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

webbrowser scrollbars -

in my visual basic webbrowser i can't set webbrowser.height
to display the webbrowser correct in every screen resolution. When it looks very good in 800x600 it looks weird
in 1024x800 i know that but when i try to change
the resize of the form with code the webbrowser
does not show the scrollbar (on the left side)
arrow down correct anymore (the arrow is gone
so i cant see the lowest part of a website!) help me.

 

scrollbars in webbrowsers1 -
i have 4 webbrowser controls on 1 page .. is it possible to show the complete website in webbrowser1 ..i need some kind of stretch function in my webbrowser. at this moment i'v disabled scrollbars .. but both scrollbars are still visisble. .. any ideas?


WebBrowser control scrollbars -
Hello all, I have one question about the webbrowser control page scrollbars, I want to make my scrollbars more flexible like the ei or firefox scrollbars I mean if it was not maximized or i resized the form of the web browser I want the page scrollbar to move with me (or to stay in sc


webbrowser and scrollbars -
i use the microsoft webbrowser control and i want to control the scrollbars on the webbrowser with Hscrollbars and Vscrollbars outside the webbrowser.


webbrowser scrollbars -
in my visual basic webbrowser i can't set webbrowser.height to display the webbrowser correct in every screen resolution. When it looks very good in 800x600 it looks weird in 1024x800 i know that but when i try to change the resize of the form with code the webbrowser does not


WebBrowser Scrolling -
I got rid of the scrollbars using a picturebox (which I need). But my app needs the webbrowser to scroll to the bottom of the page. How can this be done?


Big PicBox -
I want a picturebox control with scrollbars, as if i was viewing pictures in a webbrowser, but without using a webbrowser. any suggestions?


no scrollbar in webbrowser. (resolved) -
i'm stumped. i have a webbrowser, but i dont want it to display the scrollbars when a page is loaded in it. how do i do this?


CSS - scrollbars -
I know that colouring the scrollbars is not allowed by the CSS standards, I even read this to confirm it. Does anyone know why they won't allow you to do this? Sometimes a page would look so much better with custom scrollbars.


Who know how to disable scrollbars of webbrowser component -
Who know how to disable scrollbars of webbrowser component in vb6 ?


WebBrowser Control With No Scrolling -
Is it possible to have the WebBrowser without the scrollbars on the WebBrowser control??


Scrollbars on form -
Hello I put Scrollbars on form by adding to his style the flags: WS_VSCROLL, WS_HSCROLL. 1. Is any body know how can I get those scrollbars HWND? 2. How can I catch if Scroll accured ? 3. How can I change the Min, Max, Step of those scrollbars ? Thank you very much for helpi


visual basic scrollbars -
I have a simple program, showing a gif picture (partially -about 25% -left corner) with scrollbars, horizontal and vertical. The Gif-picture is bigger than the screen, that's why I use the scrollbars. On almost all screens the scrollbars are visible (and usable) but on some screens


Janus GridEX - problems with scrollbars -
Does anyone know how to force a Janus GridEX to display scrollbars? Sometimes when the grid refreshes, it does not display scrollbars even though it should. I could not find any methods or properties to do this so I don't know if there's an easy way to display scrollbars or not...


WebBrowser Control Scrollbars -
Is there any way to elimate the scroll bars on the WebBrowser control? Thank you


propertychanged error -
Public Property Scrollbars() As GridScrollbars Get Scrollbars = fgGrid.ScrollBars End Get Set(ByVal Value As GridScrollbars) fgGrid.ScrollBars = Value PropertyChanged("Scrollbars") End Set End Pro


Removing the Vertical Scroll bar on Webbrowser -
hi all, how can i get rid of the scrollbars on a webbrowser? webbrowser1 needs to have all the scroll bars removed. (only one thats showing right now is vertical) thanks


How do you remove scrollbars from a webbrowser in a form -
anyone know?


vbScrollBars -
I can't get rid of the scrollbars in a WebBrowser Window. Is there any way around this?


Scrolling n webbrowser! -
When I load a page into a webbrowser on my form, scrollbars appear because the page is bigger than the browser itself! I want the browser to automatically scroll to the center of the page. Is that possible??


RESOLVED - Force scrollbars in Data Report -
I can't find any reference to a scrollbar property for a Data Report. I have several reports in my project, some print portrait and some print landscape, but all display in the same size window. I have done nothing as far as setting up scrollbars and yet it has vertical scrollba


Bloody Scrollbars! -
I'm trying to scroll a bitmap in a picture box using 2 scrollbars like you'd expect. But the code only works if I set the Largechange property of the scrollbars to 0. If I use a number greater than 0 then the bitmap appears in the wrong place. I can't see how LargeChange should


block popups, disabe scrollbars, no right click in webbrowser component -
Who know how to block popups from webbrowser component or to disable the scrollbar? or else no right click on the webbrowser component.


scrollbars on forms -
hello all, i have a problem with scrollbars on forms. The form i use is used as a handler in the rightpane of another form. does anyone know how i can put scrollbars on that form. not knowing the position of the scrollbars, the initial size of the form thanx


vb webbrowser -
Hi all, I need a WebBrowser in a VB form.. so i can use a script to call webform1.url=<url> and then show the web-browser the browser goes to the specified url direct. the webform1 no controls but scrollbars if page need them just for viewing the page. is there a cod


Temp stop use of scrollbars -
Is there any way to temporarily disable the use of the scrollbars while some other code is being used and then, when the other code finishes, enable the scrollbars again. This is being used in a flexgrid. Thanks


making a nonscrollable window -
I want to dispay part of a web page, but I don't want scrollbars. I've tried turning the scrollbars option off but that doesn't work, and it is not my webpage so I can't change the properties of the page. Any idea on how to force it to not show scrollbars?


How to do this with a webbrowser control.. -
I want the webbrowser.control to open a page... lets say www.vbforums.com But the form1 is only covering a 1/4 of the screen... So inorder to find --> SEARCH THE FORUM [GO] i must manuallly scroll the scrollbars that the webbrowser.control diplays... Is there a way to &q


Datagrid Scollbars -
I created a drived Datagrid control, and i'm trying to prevent the scrollbars from ever showing. Just adding "mybase.vertscrollbar.hide" or .visible = false does not help. i also tried to add a handler for the visiblechanged event of the scrollbars - but then the rectan


Using F# keys with scrollbars -
Hey I just added scrollbars to my application, but now it wont let the user use the F# keys when using the Form_KeyDown event. Is there any other way to get the KeyDown's of the f# keys or is there any way to use them alongside the scrollbars?


* RESOLVED * Disable flexgrid scrollbars -
Is it possible to disable a flexgrid's scrollbars? ------------ fg.ScrollBars = flexScrollBarNone


Scrollbars in a MSHFlexgrid -
How can I get the vertical scrollbars to always appear. Because right now they only appear when the MSHFlexgrid contains more rows than it can display in the window and I want them to appear all the time, like when you have a textbox and you add vertical scrollbars to it, they are alw


Textbox and ScrollBars -
Hi, i'm filling a Textbox with some text .. the problem is that the scrollbars will only show from the moment i click on the TextBox .. i want the scrollbars to be shown right after the textbox is filled.


WebBrowser Border Less -
Hi, if you see this page: http://www.euromind.com/iedelphi/, you can obtain a VCL for Delphi that uses WebBrowser from IE and add properties like borderless and flat scrollbars. Anybody know how do it on VB. I Try to translate the code from Pascal to Basic but is like impossible?


Subclassing Scrollbars -
Anybody know how to subclass the scrollbars or flat scrollbars in VB to change the colors? I need to change them, i think it will have to be done via subclassing. But i dont know how, any ideas? Cheers


custimizing scrollbars for datagrid use -
Im trying to create custom hscroll and vscroll scrollbars that will interact with a datagrid. I cant quite seem to figure out the properties that i need to use to allow the scrollbars to interact with the datagrid. I would greatly appreciate anyones input on the matter.


WebBrowser control, page size to fit -
I want to use a WebBrowser control to display a website in a program. The Website is a standard 800X600 which requires making both the form and control very large. I would like to size the control much smaller but want the full page to show in the control without the use of scrollbars


RESOLVED - Force scrollbars in a Data Report -
I can't find any reference to a scrollbar property for a Data Report. I have several reports in my project, some print portrait and some print landscape, but all display in the same size window. I have done nothing as far as setting up scrollbars and yet it has vertical scrollbar


Scrollbars property of textbox... PART II -
I am creating a form dynamically with labels and textboxes and loading data into these textboxes. I want to be able to set the ScrollBars property of the textbox = 2 when the text length is greater then 50 characters. When I run my code I get: Compile error: Can't assign to read-


Text Box's and Scroll Bar's -
Right.. just a quick and unimportant question this time.. How do get a textbox to have scrollbars only as it needs them..? I don't mean shadowed out Scrollbars.. I mean Scrollbars appear when the text goes past the amount of space in the box.. then dissapear when there's room for


Non-Ugly Scrollbars (Download) -
I've been trying to make a better looking interface in VB6 and the one thing that sticks out like a sore thumb is the VB6 scrollbars. They don't look modern. I've used search in the forums to try to locate information and I've Googled a ton, everything I find is either .NET or clos