Click here to Skip to main content
15,923,164 members
Home / Discussions / C#
   

C#

 
QuestionViewing bytes of a video being played by windows media object Pin
FoxholeNorman7-Sep-09 17:42
FoxholeNorman7-Sep-09 17:42 
AnswerRe: Viewing bytes of a video being played by windows media object Pin
Christian Graus7-Sep-09 18:02
protectorChristian Graus7-Sep-09 18:02 
Questionserver and client on same PC - port conflict Pin
sirEgGhEaD7-Sep-09 13:23
sirEgGhEaD7-Sep-09 13:23 
AnswerRe: server and client on same PC - port conflict Pin
Richard Andrew x647-Sep-09 14:33
professionalRichard Andrew x647-Sep-09 14:33 
GeneralRe: server and client on same PC - port conflict Pin
sirEgGhEaD7-Sep-09 15:28
sirEgGhEaD7-Sep-09 15:28 
GeneralRe: server and client on same PC - port conflict Pin
Richard Andrew x647-Sep-09 15:38
professionalRichard Andrew x647-Sep-09 15:38 
GeneralRe: server and client on same PC - port conflict Pin
sirEgGhEaD7-Sep-09 15:46
sirEgGhEaD7-Sep-09 15:46 
GeneralRe: server and client on same PC - port conflict Pin
Richard Andrew x647-Sep-09 15:50
professionalRichard Andrew x647-Sep-09 15:50 
GeneralRe: server and client on same PC - port conflict Pin
sirEgGhEaD7-Sep-09 15:52
sirEgGhEaD7-Sep-09 15:52 
GeneralRe: server and client on same PC - port conflict Pin
Richard Andrew x647-Sep-09 16:03
professionalRichard Andrew x647-Sep-09 16:03 
GeneralRe: server and client on same PC - port conflict Pin
sirEgGhEaD7-Sep-09 16:11
sirEgGhEaD7-Sep-09 16:11 
GeneralRe: server and client on same PC - port conflict Pin
Richard Andrew x647-Sep-09 16:14
professionalRichard Andrew x647-Sep-09 16:14 
GeneralRe: server and client on same PC - port conflict Pin
sirEgGhEaD7-Sep-09 16:23
sirEgGhEaD7-Sep-09 16:23 
GeneralRe: server and client on same PC - port conflict Pin
Richard Andrew x647-Sep-09 16:27
professionalRichard Andrew x647-Sep-09 16:27 
GeneralRe: server and client on same PC - port conflict Pin
sirEgGhEaD8-Sep-09 5:24
sirEgGhEaD8-Sep-09 5:24 
GeneralRe: server and client on same PC - port conflict Pin
sirEgGhEaD8-Sep-09 6:56
sirEgGhEaD8-Sep-09 6:56 
Questionvalidate an email address Pin
Jassim Rahma7-Sep-09 9:24
Jassim Rahma7-Sep-09 9:24 
AnswerRe: validate an email address Pin
Manas Bhardwaj7-Sep-09 9:27
professionalManas Bhardwaj7-Sep-09 9:27 
GeneralRe: validate an email address Pin
Jassim Rahma7-Sep-09 9:32
Jassim Rahma7-Sep-09 9:32 
GeneralRe: validate an email address Pin
Manas Bhardwaj7-Sep-09 9:34
professionalManas Bhardwaj7-Sep-09 9:34 
GeneralRe: validate an email address Pin
Jassim Rahma7-Sep-09 9:39
Jassim Rahma7-Sep-09 9:39 
GeneralRe: validate an email address Pin
Pete O'Hanlon7-Sep-09 9:45
mvePete O'Hanlon7-Sep-09 9:45 
GeneralRe: validate an email address Pin
Not Active7-Sep-09 9:48
mentorNot Active7-Sep-09 9:48 
GeneralRe: validate an email address Pin
DaveyM697-Sep-09 9:51
professionalDaveyM697-Sep-09 9:51 
GeneralRe: validate an email address Pin
MarkB7777-Sep-09 18:07
MarkB7777-Sep-09 18:07 
Hi there,

Have a look into CAPTCHA's.

If you don't like this, another option to add a hidden textbox. Spam bots will generally fill in every box on the page (hidden or not) and then submit the form.

All you have to do is check that the hidden box is empty - if not, it is a non-human user.


Cheers,

Mark Brock
"We're definitely not going to make a G or a PG version of this. It's not PillowfightCraft." -- Chris Metzen

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.