All right, I have a program with some funky colors and I had a progress bar form the Microsoft Common Control SP3 and the back and for color of the progress bar are the windows default colors. How do I temporary change the color or apply a new color to my progress bar. If there is no way, how do I create my own progress bar?
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...
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 am using the following code given by one of the VB WORLD.COM member to zoom a picture. Dim speed As Integer speed = 5 With ActiveForm.Picture2 .Picture = .Image .PaintPicture ActiveForm.Picture2, 0, 0, .ScaleWidth, .ScaleHeight, .ScaleWidth...
[Originally posted by Jim]Using pictureboxes, how do i write a function to move a picturebox forward or backward using their Z-order property. I don't want to move them all the way to the back, just one step backward at a time and the same for forward....
hey,i just need a reminder.when i have a form and from within it i .show another form how do i keep the user from getting back to form1 before clicking exit on form2, and without making form2 alwais on top?thanks.....
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...
i want the picture box's is fixed.But i can zoom in and zoom out the picture which i had loaded.this means only picture size change but picture box's size is still same....