套用至 Form
描述 發生在首次顯示表單前。
使用方式
Form_Load (Sender$ As String)
備註 您可在使用者看見表單之前,使用此事件執行工作。
另請參閱 表單 , Resize事件 , Closed事件
範例
Function frmMain_Load(Sender$ As String) GSet frmMain.txtSpeed.Text, Str$(g_RobotSpeed) Fend
← ListCount屬性 M →