c# - PictureBox and HttpWebRequest -
i want use picturebox show user captcha image. know how set typical image url. need add captcha need cookies. this: https://konto.interia.pl/poczta/nowe-konto.
i don't know how can hold cookie server, can use later display captcha, , after send special response create account. have ideas how can that?
you need download image , put in picturebox; can't use built-in downloader cookies.
use httpwebrequst
download memorystream
, call image.fromstream()
.
Comments
Post a Comment