function checkmemory%Copyright (c) 2014,Lv Qi%All
rights reserved.%%Redistribution and use in source and binary forms, with or
without modification, a...
分类:
其他好文 时间:
2014-05-10 20:07:52
阅读次数:
413
Demo程序:实现任务栏窗体和图标的闪动:整个程序是基于Windows
Forms的,对于任务栏右下角状态图标的闪动,创建了一个类型:NotifyIconAnimator,基本上是包装了Windows
Forms中的NotifyIcon类型,然后内部有个Timer,不断循环设置NotifyIcon的...
分类:
其他好文 时间:
2014-05-10 01:51:19
阅读次数:
287
需要调用windows.Forms命名空间,使用一个类库WebPreview1.1.rar_by_Kai.Ma,此处仅记录之。给一个下载链接WebPreview1.1.rar_by_Kai.Ma.rar
分类:
Web程序 时间:
2014-05-08 21:19:08
阅读次数:
307
using System;using System.Collections.Generic;using
System.Linq;using System.Text;using System.Windows.Forms;namespace Common{ ///
/// DataGrid...
using System;using System.Collections.Generic;using
System.Linq;using System.Text;using System.Windows.Forms;namespace Common{ ///
/// 列表视图操作类 ...
分类:
其他好文 时间:
2014-05-08 19:30:25
阅读次数:
337
using System;using System.Collections.Generic;using
System.Linq;using System.Text;using System.Windows.Forms;namespace Common{ ///
/// 复选框操作类 ...
分类:
其他好文 时间:
2014-05-07 20:22:28
阅读次数:
345
1 private void SetTableLayout()2 {3
this.tableLayoutPanel1.ColumnStyles[0] = 4 new System.Windows.Forms.Co...
分类:
其他好文 时间:
2014-05-07 17:43:04
阅读次数:
313
添加WebPart的工具面板 ?ToolPaneView=2
直接加在Web部件页的URL后面; 仅在页面已签出后有效解决方案模版 /
_catalogs/solutions/Forms/AllItems.aspx创建新的内容 /_layouts/create.aspx 列表模板库
/_cata.....
分类:
其他好文 时间:
2014-05-07 09:27:01
阅读次数:
223
1 using System; 2 using System.Collections.Generic;
3 using System.Linq; 4 using System.Text; 5 using System.Threading; 6 7 8
namespace Synchroniza...
分类:
其他好文 时间:
2014-05-07 02:18:18
阅读次数:
287
第八章 用户界面(二)
在 WinForm 上使用控件
控件就是类,派生自 System.Windows.Forms.Control,由此类派生出的任何类都能显示在窗体上,只要将它添加到窗体对象的 Controls 集合中。
现在我们看一下用控件画树形的方法。WinForms 库定义了 TreeView 类,这是专门用于显示树形结构的;自然,我们就用这个控件来显示树。使...
分类:
其他好文 时间:
2014-05-04 00:08:55
阅读次数:
322