473,386 Members | 1,793 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

swab card

Hello,,
How can when wipe the card my form to be focus on screen.

Thanks
Apr 12 '09 #1
6 1714
madankarmukta
308 256MB
@hamzeh83
Could you pls elaborate more on what you want to say..?

Thanks!
Apr 13 '09 #2
Ok madankarmukta ,,
I have card reader and i want when swap the card ,write on my program even it not focus on screen,,
i hope clear to u what i want

Thanks
Apr 13 '09 #3
tlhintoq
3,525 Expert 2GB
my form to be focus on screen
Expand|Select|Wrap|Line Numbers
  1. myForm.TopMost = true;
  2. myForm.Focus();
Apr 14 '09 #4
Frinavale
9,735 Expert Mod 8TB
@hamzeh83
Hi Hamzeh,

You should contact the manufacturer of the card reader for information on how to use their reader.

Normally, from what I understand of these things, when a card is presented to a reader, the reader will determine whether or not to deny or permit the person presenting the cards. This is considered to be a "transaction". This transaction should be stored somewhere, like in a database, in the reader itself, or in the access control unit that the reader is connected to.

Your application will need to be able to tell when this transaction happens and will need to be able to retrieve the transaction information. So, your application will somehow have to communicate with the reader, database, or access control unit when the transaction occurs.

The only way to know how to do this is to contact the company that makes the reader and ask them for a software developer kit and any documentation about how their product works.

The experts here will answer any questions you have with concerns to any .NET related questions or problems; however they cannot help you with understand how to retrieve the data from a card reader.

-Frinny
Apr 15 '09 #5
tlhintoq
3,525 Expert 2GB
I guess this begs the question "Do you mean a memory card reader, or a magnetic stripe card reader?" Both are referred to as 'card reader'
Apr 16 '09 #6
Frinavale
9,735 Expert Mod 8TB
@tlhintoq
Regardless of whether or not the card reader is for an access control system or for a memory card, I would still recommend contacting the company for information on how to integrate with their product.
Apr 20 '09 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

23
by: JC | last post by:
I am very new to programming and learning on my own. Why do I keep getting duplicate values using this code? I want to shuffle a deck of 52 cards. The logic seems right to me. Randomize For...
10
by: dries | last post by:
A friend of mine has a problem with his credit card validation routine and it is probably a simple thing to solve but I cannot find it. It has to do with the expiry dates. What happens is that as...
18
by: DaveLessnau | last post by:
I'm trying to learn C on my own and, apparently, my brain went on vacation somewhere. I just can't figure out how to parse the following function call: "void fillDeck( Card * const wDeck, const...
0
by: Limpor | last post by:
Hello, I am new to learning java, and i am trying to build the class for a calculation card game, unfortunately i can't get the public Card top() and Card takeTop() method in the Stock class. Can...
6
by: JNeko | last post by:
Hello all, awesome site! I guess I am technically not a beginner in JAVA, but from my code you would not realize it! I don’t expect anyone to help me with this, but I figure I might as well as try...
1
by: Olmar | last post by:
Hi, I am trying to write a version of the Hears card game. I can't figue out what is the best way to detect clicks on the cards. Using the cards.dll interface as described in tutorials like...
1
by: securedcardss | last post by:
http://card.2youtop.info secured credit card card credit instant secured card cash credit secured card
2
by: rubyhuang | last post by:
the problem is A standard pack of cards can be represented as an array of 52 integers with each number representing a standard card. Thus: 0 1 2 3 4 5 6 7 8 9 10 11 12.....39 40 41 42 43 44 45 46...
5
by: Mick Charles Beaver | last post by:
Hello, Would anyone know why the FreeBSD implementation of swab() uses an unsigned long for its temporary variable when swapping bytes? FreeBSD CVS of swab.c: http://tinyurl.com/5kn75y ...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.