Click here to Skip to main content
16,004,887 members

Comments by davfeu (Top 2 by date)

davfeu 17-Oct-11 5:46am View    
Most barcodescanners are configurable to use a start- and/or stop(key/keysequence). So you could use that to determinate if the input is a barcode or not.
davfeu 7-Feb-11 4:22am View    
string MainRootFolder =@"D:\ROOT";
string newPath = System.IO.Path.Combine(MainRootFolder, obj.FName, "BEE")

Wouldn't this be enough?