会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
如若
人生是一个从坚持到超越的过程,我们毕生修炼,我们终将得道!
博客园
首页
新随笔
联系
管理
上一页
1
···
42
43
44
45
46
47
48
49
50
···
56
下一页
2014年12月1日
C#求所有可能的排列组合
摘要: static System.Collections.Specialized.StringCollection MakeStrings(string[] characters, int finalStringLength){ int finalLength = finalStringLength...
阅读全文
posted @ 2014-12-01 17:06 如.若
阅读(1275)
评论(0)
推荐(1)
2014年8月26日
C# 文本框 TextChanged 延时触发
摘要: public partial class DelayTextBox : TextBox { #region private globals private System.Timers.Timer DelayTimer; // used for the delay ...
阅读全文
posted @ 2014-08-26 15:10 如.若
阅读(3522)
评论(0)
推荐(0)
SQL Server数据库自增字段正确的插入值的描述
摘要: 我们今天主要向大家讲述的是SQL Server数据库之向SQL Server自增字段正确的插入值的实际操作步骤,在一般的情况下,我们不能向 SQL Server 数据库自增字段中插入值,如果非要这么干的话,SQL Server 就会好不客气地给你个错误警告:Server:Msg544,Level16...
阅读全文
posted @ 2014-08-26 15:06 如.若
阅读(912)
评论(0)
推荐(0)
2014年6月20日
C#.NET使用AnimateWindow制作淡入淡出特殊效果的窗体
摘要: 使用AnimateWindow制作淡入淡出效果的窗体命名空间:using System.Runtime.InteropServices;API函数:[DllImport("user32")]private static extern bool AnimateWindow(IntPtr whnd,in...
阅读全文
posted @ 2014-06-20 10:36 如.若
阅读(1368)
评论(0)
推荐(0)
2014年6月13日
C# 模式窗口下更新进度条
摘要: public partial class frmProcessBar : Form { public frmProcessBar() { InitializeComponent(); } public bool In...
阅读全文
posted @ 2014-06-13 14:01 如.若
阅读(2406)
评论(0)
推荐(0)
2014年6月6日
C# 制作透明窗体
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
阅读全文
posted @ 2014-06-06 10:19 如.若
阅读(3638)
评论(0)
推荐(1)
C# 自定义重绘TextBox
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Drawing;using System.Drawing.Drawing2D;using System.Win...
阅读全文
posted @ 2014-06-06 10:17 如.若
阅读(11718)
评论(0)
推荐(3)
C# 自定义重绘DataGridView
摘要: using System.Collections.Generic;using System.ComponentModel;using System.Diagnostics;using System.Linq;using System.Text;using System.Windows.Forms;u...
阅读全文
posted @ 2014-06-06 10:12 如.若
阅读(4540)
评论(0)
推荐(0)
C# 自定义重绘TabControl
摘要: using System.Drawing;using System.Windows.Forms;using System.Drawing.Drawing2D;using System.Runtime.InteropServices;using System;using System.Drawing....
阅读全文
posted @ 2014-06-06 10:10 如.若
阅读(6610)
评论(0)
推荐(1)
2014年5月19日
DataGridView重绘painting简单实例
摘要: private void dataGridViewX1_CellPainting(object sender, DataGridViewCellPaintingEventArgs e){ if (e.RowIndex >= 0 && e.ColumnIndex>=0) { ...
阅读全文
posted @ 2014-05-19 16:04 如.若
阅读(2561)
评论(0)
推荐(0)
上一页
1
···
42
43
44
45
46
47
48
49
50
···
56
下一页
公告