![]() ![]() ![]() ![]() |
|||||
|
|||||
樓主 MStone Lin ![]()
![]() |
在Winform 下 有二個 textbox1 textbox2 textbox1輸入的方式是用barcode掃進去的 如何讓barcode掃完 textbox1全部顯示完資料 才focus 在 textbox2
搜尋相關Tags的文章:
[ WinForm ] , [ textbox ] , [ barcode ] , [ next ] , [ focus ] ,
本篇文章發表於2018-04-25 17:16 |
1樓
作者回應
MStone Lin ![]() |
自問自答
Private Sub TextBox1_KeyPress(ByVal sender As System.Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles TextBox1.KeyPress If e.KeyChar = Microsoft.VisualBasic.ChrW(Keys.Return) Then TextBox2.Focus() End If End Sub
本篇文章回覆於2018-04-25 17:34
== 簽名檔 ==
--未登入的會員無法查看對方簽名檔-- |
回覆 |
如要回應,請先登入. |