2 Questions --- Window Focus and Menus
Hi,
I have 2 questions:
1) I have a form, and i want it so that when it looses focus, it hides. Ive tried putting me.hide in the forms Lost_Focus event, but if it only works if i move the focus to another form in my app:mad: If i click on the dsktop or another program's window, then i want it to hide:confused:.
2) I have a three picture boxes, and when the user holds the mouse over them, they each show a different popup menu. How do i make it so that when one popup menu is shown, and the user moves the mouse pointer over another picturebox, then the popup menu that is visible hides, and the one for that picturebox shows???
Thanx for any ideas:)