上一页 1 ··· 6 7 8 9 10 11 12 13 下一页
  2009年3月16日
摘要: 线程间操作无效:从不是创建控件“XX”的线程访问它。 解决方法: 在构造函数中加入如下代码:CheckForIllegalCrossThreadCalls = false; 这个不提倡大家使用,可以使用 this.BeginInvoke(new Action(() => { this.button1 阅读全文
posted @ 2009-03-16 12:52 几度夕阳红了 阅读(465) 评论(2) 推荐(0) 编辑
  2009年3月14日
摘要: 效果图: 源代码 阅读全文
posted @ 2009-03-14 19:58 几度夕阳红了 阅读(444) 评论(0) 推荐(0) 编辑
摘要: CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System;using System.Collections.Generic;using System.Text;namespace SortAlgorithm{ class ... 阅读全文
posted @ 2009-03-14 19:52 几度夕阳红了 阅读(397) 评论(0) 推荐(0) 编辑
摘要: CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System;using System.Collections.Generic;using System.Text;namespace SortAlgorithm{ class ... 阅读全文
posted @ 2009-03-14 19:51 几度夕阳红了 阅读(340) 评论(0) 推荐(0) 编辑
摘要: CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System;using System.Collections.Generic;using System.Text;namespace SortAlgorithm{ class ... 阅读全文
posted @ 2009-03-14 19:50 几度夕阳红了 阅读(385) 评论(0) 推荐(0) 编辑
  2009年3月11日
摘要: 在winform窗体上,放一个WebBrowser控件,就行了。[代码]用户名和密码要写成你自己的邮箱用户名和密码,这样才能登陆邮箱。完成程序下载webBrowser1执行js: HtmlDocument doc = webBrowser1.Document;doc.InvokeScript("submitForm", new object[] { });webBrowser1增加post数据:HtmlElement add = doc.CreateElement("<input name='bssCredentials.operatorId 阅读全文
posted @ 2009-03-11 12:52 几度夕阳红了 阅读(1126) 评论(0) 推荐(0) 编辑
  2009年3月9日
摘要: 数据控件里传递多个值:<a href='../BrowsePost.aspx?smallid=<%#Eval("PostType_Id") %>&postid=<%#Eval("Post_Id") %>'><%#Eval("Post_Title") %></a>DropDownList 默认显示项ddl.Items.FindByValue("value值").Selected=trueSQL varchar中设50个字节,可以保存最 阅读全文
posted @ 2009-03-09 11:54 几度夕阳红了 阅读(665) 评论(0) 推荐(0) 编辑
  2009年3月6日
摘要: protected void GridView_RowDataBound(object sender, GridViewRowEventArgs e) { for (int i = 0; i < e.Row.Cells.Count; i++) { e.Row.Cells[i].Attributes.Add("style", "white-... 阅读全文
posted @ 2009-03-06 13:15 几度夕阳红了 阅读(3321) 评论(0) 推荐(1) 编辑
  2009年3月5日
摘要: CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> JavaScript下拉菜单 栏目1 栏目1->菜单1 ... 阅读全文
posted @ 2009-03-05 11:01 几度夕阳红了 阅读(456) 评论(0) 推荐(0) 编辑
  2009年3月2日
摘要: CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 无标题页 输入密码: 密码强度: ... 阅读全文
posted @ 2009-03-02 10:55 几度夕阳红了 阅读(693) 评论(0) 推荐(1) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 下一页