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
Here is my captcha generator. It is an easy to use library. You simply use this code to generate a captcha:
Code: Select all
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 versionsDim 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 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]()
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!

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!
LSIBMHBIWFETALOL
Which means -
Laughing silently in between my head because it wasn't funny enough to actually laugh out loud!
It doesn't work :( 3 credits lost xD
You do not have the required permissions to view the files attached to this post.
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]()
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!

5 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023