2011-10-06 55 views

回答

1

試試這個..

Private Sub TextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged 

    TextBox2.Text = TextBox1.Text 

    End Sub 

每次鍵入TextBox1中它會出現在TextBox2中

+0

在此情況下我已經寫代碼的值... – Gopal

+0

看我爲不完整的答案編輯answer..Sorry –

相關問題