scrollbar
-
Hellow to all i am trying to attatch a HScrollbar to a PictureBox or to a form . i am useing drawing method in the PictureBox that i don't wanna lose the painting inside them .. thxx ..
-
Hellow to all i am trying to attatch a HScrollbar to a PictureBox or to a form . i am useing drawing method in the PictureBox that i don't wanna lose the painting inside them .. thxx ..
microuser_2000 wrote:
i am useing drawing method in the PictureBox that i don't wanna lose the painting inside them
I fail to see how a ScrollBar is going to accomplish this. How about explaining what you really trying to do and what your problem is.
Dave Kreskowiak Microsoft MVP - Visual Basic
-
microuser_2000 wrote:
i am useing drawing method in the PictureBox that i don't wanna lose the painting inside them
I fail to see how a ScrollBar is going to accomplish this. How about explaining what you really trying to do and what your problem is.
Dave Kreskowiak Microsoft MVP - Visual Basic
the thing is like that i have my picture box that i had in it information for this example stations names , but in some cases i have a plenty of station that wont fit all in the same picture box , so what i need is to scroll and go to the right and read the whole information ... that's why i need scroll in my picture box .. thank u ..
-
the thing is like that i have my picture box that i had in it information for this example stations names , but in some cases i have a plenty of station that wont fit all in the same picture box , so what i need is to scroll and go to the right and read the whole information ... that's why i need scroll in my picture box .. thank u ..
I have no idea how your putting this information in the picturebox, but there's an easy solution. Resize the picturebox to as big as you need it, then put it inside a Panel control and set the Panel's AutoScroll property to True. Done!
Dave Kreskowiak Microsoft MVP - Visual Basic