Browse by Tags

Tagged Content List
  • Wiki Page: [Dev Tutorial] WebBrowser - Web Scraping

    Have you ever wanted to make the application which will scrape some data from the web site? If so, this article is just perfect for you. Table of Contents WebBrowser class Methods in WebBrowser class Properties in WebBrowser class Web scraping .NET Framework is a very large and powerful...
  • Wiki Page: Get Cookies from WebBrowser controls in Visual C#

    This code get simple cookie and get also HTTP only cookie. add this namespace using System.Runtime.InteropServices; [DllImport("wininet.dll", CharSet = CharSet.Auto, SetLastError = true)] static extern bool InternetGetCookieEx(string pchURL, string pchCookieName, StringBuilder...
Page 1 of 1 (2 items)
Can't find it? Write it!