tags:

views:

27

answers:

1

Hi! I'm looking for solution how to integrate WPF desktop application with reCaptcha! Anyone knows the solution?

I'm working on registration module to my application, and need good and simple captcha.

Thanks!

+1  A: 

Have you tried this - http://code.google.com/apis/recaptcha/docs/aspnet.html. It says it works in any .Net language, including C#. There is also this page although it is 2 years old.

mrnye
Hi! Thanks for your answer. I saw that solution. I don't think it's suitable for me. I have desktop app in WPF and C#, where I need to implement registration with recaptcha. Don't know how to use asp control in my case. :)
venedie
I think that API is open source, you could possibly extract the wrappers and place in a WPF control instead? I haven't seen anything else similar though :(
mrnye