Zooming/Changing web browser text font sze... I saw this done on planetsourcecode.com, but it only had 5 sizes, and didn't change the size very much at all. Is there a better way of doing this that changes the size even more??:confused:
I have an MDI program and a listbox that pops up within the childwindow. If the listbox pops up near the bottom of the child window it gets cut off. Is there a way to make the listboxdraw on top of the child window and have it spill out of the child if its near the bottom? ZOrder maybe?...
I have 2 frame controls on a form one directly below the other. Thebottom frame has a listview control on it. I make the listview visibleunder certain conditions. When I make the listview visible, I want it tobe the top most control on both the frame it is contained on but also ontop of the frame di...
I need to know how to get a label to stay on top of a picture box. I set the Zorder of the label to 0 but the picture box still covers it. When i use an Imagebox the label stays on top, But, the imagebox gives a crappy flickering effect when it moves so i have to use a picturebox.Is this possibl...
Hello all,I'm working on an app. that allows a user to scan a paper form, and then in a VB form, type some data on top of the scanned form (on the screen).What I have so far is an image box (of the scanned item), and I'm trying to put a text box of an RTF box on top of it so they can t...
I am making a project of image editor like corel draw.I have a problem of zooming picture in picturebox.I have a solution by using "Streathblt" function.But i want other idea of that....
Is there a way that I can create 2 buttons that will will zoom in on my form. I am using a user form in VBA and about 8,000 people will be using it. Not everyone's screen resolution is the same so I need to create some zoom buttons so they can fit it to their liking. So can I create two but...
[Originally posted by Irfan Abbas Makandar]Hi there, I am currently working with GIS(Geographical Information System) and want zooming algorithms immediately. Please help me out by providing the references to search for and/or any websites U know. Thanking U in Advance....
Hi all,I need to be able to zoom a PictureBox with all the child contols in thePictureBox. The only child controls are labels and TextBoxes. Any ideas?Any help is very much appreciated.Jim...
I'm having some problems creating a print preview.Instead of printing to the printer object, I print to a picturebox to create a print preview. This works fine untill I start zooming in to it. I save the picturebox's image to a StdPicture. When I zoom in i use the PaintPicture method t...
[Originally posted by Karlis]In am trying to mimic the "stretch" propertythat is available for the Image control in a Picture Box Control.In a using the StretchBlt API.The idea is to click the "Zoom In" buttonto enlarge and reposition the image so that it centres in the form.Each...