hi guys,
I have two forms in a vb6 project. Form1 has a timer, which loads form2 after some interval, and after loading form2 autometically closed after some second (and repeated till program running). My problem is that when form2 loads, it looses the focus from form1. I want to load form2 without disturbing or loosing focus from form1. Pleas help.