In vb 6
form.show vbmodal


so what is the code in vb.net?

dim myform as new form1
myform.show vbmodal

is not work for me?
any one know the code?