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.
フォームを最小化するためにフォームボタンにハンドラーを追加することは可能ですか?私のアプリケーションはWindowsフレームを使用しておらず、コード内でウィンドウイベントを処理したいと考えています。
どうすればこれを達成できますか?
Private Sub btnMin_Click(ByVal sender As Object, ByVal e As EventArgs) Me.WindowState = FormWindowState.Minimized End Sub