Windows Develop Bookmark and Share   
 index > Windows Forms Designer > Barcord Scan
 

Barcord Scan

I Need a Barcord Scan, then automaticaly pic the data to combo box, after that press Enter Button automaticaly pic the data to other texboxes
. Please help me with C# Cords
Dush

DushBope  Wednesday, September 30, 2009 12:22 PM
Hi dush,
Could you do it the other way round?
enter the barcode data to the text box.
on button click populate the combobox?

if this is ok you donot really need to do much.
Put the focus on the text box sanc the barcode and the data will be there in the test box.
Now on click event of the combobox populate the combobox.
Hope this helps !!
Please close the thread once answered

Sudeep My Blog
Sudeep Raj  Wednesday, September 30, 2009 12:58 PM
Hi dush,
Could you do it the other way round?
enter the barcode data to the text box.
on button click populate the combobox?

if this is ok you donot really need to do much.
Put the focus on the text box sanc the barcode and the data will be there in the test box.
Now on click event of the combobox populate the combobox.
Hope this helps !!
Please close the thread once answered

Sudeep My Blog
Sudeep Raj  Wednesday, September 30, 2009 12:58 PM
The windows form designer, by the way, knows nothing about bar scanner. It can only help you to place controls on a forum/user control and set the control/form's properties.

If you want to interface with a barcode scanner, contact the producer for how to interface with the device.


The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful.
Visual C++ MVP
Sheng Jiang 蒋晟  Wednesday, September 30, 2009 11:08 PM

You can use google to search for other answers

Custom Search

More Threads

• Is a seperate DLL required for Designer support
• Build Dynamic Menu Strip
• specify default implementation for item interface
• hi pls help me to limit my textbox as only integer 8 digit not less then 8
• Remove default ToolStripItems from ToolStrip Designer
• All controls vanished !!! (VERY URGENT)
• Drawing rectangles on a picture box
• Showing Designer verbs at Run time
• help: Creating Custom ToolStripButton, implementing IButtonControl
• Problem in transfering data from one form to another form?