用LoadUserSetting事件:
if forms("xxx").Opened Then
Dim cmb As WinForm.ComboBox = e.Form.Controls("ComboBox1") cmb.ComboList = ""
end if