2010-03-14 77 views

回答

2

將此放在按鈕單擊事件

Dim int As Integer 
Integer.TryParse(TextBox1.Text, int) 
TextBox1.Text = (int + 1)