CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2011
    Posts
    69

    Question How to post data to a site with Sockets?

    I want to post data to a form with sockets. I know I cant just post directly to the HTML of the site but how would I go about doing so?

  2. #2
    Join Date
    May 2007
    Location
    Denmark
    Posts
    623

    Re: How to post data to a site with Sockets?

    Your question is a bit vague, but I would take a look at the httpwebrequest class for starters
    It's not a bug, it's a feature!

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured