User Profile

Collapse

Profile Sidebar

Collapse
xeiter
xeiter
Last Activity: Nov 13 '07, 02:19 AM
Joined: Apr 30 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • xeiter
    replied to Captcha in C# Windows Application
    in .NET
    You are absolutely right! Coming from a web developer world, i was a bit lost. Thank you for clearing my vision. What I will now do is implement captcha inside the c# app and modify the server a bit to allow my app bypass the server captcha mechanism.

    Thanks again

    Anton...
    See more | Go to post

    Leave a comment:


  • xeiter
    replied to Captcha in C# Windows Application
    in .NET
    Making a c# version of captcha will not work in my situation as i am submitting everything from my c# application to a website. And the webpage where I am submitting to has a captcha check. Thats why I need to be able to read the website captcha value that is stored in session when i call a captcha.php script (which generates a image contenttype = image/jpg).

    I can display that image in my picture box in c# app but dont seem to be...
    See more | Go to post

    Leave a comment:


  • xeiter
    started a topic Captcha in C# Windows Application
    in .NET

    Captcha in C# Windows Application

    Hi, I have a captcha script on my website located at /captcha.php. What it does it generates an image with the code, displays the image (gd2) and saves the value of the code in session.

    How do I access that code in session from my c# windows application. I have a form in my application for registering users. The application then calls to the webserver and uses regular .php page to submit user registration. It has captcha and thats...
    See more | Go to post
    Last edited by xeiter; Nov 9 '07, 05:26 AM. Reason: typo
No activity results to display
Show More
Working...