i use this code to send a code value to a barcode in c#:
Code: Select all
Stimulsoft.Report.Components.StiBarCodeExpression st = new Stimulsoft.Report.Components.StiBarCodeExpression("123456");
txt_barcode.Code = st;
for example: for 123456
barcodescanner read 123456u
what's my problem?