detecting a mouse click that is outside of the form

vb.net, winforms

Solution

What about responding to the Form.Deactivate event?

Problem

i would like my form to dissappear when the user clicks outside the form in vb.net. how do i do this?

Original source