Captcha Generator, random each time

Please post all your completed software applications in here. This is for full software which you have created and wish to release and share with everyone.
5 posts Page 1 of 1
Contributors
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Captcha Generator, random each time
MrAksel
Here is my captcha generator. It is an easy to use library. You simply use this code to generate a captcha:
Code: Select all
Dim Generator As New Captcha_Generator.CaptchaGenerator
Dim Captcha As Captcha_Generator.Captcha
Generator.Size = New Size(400, 100) ' or any size you want
Captcha = Generator.Generate ' or Captcha = Generator.GenerateRandom(Characters As Integer)
Me.BackgroundImage = Captcha.CaptchaImage
Msgbox(Captcha.Value & vbCrLf & Captcha.Length)
You are free to use it in any of your apps. Im running .NET 4.0 and not everyone does, so i provided both 3.5 and 4.0 versions
You do not have the required permissions to view the files attached to this post.
Last edited by MrAksel on Mon Jan 17, 2011 6:52 pm, edited 2 times in total.
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;


Over 30 projects with source code!
Please give reputation to helpful members!

Image
Image
User avatar
Skillful
Skillful Coders
Skillful Coders
Posts: 969
Joined: Tue Nov 16, 2010 10:07 am

The code you provided does not work for me. It throws up an exception while debugging.
Instead of LOL use this -
LSIBMHBIWFETALOL

Which means -
Laughing silently in between my head because it wasn't funny enough to actually laugh out loud!
User avatar
Usman55
VIP - Site Partner
VIP - Site Partner
Posts: 2821
Joined: Thu Dec 24, 2009 7:52 pm

I get it too some thing invalid I guess.
Image
User avatar
M1z23R
VIP - Donator
VIP - Donator
Posts: 622
Joined: Tue Sep 28, 2010 4:55 pm

It doesn't work :( 3 credits lost xD
You do not have the required permissions to view the files attached to this post.
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Ohh sorry guys, on witch line does the error occour? Ill send you all a new version if ill manage to fix it
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;


Over 30 projects with source code!
Please give reputation to helpful members!

Image
Image
5 posts Page 1 of 1
Return to “Full Software”