in my new app im making an about form. the about form is on top.

but i want it to disapear if i press alt+tab, or click my original program form, or . . . make the about firm locked(like MsgBox).

i tried unloading it on Form_LostFocus, but it doesnt always work, and pressing alt+tab dont affect it.

what can i do to fix this ?