摘要: Silverlight 全屏方法 #region 函数:BtnTest_Click(object sender, RoutedEventArgs e) /// <summary>全屏按钮事件</summary> /// <param name="sender"></param> /// <param name="... 阅读全文
posted @ 2009-08-05 10:27 Yoshow 阅读(1391) 评论(1) 推荐(0) 编辑
摘要: WebBrowser的Cookie操作1.在WebBrowser中获取CookieCookieContainer myCookieContainer = new CookieContainer();string cookieStr = webBrowser1.Document.Cookie;string[] cookstr = cookieStr.Split(';');foreach (strin... 阅读全文
posted @ 2009-08-05 09:20 Yoshow 阅读(3920) 评论(0) 推荐(0) 编辑