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

Popular posts from this blog

Line ending issue with Mercurial or Visual Studio -

tags - Jquery Mixitup plugin help prevent handlers being destroyed -

c# - Delving into the world of XML (Windows Phone) Error I dont understand (The ' ' character, hexadecimal value 0x20, cannot be included in a name.) -