post

  1. M

    Question How to Login to multiple sites(POST method and referer)

    hi guys, This is my first post. I've followed this tutorial and i want to modify it a little bit. And the author, i think is very busy. Here is the code he got: Imports System.Net Imports System.Text Imports System.IO Public Class Form1 Dim logincookie As CookieContainer Private...
  2. N

    Question post to a web form in Internet explorer

    I am trying to programmatically post to a textbox on a web form in IE - I have tried sendkeys - but I dont find them reliable or consistent - The code below is perfect - but only seems to work in a webbrowser control. How do I (click a button/select a radiobutton) send 'hello world' to a...
  3. L

    Uploading Image With Decaptcher.com Using API

    I have always used the API for Vb.net from Decaptcher.com and have always sent the Captcha by sending an actual url to them as you see in the code below. Or maybe it uploaded the image anyway to them (I use the Webbrowser Control) I'll use for example this: Dim dr As DecaptcherResult =...
Back
Top