2020年5月7日 星期四

VB.NET 開啟視窗(母子視窗) [MdiParent]


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

        'Dim ob As New Form1

        'ob.MdiParent = Me

        'ob.Show()

        Form1.MdiParent = Me

        Form1.Show()

    End Sub

沒有留言:

張貼留言