February 15th, 2011 at 08:29am
Under Forum
How to make a button with multiple lines of text in Visual Studio?
I’m trying to create a clickable area that has multiple lines of text. A button would be perfect, but apparently the button only displays the first line of its Text field. Are there any other options? I tried putting labels on top of the button, but when you click a label the button is not pressed. I tried to put the button on top of the labels and make it transparent, but the labels don’t show through.
This is for a smart device application (windows mobile 6).
By Barcode Scanner
February 15th, 2011 at 08:22am
Under Forum
does anyone know how to use Visual Basic to program an rfid tag and rfid reader?
I am trying to program the rfid reader using visual basic to recognize the rfid tag inside of a football so that when the football crosses the plane (censor) for a touchdown an LED will light up.If anyone can help with a program that we can try, it will be greatly appreciated.
By Barcode Scanner
January 7th, 2011 at 01:51am
Under Forum
How To Generate Barcode VB6 (Visual Basic 6)?
How To Generate bar code VB6 (Visual Basic 6) and save bar code to image format .jpg or .bmp
Best answer:
most times, a barcode is just another installed font, several out there available. So if you were doing mailing labels, you would have a text box set to the barcode font and put the proper digits (zip and check code) into the text box value.
To create an image though, not sure if you could use the paint commands then save the image box or not.
By Barcode Scanner
December 11th, 2010 at 09:01am
Under Forum
How would I code 1 pair in Visual Basic Using A 2D Array?
I do not have the sleightest clue how to program this.
By Barcode Scanner
August 4th, 2010 at 06:43am
Under Forum
Make a program in Visual Basic to look up item in database by typing UPC barcode?
I have a CSV (comma separated value) file with UPC Barcodes in it. I want to know how to make a visual basic program that will show the name of the item when the barcode is entered. 10 points for a step by step instruction guide or working link.
:)
just a small visual basic program for an experiment. not for commercial use so no-one recieves anything (like profits etc)
Best answer:
{ Geeze. When is this project due Vern? Is it gonna need a reset loop for any barcode entered? How would you like the GUI to look? Would you like it to be compatible with NCR software? Can I have all rights when the program is complete? Lastly but most important: How much will the job pay? }
( end lost )
By Barcode Scanner
August 1st, 2010 at 12:32am
Under Forum
How can I integrate my Visual Basic program with a barcode reader?
Best answer:
Plug barcode reader into computer and download a special driver (download.com) that will integrate into VB. I am not sure if Download.com still has it though.
By Barcode Scanner
July 27th, 2010 at 03:02pm
Under Forum
Visual Basic 2010 barcode scanner question?
How do you make it so when you press the button to scan the barcode on the scanner, it changes where the cursor is, to a certain textbox, in a certain program(Made with Visual Basic)
Example:
-your in internet explorer with the VB program minimized
-you scan a barcode with the scanner
-it switches to the VB program
-and puts the cursor into a specific textbox(Witch will always be the same, no matter what the barcode says)
-then translates the barcode into regular text, and puts that text where the cursor is
Not sure how to do this, or what scanner to use. please help!
Best answer:
I dont think you need anything special for barcode input barcode reader will automatically read code and type into the cursor position
By Barcode Scanner
June 23rd, 2010 at 09:27am
Under Forum
how can i use a barcode reader machine in visual basic programming?
I want to use a barcode reader machine in a visual basic program. for example when barcode reader reads a value how can i show this value in a label?
Best answer:
bar code readers are just like keyboards..
you can have a text box and when the reader scans the barcode, the chars will be typed in the textbox… of course the textbox needs to have the focus…
By Barcode Scanner
June 17th, 2010 at 02:59am
Under Forum
Could somebody please give me a complete visual basic codes for printing module and barcode reading module pls
I am looking for a visual basic code that will enable me to print something like a crystal report. My project is on point of sale and hence also need a code that can read the barcode after scanning and display the name of the item and its price.
Best answer:
You can find the solution in codeproject.com
By Barcode Scanner
February 4th, 2010 at 03:53pm
Under Forum
How to make a Barcode printing program using visual basic?
Hi. I’m Aisar..I was asked to do a barcode printing program using visual basic.. So can anyone help me to this.. please! This is very urgent!
Best answer:
Hello, it is simple…
First get the barcode fonts (for free) – link; barcodesinc.com/free-barcode-font/
Second- when developing an application in VB you have to keep a lot of points in to look out:
A) BARCODE is generated on mainly a unique ID of the object. Say for example you add an item in to the inventory, now you have to give this item a new ID, say “ITEM-0000001″ (which done in the VB)
B) Now based new ID assigned to the object, you will use the barcode font at the time of printing the item id, where you the respective unique barcode strip
C) for the next item you add, the item Id should be different… so when you print the barcode, automatically the strip will be different.
Some Hints;
- create a inventory module in your project, where you insert the items
- then depending on the sticker size of barcode… set the height and weight of the printing area, and change the font to the barcode which you download from the above. The whole printing setting can be done by “Printer” class in the printer.
- So when you add the item to the inventory, call the method of printing and it will print a new barcode strip.
One real advice- Its not look easy at all for you. but belive me its easy and you can do it.
NOTE: from the above download, there is a text file in it… read it completely. it will help you a lot.
Hope this helps
By Barcode Scanner
Previous Posts