Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Changing cursor when mouse over image

Status
Not open for further replies.

legos

Programmer
Jul 2, 2003
151
US
I'm making a form on access and one of the things i am going to try to do is make a function that can be used to select records acording to their location. The neat thing is, i want the selection process to be image based. ie the selection box is a picture that can be zoomed in or out to view areas with more detail. Then polygons or rectangles can be drawn on the image and the records that corispond to the area inside the polygon are selected. I'll probly have more questions about it later, and if anyone wants to know i'll share some of my ideas so far for implimenting this. Right now i'm interested in changing the cursor to corispond to the function that is going to be performed.
Something like this basically:
Private Sub zoomin_click()
if mouseover.image then
cursor = magnifying_glass
end if
end sub
Any suggestions would be helpful.

Durible Outer Casing to Prevent Fall-Apart
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top