PC Review


Reply
Thread Tools Rate Thread

BAR CODE ... URGENT REALLY please!

 
 
Harsh
Guest
Posts: n/a
 
      12th Nov 2003
Hello everybody... I urgently require some/any/all
information/code/design that can be provided for: -

1) Bar code generation using c#.
2) Bar code scanning (any information regarding the
scanning standards and all will be appreciated).

Pardon me but i am newbie for bar code stuff...
so please waiting for positive response.

Thanks in advance.

 
Reply With Quote
 
 
 
 
Paul G. Tobey [eMVP]
Guest
Posts: n/a
 
      12th Nov 2003
1) There are fonts out there that do this, as well as printers that
specifically print barcodes. Your target environment is going to dictate
what you use.

2) Are you building a scanner? If not, you don't need to know anything
about this. Just pick a scanner with serial output, or a Compact Flash
connection, or a PS/2 keyboard connection, or whatever (depending on what
Windows CE device you are connecting to), and hook it up. If it plugs into
the keyboard port, the data will look just like typed data from the
keyboard. If it plugs into the serial port, you may want to get the serial
classes from OpenNetCF to get the data. If it plugs into the Compact Flash
(or PCMCIA), port, there should be an API with it to talk to.

We aren't going to be able to teach you barcoding. That's beyond the scope
of this newsgroup...

Paul T.

"Harsh" <(E-Mail Removed)> wrote in message
news:05c701c3a92e$b22736d0$(E-Mail Removed)...
> Hello everybody... I urgently require some/any/all
> information/code/design that can be provided for: -
>
> 1) Bar code generation using c#.
> 2) Bar code scanning (any information regarding the
> scanning standards and all will be appreciated).
>
> Pardon me but i am newbie for bar code stuff...
> so please waiting for positive response.
>
> Thanks in advance.
>



 
Reply With Quote
 
Ginny Caughey [MVP]
Guest
Posts: n/a
 
      12th Nov 2003
Harsh,

What type of hardware will you be using? I use CE devices manufactured by
Symbol Technologies that have integrated barcode scanners, and Symbol
provides a .Net library for using them, but there are also other
manufacturers that provide barcode scanners.

Creating a barcode on printed output is usually just a matter of specifying
a barcode font, and how you do that would depend on the particular printer.
Many portable printers have their own printer command languages that you
insert into the data stream to tell the printer what to do, but the exact
commands vary from printer to printer. A third party product called
PrinterCE supports many printers and would be a good solution if you need to
target a variety of printers.
--
Ginny Caughey
..Net Compact Framework MVP

"Harsh" <(E-Mail Removed)> wrote in message
news:05c701c3a92e$b22736d0$(E-Mail Removed)...
> Hello everybody... I urgently require some/any/all
> information/code/design that can be provided for: -
>
> 1) Bar code generation using c#.
> 2) Bar code scanning (any information regarding the
> scanning standards and all will be appreciated).
>
> Pardon me but i am newbie for bar code stuff...
> so please waiting for positive response.
>
> Thanks in advance.
>



 
Reply With Quote
 
Chung
Guest
Posts: n/a
 
      12th Nov 2003
You really don't need to know any thing about bar codes. We use the
bar code scanner from Socket, all you have to do is tap on a text box,
and do a scan. The scanned bar code info will go into the text box as
if it were typed in by keyboard.




"Ginny Caughey [MVP]" <(E-Mail Removed)> wrote in message news:<(E-Mail Removed)>...
> Harsh,
>
> What type of hardware will you be using? I use CE devices manufactured by
> Symbol Technologies that have integrated barcode scanners, and Symbol
> provides a .Net library for using them, but there are also other
> manufacturers that provide barcode scanners.
>
> Creating a barcode on printed output is usually just a matter of specifying
> a barcode font, and how you do that would depend on the particular printer.
> Many portable printers have their own printer command languages that you
> insert into the data stream to tell the printer what to do, but the exact
> commands vary from printer to printer. A third party product called
> PrinterCE supports many printers and would be a good solution if you need to
> target a variety of printers.
> --
> Ginny Caughey
> .Net Compact Framework MVP
>
> "Harsh" <(E-Mail Removed)> wrote in message
> news:05c701c3a92e$b22736d0$(E-Mail Removed)...
> > Hello everybody... I urgently require some/any/all
> > information/code/design that can be provided for: -
> >
> > 1) Bar code generation using c#.
> > 2) Bar code scanning (any information regarding the
> > scanning standards and all will be appreciated).
> >
> > Pardon me but i am newbie for bar code stuff...
> > so please waiting for positive response.
> >
> > Thanks in advance.
> >

 
Reply With Quote
 
MontereySoft
Guest
Posts: n/a
 
      19th Nov 2003
"Harsh" <(E-Mail Removed)> wrote in message news:<05c701c3a92e$b22736d0$(E-Mail Removed)>...
> Hello everybody... I urgently require some/any/all
> information/code/design that can be provided for: -
>
> 1) Bar code generation using c#.
> 2) Bar code scanning (any information regarding the
> scanning standards and all will be appreciated).
>
> Pardon me but i am newbie for bar code stuff...
> so please waiting for positive response.
>
> Thanks in advance.


To scan the barcode, grab a barcode reader.
To print thee barcode, get a barcode font at http://www.morovia.com/font/.

To learn what the barcode is, visit http://www.barcodeschool.com/
 
Reply With Quote
 
Jaume
Guest
Posts: n/a
 
      5th Dec 2003
this is a barcoding assembly for .net:

http://www.java4less.com/barcodes_dotnet.html


(E-Mail Removed) (MontereySoft) wrote in message news:<(E-Mail Removed)>...
> "Harsh" <(E-Mail Removed)> wrote in message news:<05c701c3a92e$b22736d0$(E-Mail Removed)>...
> > Hello everybody... I urgently require some/any/all
> > information/code/design that can be provided for: -
> >
> > 1) Bar code generation using c#.
> > 2) Bar code scanning (any information regarding the
> > scanning standards and all will be appreciated).
> >
> > Pardon me but i am newbie for bar code stuff...
> > so please waiting for positive response.
> >
> > Thanks in advance.

>
> To scan the barcode, grab a barcode reader.
> To print thee barcode, get a barcode font at http://www.morovia.com/font/.
>
> To learn what the barcode is, visit http://www.barcodeschool.com/

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with code please its urgent TheGodfather Microsoft Excel Programming 1 22nd May 2007 12:18 PM
Urgent!!! Zip code Look Up robpiolink Microsoft Access Getting Started 1 30th Nov 2006 05:51 PM
Can you help me with this code? It's really urgent. Thank You. Miguel Dias Moura Microsoft VB .NET 0 10th Mar 2004 04:35 PM
URGENT!!! PLEASE HELP ON THIS CODE =?Utf-8?B?a2Rn?= Microsoft Access Form Coding 1 27th Feb 2004 03:25 PM
BAR CODE .. urgent harsh Microsoft Dot NET Framework Forms 1 12th Nov 2003 05:39 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:03 AM.