Jump to content

cbox


decrypT

Members+
  • Posts

    4
  • Joined

  • Last visited

Everything posted by decrypT

  1. yeah i threw the getelements/names in that document completed method. webBrowser1.GetElementById("ID HERE").SetAttribute("value", fdsfs.Text); But i was wondering how i could reload the captcha after each entry. Using an if loop i guess.
  2. Yes, it uses getelementbyid and by name. Also, the doneLoading event, is that just like. if(webBrowser1.doneLoading) { Code for regrabbing the catpcha } ? Thanks for the reply.
  3. Quick bump. Still in need of some help.
  4. I need some help with the captcha's How would i make the application re-grab the captcha if the page is refreshed? Also, it seems like my app doesn't grab the captcha if my bot's forms are filled. Like, my bot has textboxes that submit a form on a webpage. If my bot's textboxes are filled and sent to the webpage, it won't grab the captcha, however if the boxes are left empty, the captcha is grabbed. Any help would be awesome! --decrypT
×
×
  • Create New...