标签: select text if-statement textbox focus
我在VB中有以下代码:
If TextBox1.Text = (Label2.Select(0, 1) Then TextBox2.Focus() End If
但它不起作用:(
这是我的代码应该做的:
答案 0 :(得分:0)
您正在尝试撰写Label2.Text.Substring(0,1)。
Label2.Text.Substring(0,1)