Click here to Skip to main content
15,912,504 members
Home / Discussions / C#
   

C#

 
AnswerRe: How To Create A Custom DataGridView With A Row At The Begining Of datagridview Pin
Dave Kreskowiak12-Sep-11 6:24
mveDave Kreskowiak12-Sep-11 6:24 
GeneralRe: How To Create A Custom DataGridView With A Row At The Begining Of datagridview Pin
Luc Pattyn12-Sep-11 7:09
sitebuilderLuc Pattyn12-Sep-11 7:09 
GeneralRe: How To Create A Custom DataGridView With A Row At The Begining Of datagridview Pin
Dave Kreskowiak12-Sep-11 7:57
mveDave Kreskowiak12-Sep-11 7:57 
GeneralRe: How To Create A Custom DataGridView With A Row At The Begining Of datagridview Pin
rasoolfazeli13-Sep-11 20:30
rasoolfazeli13-Sep-11 20:30 
GeneralRe: How To Create A Custom DataGridView With A Row At The Begining Of datagridview Pin
Dave Kreskowiak14-Sep-11 2:00
mveDave Kreskowiak14-Sep-11 2:00 
Questionexcel Pin
arkiboys12-Sep-11 0:35
arkiboys12-Sep-11 0:35 
AnswerRe: excel Pin
Alan N12-Sep-11 1:26
Alan N12-Sep-11 1:26 
GeneralRe: excel Pin
arkiboys12-Sep-11 2:05
arkiboys12-Sep-11 2:05 
GeneralRe: excel Pin
Ian Shlasko12-Sep-11 2:48
Ian Shlasko12-Sep-11 2:48 
GeneralRe: excel Pin
Alan N12-Sep-11 2:53
Alan N12-Sep-11 2:53 
QuestionCode for a captcha Pin
mantombi12-Sep-11 0:02
mantombi12-Sep-11 0:02 
AnswerRe: Code for a captcha Pin
BobJanova12-Sep-11 0:54
BobJanova12-Sep-11 0:54 
AnswerRe: Code for a captcha Pin
Richard MacCutchan12-Sep-11 1:26
mveRichard MacCutchan12-Sep-11 1:26 
AnswerRe: Code for a captcha Pin
OriginalGriff12-Sep-11 6:03
mveOriginalGriff12-Sep-11 6:03 
AnswerRe: Code for a captcha Pin
TheGreatAndPowerfulOz12-Sep-11 11:30
TheGreatAndPowerfulOz12-Sep-11 11:30 
AnswerRe: Code for a captcha Pin
TheGreatAndPowerfulOz12-Sep-11 11:41
TheGreatAndPowerfulOz12-Sep-11 11:41 
1. Have the image files named Captcha00.png ... Captcha09.png
2. Generate a random number from 0 to 9
3. Append that number to the string "Captcha0" then append ".png" to it.
4. output the resulting string to the webpage
5. compare the input text to what was computed in step 2

But as someone else said, this may not be a very secure Captcha.

A better one is to generate a simple equation with an "infinite" number of permutations. Such as a + b * c = where a, b & c are random integers between 2 and 99.

The best one is to implement with open source reCaptcha.

Good luck.
If your actions inspire others to dream more, learn more, do more and become more, you are a leader." - John Quincy Adams
You must accept one of two basic premises: Either we are alone in the universe, or we are not alone in the universe. And either way, the implications are staggering” - Wernher von Braun

QuestionValidating ip address Pin
sarang_k11-Sep-11 19:54
sarang_k11-Sep-11 19:54 
AnswerRe: Validating ip address Pin
Pravin Patil, Mumbai11-Sep-11 20:35
Pravin Patil, Mumbai11-Sep-11 20:35 
GeneralRe: Validating ip address Pin
Peter_in_278011-Sep-11 20:40
professionalPeter_in_278011-Sep-11 20:40 
GeneralRe: Validating ip address Pin
Pravin Patil, Mumbai11-Sep-11 22:29
Pravin Patil, Mumbai11-Sep-11 22:29 
AnswerRe: Validating ip address Pin
Peter_in_278011-Sep-11 20:37
professionalPeter_in_278011-Sep-11 20:37 
AnswerRe: Validating ip address Pin
#realJSOP12-Sep-11 3:14
professional#realJSOP12-Sep-11 3:14 
GeneralRe: Validating ip address Pin
Pete O'Hanlon12-Sep-11 3:39
mvePete O'Hanlon12-Sep-11 3:39 
GeneralRe: Validating ip address Pin
RichardGrimmer12-Sep-11 5:44
RichardGrimmer12-Sep-11 5:44 
GeneralRe: Validating ip address Pin
jschell12-Sep-11 8:49
jschell12-Sep-11 8:49 

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.