Re: Scroll Bar zoom HELP!
Re: Scroll Bar zoom HELP!
Thread moved from CodeBank forum (which is for you to post your code examples, not questions)
If you look at the help for .Scale you will see that it is not related to what you are trying to do - what it does is re-define the coordinate system (which affects the position of things you do until you next set the .Scale).
To zoom either re-draw everything (with sizes/positions altered appropriately), or create a second picturebox and use .PaintPicture to copy at the size you want.