I have a state map of all the counties in Tennessee with little buttons over each county (buttons are transparent and can't really be seen by the user). There is a drop-down on the form that is automatically updated with the county name when the user points at each county (MouseMove event for the button that is possitioned over the county).
However, I would like to delay in the update to the drop-down so that the county name is only updated if the user has pointed to the county for about 1/2 a second.
This would allow enough of a delay for the user to move the mouse off the map and still have the county selected that was selected prior to moving the mouse off the map. (Moving the mouse off the map causes the user to point to several other counties...)
Hope this makes since - does anybody have any ideas?
However, I would like to delay in the update to the drop-down so that the county name is only updated if the user has pointed to the county for about 1/2 a second.
This would allow enough of a delay for the user to move the mouse off the map and still have the county selected that was selected prior to moving the mouse off the map. (Moving the mouse off the map causes the user to point to several other counties...)
Hope this makes since - does anybody have any ideas?