好吧,我很难做到这一点,但我确信这是与设置相关的东西我只需要知道代码,如果它是布尔值,字符串等,它需要是什么样的设置。感谢
答案 0 :(得分:1)
我明白了,这是:
转到表单的属性然后转到设置然后将其设为整数 代码:
My.Settings."name" = Timer1.Interval
Timer1.Enabled = True
Private Sub Form1_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing
My.Settings.Save()
End Sub