摘要:
Silverlight 全屏方法 #region 函数:BtnTest_Click(object sender, RoutedEventArgs e) /// <summary>全屏按钮事件</summary> /// <param name="sender"></param> /// <param name="... 阅读全文
摘要:
WebBrowser的Cookie操作1.在WebBrowser中获取CookieCookieContainer myCookieContainer = new CookieContainer();string cookieStr = webBrowser1.Document.Cookie;string[] cookstr = cookieStr.Split(';');foreach (strin... 阅读全文