R
RB
Our VS 08 CF app in VB can respond to a hardware button by opening a message
box.
=====================
Select Case CType(e.KeyCode, HardwareKeys)
Case HardwareKeys.ApplicationKey1
MsgBox("Button 1 pressed.")
Case HardwareKeys.ApplicationKey2
MsgBox("Button 2 pressed.")
End Select
============================
What code can be used to call "\Program Files\Socket\SocketScan
Software\ScktScan.exe" instead of the message box?
Thanks in advance!
box.
=====================
Select Case CType(e.KeyCode, HardwareKeys)
Case HardwareKeys.ApplicationKey1
MsgBox("Button 1 pressed.")
Case HardwareKeys.ApplicationKey2
MsgBox("Button 2 pressed.")
End Select
============================
What code can be used to call "\Program Files\Socket\SocketScan
Software\ScktScan.exe" instead of the message box?
Thanks in advance!