May I ask how does your program starts? Is it through Sub Main?

VB Code:
  1. Private Sub Command1_Click
  2. Unload Me
  3. 'call the procedure taht displays your message boxes or unload then load the form that display your message boxes....
  4. End Sub