i already tryed

VB Code:
  1. Frm.Show
  2. Frm.Visible = False

and it shows the form in half a sec and then hides it...

already tryed too:

VB Code:
  1. Frm.Visible = False
  2. Frm.Show

didnt work too...

in VB6 i could use the load(frm) but now it requires a second argument, and i dont know what is it...any help or ideas?