J
Joe Cool
I have an application that does some things with JPG images. One thing
it does is display the image in full screen mode. I would like to add
a "magnify" feature in this full screen mode where the area under the
mouse is zoomed into while the mouse button is down. The actual size
of the JPG is larger than the physical screen so more detail should be
seen.
I have tried to move the form that is showing the image to an area
outside of the primary screen area by descreasing the Top and Left
properties to less than zero (the original value), and increasing the
height and width of the form so the overall size is larger than the
primary screen. But nothing happens. Debug output shows that the form
properties are not being changed.
What am I missing?
it does is display the image in full screen mode. I would like to add
a "magnify" feature in this full screen mode where the area under the
mouse is zoomed into while the mouse button is down. The actual size
of the JPG is larger than the physical screen so more detail should be
seen.
I have tried to move the form that is showing the image to an area
outside of the primary screen area by descreasing the Top and Left
properties to less than zero (the original value), and increasing the
height and width of the form so the overall size is larger than the
primary screen. But nothing happens. Debug output shows that the form
properties are not being changed.
What am I missing?