- ZOrder?
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?...
- ZOrder question
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...
- z-order
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...
- ZOOOOOoooooommm
How can I zoom in an out of a picture in a picture box?...
- Zoon In/Out with Picturebox and Thumbnail control
Hello everyone, QUESTION 1: In my form I have a picture box control and it is loaded with picture when the form loads. I also have two buttons; one for zoom in 100 percent and another one is zoom out 50 percent. I can't find a method to do that. Can help suggest anyone suggest? QUESTION...
- Zooming PictureBox
How can I increase width and height of a picturebox every time I zoom out/in using its scalewidth/scaleheight property so that the entire picture is magnified and is visible i.e. it does not get cut from the right side and How can I scroll through the picture using scroll bars?Here is my code:P...