Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
クリックしてログオフボタンを使用し、mdiフォームを閉じる必要があり、ログインページが表示されるはずです
mobileMDI に次のコードを追加します。
Public Class modileMDI Private Sub btnLogoff_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnLogoff.Click Login.Show() Me.Hide() End Sub End Class
ログオフ ボタンの名前は btnLogoff だと思います。