i already tryed
VB Code:
Frm.Show Frm.Visible = False
and it shows the form in half a sec and then hides it...
already tryed too:
VB Code:
Frm.Visible = False 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?
