- zoom form
I have several text boxes that get filled in. Sometimes with a lot of info but not too much room on the form. I was thinking on the double click event to open up a large form with the text like a zoom preview and all the end user to make changes in there. Once changes are done it would go bac...
- Zoom for picturebox
I want to be able to create a zoom box with the mouse in order to view portions of a graphic in a picturebox. Any Ideas? Thanks...
- Zoom effect in VB6
Ok - I've looked into a bazillion pages, sites, no go. Here's the functionality I'm trying to achieve - I have a HTML file - I'm using the Webcontrol component - I want to render it (show it), and give the user an option to ZOOM in and out (Out means more to me, I want to fit...
- ZOOM effect
I'm working on a VB Application for building an "Electronic Application Form". I have a (wmf) picture file loaded onto a picture box and also text box controls loaded on to the same picture box. Now in the Print Preview option, I need to provide the ZOOM effect. Is there any Control in VB f...
- Zoom a picture which something drawn on it
i know ordinary zooming with bitblt or paintpicture, but how can i make a zoom a picture which something drawn on it? Can i use picturebox.image property for this or something else?...
- Zoom & pan in a picturebox
Dear Sir,I have embedded a picturebox control in a form in Visual Basic. After loading an image in the picturebox, I want to have the ability to pan & zoom the image. I also want the facility of scrolling the image using scrollbars. How do I do this? Please provide me the source code for doing this....