ScrollBar
-
hellow to all .. can anyone help me with how to use ScrollBars ? and how to put it with picturebox ? any samples ? thxx ...
-
hellow to all .. can anyone help me with how to use ScrollBars ? and how to put it with picturebox ? any samples ? thxx ...
It would help if you mentioned what you want these scroll bars to do...
Dave Kreskowiak Microsoft MVP - Visual Basic
-
It would help if you mentioned what you want these scroll bars to do...
Dave Kreskowiak Microsoft MVP - Visual Basic
ok , i have a really width photo that i would like to show , the photo in width do not fit the screen so what i am trying to do is to have a scroll that when i go to the right i can see the rest of the photo :) thank u in advance , for anyhelp ..
-
ok , i have a really width photo that i would like to show , the photo in width do not fit the screen so what i am trying to do is to have a scroll that when i go to the right i can see the rest of the photo :) thank u in advance , for anyhelp ..
There is an article about this here: http://www.codeproject.com/bitmap/bmpscroll.asp[^] Not VB.NET though. May point you in the right direction... Steve
-
ok , i have a really width photo that i would like to show , the photo in width do not fit the screen so what i am trying to do is to have a scroll that when i go to the right i can see the rest of the photo :) thank u in advance , for anyhelp ..
Easy. Put a Panel on your form, then put a PictureBox in the Panel. Make sure the Panel's AutoScroll property and the PictureBox AutoSize properties are set to True.
Dave Kreskowiak Microsoft MVP - Visual Basic
-
Easy. Put a Panel on your form, then put a PictureBox in the Panel. Make sure the Panel's AutoScroll property and the PictureBox AutoSize properties are set to True.
Dave Kreskowiak Microsoft MVP - Visual Basic
Woah! Nice one Dave! Steve
-
Woah! Nice one Dave! Steve
I had to make one of these for an application I wrote a while back. Turned it into it's own control in about 10 minutes and now it sits in the GAC and has it's cozy little place in my Toolbox.
Dave Kreskowiak Microsoft MVP - Visual Basic
-
I had to make one of these for an application I wrote a while back. Turned it into it's own control in about 10 minutes and now it sits in the GAC and has it's cozy little place in my Toolbox.
Dave Kreskowiak Microsoft MVP - Visual Basic
I think I will do the same! A simple but great idea! Steve
-
Easy. Put a Panel on your form, then put a PictureBox in the Panel. Make sure the Panel's AutoScroll property and the PictureBox AutoSize properties are set to True.
Dave Kreskowiak Microsoft MVP - Visual Basic
Hey Dave , i wanna remind u that the photo that i am trying to show is going to be biger than 1024 pix in width .. thxx for any help ..
-
Hey Dave , i wanna remind u that the photo that i am trying to show is going to be biger than 1024 pix in width .. thxx for any help ..
forget about the shit that i had just said it worked fine for me :)
-
forget about the shit that i had just said it worked fine for me :)
Oops!
Dave Kreskowiak Microsoft MVP - Visual Basic
-
Hey Dave , i wanna remind u that the photo that i am trying to show is going to be biger than 1024 pix in width .. thxx for any help ..
So what?
Dave Kreskowiak Microsoft MVP - Visual Basic