I have a very small form that opens up to display some info. I'd like
the form to close when the mouse leaves the form. I noticed there is no
mouseleave or mouseenter for forms. Any other method to do this
MouseLeave Event - mouse moves out of an object. You may drop a rectangular shape at margin of the form. When mouse leaves the object (aprox.same area with the form) form will close.
Aleniko
Posted: Visual FoxPro General, How to implement Mouse leave for a form.
MouseMove can help. Use your imagination. You might also check OnMouseOut at universalthread.com which implements it with a timer (remember people were not helpless when there weren't MouseEnter/Leave events but only MouseMove).
Docpro777
Posted: Visual FoxPro General, How to implement Mouse leave for a form.
Perhaps note my own elementary use of "define window ... name" (command) here (today).
... with addobject() of an image object to the resultant form-container.
... as a workaround bridge to implementing swift form release during mousemove or mouseleave events ... upon a strategic *wait-window-nowait-like* form object.