上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 55 下一页
摘要: public partial class DelayTextBox : TextBox { #region private globals private System.Timers.Timer DelayTimer; // used for the delay ... 阅读全文
posted @ 2014-08-26 15:10 如.若 阅读(3482) 评论(0) 推荐(0) 编辑
摘要: 我们今天主要向大家讲述的是SQL Server数据库之向SQL Server自增字段正确的插入值的实际操作步骤,在一般的情况下,我们不能向 SQL Server 数据库自增字段中插入值,如果非要这么干的话,SQL Server 就会好不客气地给你个错误警告:Server:Msg544,Level16... 阅读全文
posted @ 2014-08-26 15:06 如.若 阅读(896) 评论(0) 推荐(0) 编辑
摘要: 使用AnimateWindow制作淡入淡出效果的窗体命名空间:using System.Runtime.InteropServices;API函数:[DllImport("user32")]private static extern bool AnimateWindow(IntPtr whnd,in... 阅读全文
posted @ 2014-06-20 10:36 如.若 阅读(1351) 评论(0) 推荐(0) 编辑
摘要: public partial class frmProcessBar : Form { public frmProcessBar() { InitializeComponent(); } public bool In... 阅读全文
posted @ 2014-06-13 14:01 如.若 阅读(2383) 评论(0) 推荐(0) 编辑
摘要: 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 如.若 阅读(3613) 评论(0) 推荐(1) 编辑
摘要: 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 如.若 阅读(11537) 评论(0) 推荐(3) 编辑
摘要: 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 如.若 阅读(4406) 评论(0) 推荐(0) 编辑
摘要: 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 如.若 阅读(6491) 评论(0) 推荐(1) 编辑
摘要: private void dataGridViewX1_CellPainting(object sender, DataGridViewCellPaintingEventArgs e){ if (e.RowIndex >= 0 && e.ColumnIndex>=0) { ... 阅读全文
posted @ 2014-05-19 16:04 如.若 阅读(2510) 评论(0) 推荐(0) 编辑
摘要: C# 万年历 农历 节气 节日 星座 星宿 属相 生肖 闰年月 时辰等,代码如下:using System.Collections.Generic;using System.Text;using System;namespace yangliToyinli{ #region ChineseCa... 阅读全文
posted @ 2014-05-06 12:44 如.若 阅读(2174) 评论(1) 推荐(0) 编辑
上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 55 下一页