It sounds like you are calling the second window as a modal window.

VB Code:
  1. 'Instead of calling
  2. Form2.ShowDialog
  3. 'Do this
  4. Form2.Show