473,320 Members | 1,872 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,320 software developers and data experts.

Looking for thumb Impression articles

Hi every one,

I have to write a proposal on thumb impression . And I have searched alot but couldnt find any material.
Can any one help plz.

Thank you,

Regards,
Ahmed
Feb 1 '09 #1
8 3175
Nepomuk
3,112 Expert 2GB
What exactly are you looking for? How to use it? Why or why not to use it? How to write programs to use it? How it was first developed?

In any case, wikipedia and Google can surely help.

Greetings,
Nepomuk
Feb 1 '09 #2
I ll beneeding the introduction as well as the implementation..

So the basic question is : What is it?
2)Why should we be using it?
3)How can this help us in normal life?
4)What are the advantages?

And then I My self need to know the implementation if possible...

Thank you ,

Regards,
Syed Ahmed Hussain
Feb 2 '09 #3
Nepomuk
3,112 Expert 2GB
Well, the two links I posted earlier should certainly help. Apart from those, you may want to look at this and this.

For more information, I'd recommend searching for words like "thumb impression" and "fingerprint" with extra words like "advantages" or "implementation". I'm sure, you'll find loads of sources that way.

After searching for a while, I found this page that links to a few fingerprint-reading-drivers, that were implemented under free licences, so you can have a look at the source code. Don't know, if that will help you, but it might.

Greetings,
Nepomuk
Feb 2 '09 #4
Thank you very much. All the stuff that you provided is very usefull.
However I want some more in correspondence of Mobile phone Security purposes.

Thank you,

Regards,
Syed Ahmed Hussain
Feb 3 '09 #5
Nepomuk
3,112 Expert 2GB
Phew, I guess you'll have to search on Google then, maybe add a phrase or two to the search. I did find this paper, which looks interesting, but you'll have to pay 25$ if you want it. There might well be loads of free information somewhere, but it's up to you to find it.

Greetings,
Nepomuk
Feb 3 '09 #6
lollz....

I appreciate your efforts.

Thank you very much :)

Regards,
Syed Ahmed Hussain
Feb 3 '09 #7
Nepomuk
3,112 Expert 2GB
You're welcome of course! :-)

Greetings,
Nepomuk
Feb 3 '09 #8
hey Friends,
I want a simple help from you,
I want a code that how to catch event of finger put on machine and how to catch the signal(message) from fingerprint machine (Like finger is valid or not)
I have a code to connect with fingerprint device as below

int count = 0;
zkemkeeper.CZKEMClass axczkem1 = new zkemkeeper.CZKEMClass();
bool bIsConnected = false;
string ip = "192.168.1.170";//write here IP Address of your biomatric m/c
int port = 4370;
bIsConnected = axczkem1.Connect_Net(ip, port);
if (bIsConnected == true)
{
Label1.Text = "Connection established!!!";

bool ret = axczkem1.ReadAllGLogData(1);
if (ret)
{
int a = 0;
int b = 0;
int c = 0;
int d = 0;
int ee = 0;
int f = 0;
int g = 0;
int h = 0;
int i = 0;
int j = 0;
int k = 0;
int l = 0;
int m = 0;
int n = 0;
int o = 0;
while (axczkem1.GetAllGLogData(1, ref a, ref b, ref c, ref k, ref l, ref d, ref m, ref ee, ref f, ref g))
{
//if (ee == 7 && m == 4 && d == 2011)
{
count++;
//if (b == //any Employee No)
//{
Label1.Text = b.ToString() + " hour: " + f + " Min: " + g;
//Label1.Text=k.ToString() + " " + l.ToString();

//}
}

}
//MessageBox.Show(count.ToString ());
}

}
else
Label1.Text = "cannot Connection!!!";

axczkem1.Disconnect();


But i dont know how to implement further,
Please any one help me
The connection is establish successfully but i dont know about other events like finger putting on machine,catch message sent by machine
Thanks
May 6 '11 #9

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

Similar topics

1
by: Epetruk | last post by:
Hello all, I'm sorry for the long post, but I think it's better if I'm as detailed as I can be so that I don't make a mistake in my choice and so that there's a clear understanding of to what...
9
by: utab | last post by:
Dear all, How do experienced programmers using this group use the rule of thumb,namely copy ctor, assignment operator, and dtor. example if the class does not need them dont use and define...
0
by: Gonçalo Rodrigues | last post by:
Hi all, I have a single-rooted hierarchy of heap-allocated objects -- call the root Object. These objects are handled via a smart pointer template Reference<T>. Basically, Reference<Tis a...
6
by: moondaddy | last post by:
I'm writing a windows app in WPF and want to change the shape of a thumb to an ellipse. Is this possible? also, the edges of the thumb are beveled. Is it possible to change this to a flat look...
2
by: cyberdwarf | last post by:
Hi Does anyone know how to move scrollbar thumb up or down in VBA code? This is for a textbox with vertical scrollbar, which will continuously display updated status codes from a comms module....
3
by: PW | last post by:
Hi, I just bought a SanDisk Cruzer 4GB "U3" thumb drive. Is it possible to run an Access 2003 MDE off of one, complete with data? If so, what would I have to do to get it to work? Just...
3
by: moondaddy | last post by:
I have a wpf app and need to apply a control template to a thumb at runtime, but I can't do it the same way I would apply a style. this is what I want to do: Thumb thm = new Thumb();...
1
by: Linda Liu[MSFT] | last post by:
Hi George, Thank you for posting! This is a quick note to let you know that I am doing research on this issue and will get back to you ASAP. I appreciate your patience! Sincerely,
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.