Quote:
>Out of curiosity as much as need, I would like to know whether there is
>an easy way for a form to intercept and destroy a click which would cause
>the form to lose focus. I haven't used subclassing, but would that work?
No, but there is another way. You can prevent the mouse cursor from leaving
the form alltogether using the SetCapture API.
--
VB Info: http://www.sn.no/~balchen/vb/visual.htm
FAQ: http://www.sn.no/~balchen/vb/faq.htm
Knowledge Base: http://www.sn.no/~balchen/vb/kb.htm