View Single Post
  #4 (permalink)  
Old 01-16-2009, 03:44 PM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 13,119
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
Default

The functionality of the Barcode library can be achieved with the Door library.
I've attached a simple program which shows how to add the TextChanged event to a textbox.

You should add TextBox1.Focus at the beginning of your program.
Now whenever you scan a barcode the value will appear in the textbox.
You can take this value and write it to a file with FileWrite.
Attached Files
File Type: sbp 1.sbp (568 Bytes, 34 views)
__________________
Basic4android documentation
Reply With Quote