[トピック内 6 記事 (1 - 6 表示)] << 0 >>
RestoreBounds は SetBoundsCore で設定できそうです。 https://referencesource.microsoft.com/#System.Windows.Forms/winforms/Managed/System/WinForms/Form.cs,5caee25123567f7b Public Class Form1 Private Sub Form1_Resize(sender As Object, e As EventArgs) Handles MyBase.Resize If WindowState = FormWindowState.Minimized Then SetBoundsCore(0, 0, 100, 100, BoundsSpecified.All) End If End Sub End Class
管理者用
- Child Tree -