ALterLoad事件, 窗体必须是独立窗体或者模式窗体
Dim wf As System.Windows.Forms.Form = e.Form.baseformwf .ControlBox = Falsewf .FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSinglewf .MaximizeBox = Falsewf .MinimizeBox = Falsewf .StartPosition = System.Windows.Forms.FormStartPosition.Manualwf .Text = ""wf .WindowState = System.Windows.Forms.FormWindowState.Maximized