Actually, by design, when you have a VB program that has more than one form (in the case of a non-MDI program), when the user clicks on one of them, all of the other forms associated with the program are brought to the foreground. And yes, it is something going behind the scenes - normally, I...