
webbroswer
文章平均质量分 79
lyx程序人生
http://my.youkuaiyun.com/#
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
自定义带cookie的WebBrowser
1、由于自带的webbrowser不带cookie 请求需要用到cookie,则封装该类如下: using System;using System.Collections.Generic;using System.Linq;using System.Net;using System.Runtime.InteropServices;using System.Text;using System....原创 2018-03-16 17:10:24 · 1181 阅读 · 0 评论 -
webBrowser使用固定浏览器版本,屏蔽错误提示框简单实例
using Microsoft.Win32; using mshtml; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Runtime.Inter...原创 2019-01-07 17:11:13 · 867 阅读 · 4 评论