Click here to Skip to main content
15,891,633 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionMultiple Column combobox and list box Pin
JohnGreen459513-Mar-13 6:26
JohnGreen459513-Mar-13 6:26 
AnswerRe: Multiple Column combobox and list box Pin
Richard MacCutchan13-Mar-13 7:35
mveRichard MacCutchan13-Mar-13 7:35 
GeneralRe: Multiple Column combobox and list box Pin
JohnGreen459514-Mar-13 6:58
JohnGreen459514-Mar-13 6:58 
GeneralRe: Multiple Column combobox and list box Pin
Richard MacCutchan14-Mar-13 7:24
mveRichard MacCutchan14-Mar-13 7:24 
Questioncrystal report with vb.net and sql server database Pin
tonifirnandes12-Mar-13 20:29
tonifirnandes12-Mar-13 20:29 
AnswerRe: crystal report with vb.net and sql server database Pin
Dave Kreskowiak13-Mar-13 1:13
mveDave Kreskowiak13-Mar-13 1:13 
QuestionHow to disable keyboard input, but keep USB-scanner input in a textbox? Pin
Martijnn12-Mar-13 3:55
Martijnn12-Mar-13 3:55 
AnswerRe: How to disable keyboard input, but keep USB-scanner input in a textbox? Pin
David Mujica12-Mar-13 4:46
David Mujica12-Mar-13 4:46 
Sounds like the scanner is using "keyboard wedge" data transfer where it places the data in the same buffer as the keyboard, hence if the keyboard is blocked, then the scanner will be blocked.

What you really need is the scanner to send it's data to something like the serial port or USB port.

Your program would make all of the input text boxes read-only and you would monitor the port for incoming data and populate the necessary text boxes.

Basically you want to get away from keyboard wedge and see if the scanner vendor provides a library to access the device via some USB port.

Good luck.
Thumbs Up | :thumbsup:
GeneralRe: How to disable keyboard input, but keep USB-scanner input in a textbox? Pin
Martijnn12-Mar-13 4:53
Martijnn12-Mar-13 4:53 
GeneralRe: How to disable keyboard input, but keep USB-scanner input in a textbox? Pin
Bernhard Hiller12-Mar-13 5:07
Bernhard Hiller12-Mar-13 5:07 
GeneralRe: How to disable keyboard input, but keep USB-scanner input in a textbox? Pin
Martijnn12-Mar-13 5:18
Martijnn12-Mar-13 5:18 
QuestionClass Losing Data? [Solved] Pin
Member 990376112-Mar-13 0:26
Member 990376112-Mar-13 0:26 
AnswerRe: Class Losing Data? Pin
GuyThiebaut12-Mar-13 2:55
professionalGuyThiebaut12-Mar-13 2:55 
GeneralRe: Class Losing Data? Pin
Member 990376112-Mar-13 3:09
Member 990376112-Mar-13 3:09 
QuestionVB.Net & 7-Zip File Manager Pin
Central_IT11-Mar-13 4:43
Central_IT11-Mar-13 4:43 
AnswerRe: VB.Net & 7-Zip File Manager Pin
David Mujica11-Mar-13 5:26
David Mujica11-Mar-13 5:26 
GeneralRe: VB.Net & 7-Zip File Manager Pin
Central_IT11-Mar-13 23:07
Central_IT11-Mar-13 23:07 
AnswerRe: VB.Net & 7-Zip File Manager Pin
Richard Deeming11-Mar-13 6:40
mveRichard Deeming11-Mar-13 6:40 
GeneralRe: VB.Net & 7-Zip File Manager Pin
Central_IT11-Mar-13 23:06
Central_IT11-Mar-13 23:06 
Questionhi am bharat Pin
Member 989980611-Mar-13 3:25
Member 989980611-Mar-13 3:25 
AnswerRe: hi am bharat Pin
David Mujica11-Mar-13 3:52
David Mujica11-Mar-13 3:52 
AnswerRe: hi am bharat Pin
Eddy Vluggen11-Mar-13 3:59
professionalEddy Vluggen11-Mar-13 3:59 
QuestionMultiple MonthCalendars in a form - does not keep all dates in each textbox Pin
PrissySC10-Mar-13 0:54
PrissySC10-Mar-13 0:54 
AnswerRe: Multiple MonthCalendars in a form - does not keep all dates in each textbox Pin
Eddy Vluggen10-Mar-13 2:44
professionalEddy Vluggen10-Mar-13 2:44 
GeneralRe: Multiple MonthCalendars in a form - does not keep all dates in each textbox Pin
PrissySC13-Mar-13 8:01
PrissySC13-Mar-13 8:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.