G
Guest
I'm trying to print barcodes with a barcode font and I'm having problems with
escaped characters. I can print and scan any barcode perfectly, until there
is an escaped character in it, like /" or //. Then the barcode will not
scan. I can put a breakpoint in, copy the data from the watchlist, remove
the /'s and print the barcode in word processor just fine. I'm guessing that
Graphics.Drawstring(string) is somehow printing the '/' before the escaped
character. Unless I am doing something wrong, this has to be a bug. Any
suggestions or ideas?
escaped characters. I can print and scan any barcode perfectly, until there
is an escaped character in it, like /" or //. Then the barcode will not
scan. I can put a breakpoint in, copy the data from the watchlist, remove
the /'s and print the barcode in word processor just fine. I'm guessing that
Graphics.Drawstring(string) is somehow printing the '/' before the escaped
character. Unless I am doing something wrong, this has to be a bug. Any
suggestions or ideas?