ばかげた質問のように見えますが、私は次のことを試しました(「私」はMDIParentフォームです)。
Dim frmNotif As New frmNotifica
With frmNotif
.MdiParent = Me
.StartPosition = FormStartPosition.Manual
.Location = New Point(ClientSize.Width - .Width, ClientSize.Height - .Height)
.Show()
End With
しかし、それは機能しません。
アイデア?