MathCap is a plugin for .net application and its a 100% effective and easy to use.the more you understand on a deep look.
Here i shared is the base version of Mathcap 1.0.0. More feature are coming on a newer versions.
How it use?
add mathcapp dll reference
invoke the namespace on the webpage using MathCapcha;
Add the below code
var bitmapImage = new Capcha();
var properties = new MathCapchaProperties();
now customise the properties
now get the response and point to image control, using below code.
Output
NOTE: In near by future itself 'm planning to make it a control but before that i need to add some cool feature that by i made it like this :)
DOWNLOAD dll From here
If u had any trouble just ask, Happy to help u :)
Stay Tune...
Have a nice day... 'N happy Coding :)
Here i shared is the base version of Mathcap 1.0.0. More feature are coming on a newer versions.
How it use?
add mathcapp dll reference
invoke the namespace on the webpage using MathCapcha;
Add the below code
var bitmapImage = new Capcha();
var properties = new MathCapchaProperties();
now customise the properties
now get the response and point to image control, using below code.
var imgur = bitmapImage.CreateThumbnail(properties);
img.Src = imgur.bmpImageSource;
Response.Write(imgur.answer);Output
NOTE: In near by future itself 'm planning to make it a control but before that i need to add some cool feature that by i made it like this :)
DOWNLOAD dll From here
If u had any trouble just ask, Happy to help u :)
Stay Tune...
Have a nice day... 'N happy Coding :)
No comments:
Post a Comment