PC Review


Reply
Thread Tools Rate Thread

Bar code scanner

 
 
=?Utf-8?B?QXltYW4=?=
Guest
Posts: n/a
 
      9th Mar 2004
Hi
I develope an application to run on Pocket PC to scan bar codes and verify them
I have some quistions
1. How can I detect scanning operation, or handle Scan Triggers (yellow buttons)
2. How can I use Scroll Buttons and yellow buttons to navigate my application instead of Stylus
3. How can I run an alarm (sound file)

Thanks
Ayman
 
Reply With Quote
 
 
 
 
Paul G. Tobey [eMVP]
Guest
Posts: n/a
 
      9th Mar 2004
You're obviously taking about *very* specific hardware (yellow buttons?)
What hardware are you talking about?

Paul T.

"Ayman" <(E-Mail Removed)> wrote in message
news:44BD5B51-E5DC-4749-BEE3-(E-Mail Removed)...
> Hi,
> I develope an application to run on Pocket PC to scan bar codes and verify

them.
> I have some quistions:
> 1. How can I detect scanning operation, or handle Scan Triggers (yellow

buttons)?
> 2. How can I use Scroll Buttons and yellow buttons to navigate my

application instead of Stylus?
> 3. How can I run an alarm (sound file)?
>
> Thanks,
> Ayman



 
Reply With Quote
 
=?Utf-8?B?QXltYW4=?=
Guest
Posts: n/a
 
      9th Mar 2004
Yellow buttons are that buttons I use to scan bar code

I mean in other words : How to use PPC buttons to navigate my application (as Tab and Enter buttons in keyboard), without using stylus

Thanks
Ayman
 
Reply With Quote
 
Microsoft MVP ¸­¨Õ»a for Windows CE .NET
Guest
Posts: n/a
 
      9th Mar 2004
Hello,

Paul is asking about your hardware specification. What kind of PPC do you
use?
Symbol? or other types PPC?

Scroll buttons or Navigation buttons will send VK (Virtual Key) values to
your applicatoin.
And if in ListBox or some other controls, you can use Scroll buttons
directly to move up/down
in that control to select items.
As Tab/Enter, you have to get VK value and handle within your apps.

--
Best Regards,
Jan Yeh

MVP(Windows CE.NET), MCAD, .NETcf Developer & Consultant
Mobile Mind Co., Ltd. @ Taiwan

"Ayman" <(E-Mail Removed)> ¦b¶l¥ó
news:9D564C9A-049B-4DF3-B2DB-(E-Mail Removed) ¤¤¼¶¼g...
> Yellow buttons are that buttons I use to scan bar code.
>
> I mean in other words : How to use PPC buttons to navigate my application

(as Tab and Enter buttons in keyboard), without using stylus?
>
> Thanks,
> Ayman



 
Reply With Quote
 
Chris Tacke, eMVP
Guest
Posts: n/a
 
      9th Mar 2004
As Paul stated, not every PPC has "yellow buttons" so it's difficult to
answer the question. I *think* you're using a Symbol device, and therefore
I *believe* that the button is a proprietary one, which I *assume* you'll
need info from Symbol on. I can say the button is *defininitely* not a PPC
standard button (there is no PPC-standard barcode scanner API), so it's not
going to be a PPC API. It will be something from the OEM, and that's *if*
they provide a hook.

Of course since we don't know what device you're using, that's mostly
conjecture and hand-waving, which is why Paul asked what device you were
using.

--
Chris Tacke, eMVP
Co-Founder and Advisory Board Member
www.OpenNETCF.org
---
Windows CE Product Manager
Applied Data Systems
www.applieddata.net


"Ayman" <(E-Mail Removed)> wrote in message
news:9D564C9A-049B-4DF3-B2DB-(E-Mail Removed)...
> Yellow buttons are that buttons I use to scan bar code.
>
> I mean in other words : How to use PPC buttons to navigate my application

(as Tab and Enter buttons in keyboard), without using stylus?
>
> Thanks,
> Ayman



 
Reply With Quote
 
=?Utf-8?B?QXltYW4=?=
Guest
Posts: n/a
 
      9th Mar 2004
I use symbol PPT 2800.
 
Reply With Quote
 
Alex Feinman [MVP]
Guest
Posts: n/a
 
      9th Mar 2004
On Symbol 2800 (and other models) the yellow buttons are activated
automatically once you activate the scanner.
See Symbol Mobility .NET Toolkit for samples and APIs. For an old-fashioned
unmnaged approach you can take a look at
Scanner sample at http://www.alexfeinman.com/samples.asp


"Ayman" <(E-Mail Removed)> wrote in message
news:52CFC40B-FA20-4875-A9E2-(E-Mail Removed)...
> I use symbol PPT 2800.



 
Reply With Quote
 
Ronald
Guest
Posts: n/a
 
      10th Mar 2004
This could be an Intermec device as well.
If the BarcodeReader class is used and the app is subscribed to
BarcodeRead event, it will receive the scanned barcode information. If
the BarcodeReader class is NOT used, by default the application will
receive the barcode in any edit field that has the focus.

Ronald.

"Chris Tacke, eMVP" <(E-Mail Removed)> wrote in message news:<(E-Mail Removed)>...
> As Paul stated, not every PPC has "yellow buttons" so it's difficult to
> answer the question. I *think* you're using a Symbol device, and therefore
> I *believe* that the button is a proprietary one, which I *assume* you'll
> need info from Symbol on. I can say the button is *defininitely* not a PPC
> standard button (there is no PPC-standard barcode scanner API), so it's not
> going to be a PPC API. It will be something from the OEM, and that's *if*
> they provide a hook.
>
> Of course since we don't know what device you're using, that's mostly
> conjecture and hand-waving, which is why Paul asked what device you were
> using.
>
> --
> Chris Tacke, eMVP
> Co-Founder and Advisory Board Member
> www.OpenNETCF.org
> ---
> Windows CE Product Manager
> Applied Data Systems
> www.applieddata.net
>
>
> "Ayman" <(E-Mail Removed)> wrote in message
> news:9D564C9A-049B-4DF3-B2DB-(E-Mail Removed)...
> > Yellow buttons are that buttons I use to scan bar code.
> >
> > I mean in other words : How to use PPC buttons to navigate my application

> (as Tab and Enter buttons in keyboard), without using stylus?
> >
> > Thanks,
> > Ayman

 
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
USB Bar Code Scanner =?Utf-8?B?c3RldmU=?= Microsoft Excel Misc 0 3rd Mar 2006 04:23 PM
Bar Code Scanner =?Utf-8?B?U01lbGlzc2FL?= Microsoft Access 0 17th Sep 2004 09:05 PM
Windows XP Home: Scanner and Camera Control Panel defect: No installed scanner appears - and no scanner works! tah Windows XP Hardware 6 15th Dec 2003 08:42 PM
Windows XP Home: Scanner and Camera Control Panel defect: No installed scanner appears - and no scanner works! tah Windows XP General 8 15th Dec 2003 08:42 PM
Windows XP Home: Scanner and Camera Control Panel defect: No installed scanner appears - and no scanner works! tah Windows XP Help 6 15th Dec 2003 08:42 PM


Features
 

Advertising
 

Newsgroups
 


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