Click here to Skip to main content
15,896,154 members
Home / Discussions / C#
   

C#

 
GeneralRe: why System.NullReferenceException occurred? Pin
Alan N23-Feb-13 2:54
Alan N23-Feb-13 2:54 
AnswerRe: why System.NullReferenceException occurred? Pin
jschell24-Feb-13 7:05
jschell24-Feb-13 7:05 
QuestionHow to read gmail mails using C# (only Unread Email ) Pin
Freedom Code Park22-Feb-13 18:13
Freedom Code Park22-Feb-13 18:13 
AnswerRe: How to read gmail mails using C# (only Unread Email ) Pin
Dave Kreskowiak22-Feb-13 18:22
mveDave Kreskowiak22-Feb-13 18:22 
AnswerRe: How to read gmail mails using C# (only Unread Email ) Pin
OriginalGriff22-Feb-13 21:42
mveOriginalGriff22-Feb-13 21:42 
AnswerRe: How to read gmail mails using C# (only Unread Email ) Pin
Marco Bertschi23-Feb-13 8:02
protectorMarco Bertschi23-Feb-13 8:02 
AnswerRe: How to read gmail mails using C# (only Unread Email ) Pin
Amir Mohammad Nasrollahi29-Jul-13 21:51
professionalAmir Mohammad Nasrollahi29-Jul-13 21:51 
Questionsimplest hacking software in C# Pin
Member 985741522-Feb-13 16:44
Member 985741522-Feb-13 16:44 
AnswerRe: simplest hacking software in C# Pin
Dave Kreskowiak22-Feb-13 18:21
mveDave Kreskowiak22-Feb-13 18:21 
AnswerRe: simplest hacking software in C# Pin
SoMad22-Feb-13 19:13
professionalSoMad22-Feb-13 19:13 
AnswerRe: simplest hacking software in C# PinPopular
OriginalGriff22-Feb-13 21:44
mveOriginalGriff22-Feb-13 21:44 
GeneralRe: simplest hacking software in C# Pin
Jibesh22-Feb-13 22:46
professionalJibesh22-Feb-13 22:46 
GeneralRe: simplest hacking software in C# Pin
Shubh Agrahari23-Feb-13 2:03
Shubh Agrahari23-Feb-13 2:03 
AnswerRe: simplest hacking software in C# Pin
Marco Bertschi23-Feb-13 8:04
protectorMarco Bertschi23-Feb-13 8:04 
AnswerRe: simplest hacking software in C# Pin
V.25-Feb-13 0:25
professionalV.25-Feb-13 0:25 
Questionsourceafis probleme Pin
arissem22-Feb-13 8:02
arissem22-Feb-13 8:02 
AnswerRe: sourceafis probleme Pin
Dave Kreskowiak22-Feb-13 8:47
mveDave Kreskowiak22-Feb-13 8:47 
GeneralRe: sourceafis probleme Pin
arissem22-Feb-13 8:55
arissem22-Feb-13 8:55 
GeneralRe: sourceafis probleme Pin
Dave Kreskowiak22-Feb-13 9:26
mveDave Kreskowiak22-Feb-13 9:26 
GeneralRe: sourceafis probleme Pin
arissem23-Feb-13 3:21
arissem23-Feb-13 3:21 
thanks
but the problem is i need to extract the template from the fingerprint each time i need to identify someone
and that takes 45 second depend on the database for me this to slow
my problem is with passing the database values
for exemple
List<datarow> dtrows = dt.asEnumerable;
and then convert each datarows to bitmaps
and then convert pass the list of bitmaps to a list of fingerprints
and then pass the fingerprints to the persons
for exemple
person.fingerprints = fingerprints;

and then extract each fingerprint passed to the person with the Afis.extract(person) function
and then instead of using afis.identify function i use afis.verify which is toooo slow and i cant get afis.identify to work
GeneralRe: sourceafis probleme Pin
Dave Kreskowiak23-Feb-13 4:19
mveDave Kreskowiak23-Feb-13 4:19 
GeneralRe: sourceafis probleme Pin
arissem23-Feb-13 6:48
arissem23-Feb-13 6:48 
GeneralRe: sourceafis probleme Pin
Dave Kreskowiak23-Feb-13 8:10
mveDave Kreskowiak23-Feb-13 8:10 
Questionfile transer using wifi with out socket programming in c# Pin
raythatha721-Feb-13 23:02
raythatha721-Feb-13 23:02 
SuggestionRe: file transer using wifi with out socket programming in c# Pin
Richard MacCutchan21-Feb-13 23:56
mveRichard MacCutchan21-Feb-13 23:56 

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.