Click here to Skip to main content
15,900,461 members
Home / Discussions / C#
   

C#

 
AnswerRe: Can change Excel file to Object in C# window application Pin
OriginalGriff30-Nov-16 20:13
mveOriginalGriff30-Nov-16 20:13 
GeneralMessage Closed Pin
30-Nov-16 22:12
Rosy mm30-Nov-16 22:12 
GeneralRe: Can change Excel file to Object in C# window application Pin
OriginalGriff30-Nov-16 22:57
mveOriginalGriff30-Nov-16 22:57 
GeneralRe: Can change Excel file to Object in C# window application Pin
Rosy mm1-Dec-16 19:01
Rosy mm1-Dec-16 19:01 
GeneralRe: Can change Excel file to Object in C# window application Pin
Richard Deeming1-Dec-16 2:07
mveRichard Deeming1-Dec-16 2:07 
AnswerRe: Can change Excel file to Object in C# window application Pin
Gerry Schmitz1-Dec-16 9:20
mveGerry Schmitz1-Dec-16 9:20 
Questionrdl report Pin
Member 1048416229-Nov-16 17:07
Member 1048416229-Nov-16 17:07 
AnswerRe: rdl report Pin
Richard Deeming30-Nov-16 2:19
mveRichard Deeming30-Nov-16 2:19 
Questionhow to get modified record from database to c# application Pin
Member 308047028-Nov-16 20:06
Member 308047028-Nov-16 20:06 
QuestionRe: how to get modified record from database to c# application Pin
Richard MacCutchan28-Nov-16 21:41
mveRichard MacCutchan28-Nov-16 21:41 
QuestionRe: how to get modified record from database to c# application Pin
Member 308047029-Nov-16 17:18
Member 308047029-Nov-16 17:18 
AnswerRe: how to get modified record from database to c# application Pin
Eddy Vluggen29-Nov-16 0:58
professionalEddy Vluggen29-Nov-16 0:58 
AnswerRe: how to get modified record from database to c# application Pin
Afzaal Ahmad Zeeshan29-Nov-16 9:19
professionalAfzaal Ahmad Zeeshan29-Nov-16 9:19 
QuestionGenerate Dynamic Pdf from xslt data Pin
Jorjini28-Nov-16 19:53
Jorjini28-Nov-16 19:53 
QuestionRe: Generate Dynamic Pdf from xslt data Pin
Richard MacCutchan28-Nov-16 21:40
mveRichard MacCutchan28-Nov-16 21:40 
QuestionC# barcode decoding library Pin
Dzilupl28-Nov-16 4:02
Dzilupl28-Nov-16 4:02 
AnswerRe: C# barcode decoding library Pin
Simon_Whale28-Nov-16 4:30
Simon_Whale28-Nov-16 4:30 
AnswerRe: C# barcode decoding library Pin
OriginalGriff28-Nov-16 4:33
mveOriginalGriff28-Nov-16 4:33 
I think what you need to do is to start looking at what is in a barcode: GS1 isn't a barcode (it's an allocation system for barcode numbers), EAN-13 only provides an Article Number, and Code128 is a transport mechanism that allows EAN128 to contain more than just numeric values. Only EAN128 contains specific fields you can decode into PLU, Serial Number, batch codes, etc. And most of them don't bother: they just contain the Article Number.

Normally what happens is that the AN is read from the barcode, and used as a lookup to your stock database to determine what type of goods it is, what price you are selling it as, and so forth.
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

GeneralRe: C# barcode decoding library Pin
Dzilupl28-Nov-16 7:44
Dzilupl28-Nov-16 7:44 
GeneralRe: C# barcode decoding library Pin
OriginalGriff28-Nov-16 8:07
mveOriginalGriff28-Nov-16 8:07 
GeneralRe: C# barcode decoding library Pin
Dzilupl28-Nov-16 11:50
Dzilupl28-Nov-16 11:50 
GeneralRe: C# barcode decoding library Pin
OriginalGriff28-Nov-16 21:52
mveOriginalGriff28-Nov-16 21:52 
GeneralRe: C# barcode decoding library Pin
Dzilupl28-Nov-16 21:59
Dzilupl28-Nov-16 21:59 
GeneralRe: C# barcode decoding library Pin
OriginalGriff28-Nov-16 22:06
mveOriginalGriff28-Nov-16 22:06 
GeneralRe: C# barcode decoding library Pin
Dzilupl28-Nov-16 22:40
Dzilupl28-Nov-16 22:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.