I have two form in vb6 project. I want to show form1 always and show form2 just below of a text box in form1. There is a text box in form1 to supply search character and form2 have flexgrid which shows the data according to form1 text box. Now please suggest me how can I make form1 always showing and from two showing over it but focus is always on form1.text1. I want to make form2 as like drop down controls.

Anampathik