|
|
|
Source Code ที่ใช้รับค่าจาก Barcode Scan ใน Pocket PC |
|
|
|
|
|
|
|
Barcode Scan ปกติ ตัว scan จะ scan ออกมาเป็นคล้ายกับ Keyboard อยู่แล้วนะครับ ลองเปิด notepad แล้วยิง Barcode ดูครับ
|
|
|
|
|
Date :
2011-02-12 09:02:06 |
By :
zero1150kfc |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (VB.NET)
Private Sub frmMain_KeyDown(sender As Object, e As KeyEventArgs)
If e.KeyCode.ToString() = "LShiftKey" Then
End If
End Sub
หรือจะดูว่า Event ตัวนั้นคืออะไรก็ใช้
Msgbox e.KeyCode.ToString()
|
|
|
|
|
Date :
2011-02-14 09:04:34 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|