Dim f As New Form2() f.Show(Me) 'モードレス表示
Using f As New Form2() Dim result = f.ShowDialog(Me) 'モーダル表示 End Using