2010-03-14 2 views

ответ

2

Место это в случае нажатия кнопки

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