资源简介
通过代码实现仿QQ列表显示,同时有闪图像。
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
//+5+1+a+s+p+x.+c+o+m
using System.Reflection;
using _CUSTOM_CONTROLS._ChatListBox;
namespace WindowsFormsForControlTest
{
public partial class Form1 : Form
{
public Form1() {
InitializeComponent();
}
private void Form1_Load(object sender EventArgs e) {
button1.Text = “闪动“;
button2.Text = “插入[离开]“;
button3.Text = “大/小图标“;
chatListBox1.Items.Clear();
Random rnd = new Random();
for (int i = 0; i < 10; i++) {
ChatListItem item = new ChatListItem(“Group “ + i);
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1919 2012-11-16 09:42 51Aspx源码必读.txt
文件 4945 2012-11-16 09:42 from.gif
文件 2626 2012-11-16 09:42 _CUSTOM_CONTROLS.sln
文件 125 2012-11-16 09:42 最新Asp.Net源码下载.url
文件 3181 2012-11-16 09:42 WindowsFormsForControlTest\Form1.cs
文件 5206 2012-11-16 09:42 WindowsFormsForControlTest\Form1.Designer.cs
文件 5817 2012-11-16 09:42 WindowsFormsForControlTest\Form1.resx
文件 489 2012-11-16 09:42 WindowsFormsForControlTest\Program.cs
文件 3695 2012-11-16 09:42 WindowsFormsForControlTest\WindowsFormsForControlTest.csproj
文件 11776 2012-11-16 09:42 WindowsFormsForControlTest\bin\Debug\WindowsFormsForControlTest.exe
文件 28160 2012-11-16 09:42 WindowsFormsForControlTest\bin\Debug\WindowsFormsForControlTest.pdb
文件 11608 2012-11-16 09:42 WindowsFormsForControlTest\bin\Debug\WindowsFormsForControlTest.vshost.exe
文件 71168 2012-11-16 09:42 WindowsFormsForControlTest\bin\Debug\_CUSTOM_CONTROLS.dll
文件 128512 2012-11-16 09:42 WindowsFormsForControlTest\bin\Debug\_CUSTOM_CONTROLS.pdb
文件 3924 2012-11-16 09:42 WindowsFormsForControlTest\bin\Debug\Head\1 (0).png
文件 3677 2012-11-16 09:42 WindowsFormsForControlTest\bin\Debug\Head\1 (1).png
文件 2250 2012-11-16 09:42 WindowsFormsForControlTest\bin\Debug\Head\1 (10).PNG
文件 3157 2012-11-16 09:42 WindowsFormsForControlTest\bin\Debug\Head\1 (11).PNG
文件 2451 2012-11-16 09:42 WindowsFormsForControlTest\bin\Debug\Head\1 (12).PNG
文件 2300 2012-11-16 09:42 WindowsFormsForControlTest\bin\Debug\Head\1 (13).PNG
文件 2396 2012-11-16 09:42 WindowsFormsForControlTest\bin\Debug\Head\1 (14).PNG
文件 2545 2012-11-16 09:42 WindowsFormsForControlTest\bin\Debug\Head\1 (15).PNG
文件 2545 2012-11-16 09:42 WindowsFormsForControlTest\bin\Debug\Head\1 (16).PNG
文件 3868 2012-11-16 09:42 WindowsFormsForControlTest\bin\Debug\Head\1 (17).PNG
文件 3824 2012-11-16 09:42 WindowsFormsForControlTest\bin\Debug\Head\1 (18).PNG
文件 3821 2012-11-16 09:42 WindowsFormsForControlTest\bin\Debug\Head\1 (19).PNG
文件 3436 2012-11-16 09:42 WindowsFormsForControlTest\bin\Debug\Head\1 (2).png
文件 3788 2012-11-16 09:42 WindowsFormsForControlTest\bin\Debug\Head\1 (20).PNG
文件 4411 2012-11-16 09:42 WindowsFormsForControlTest\bin\Debug\Head\1 (21).PNG
文件 4204 2012-11-16 09:42 WindowsFormsForControlTest\bin\Debug\Head\1 (22).PNG
文件 4251 2012-11-16 09:42 WindowsFormsForControlTest\bin\Debug\Head\1 (23).PNG
............此处省略150个文件信息
相关资源
- Treeview控件用法基础
- EventTriggerListener对UI事件的封装
- Datagridview读取数据库,一键统计
- C# RadioListBox 多选框
- .net 2.0 List 去重 类似 distinct()函数
- ASPxGridView(或ASPxTreeList)动态加载数
- C# DataViewer3dlib
- 重绘ListBox控件
- C#遍历指定文件夹(并把数据加载到
- ListView控件间的数据移动
- DevExpress TreeList 样例
- wpf-treeview 自定义漂亮的wpf树控件
- WpfApplication1 一个很好的示例
- DevExpressApplication 原创代码
- lisenceCreator C#写的注册码源程序
- ImageListViewSource C# winform中图片列表控
- 1-(2) 报表页面可以导出的Excel文件
-
Databa
seuseImage 数据绑定控件DataGrid - treeview c#编写的目录树(treeview)文件
- WPF中listview显示列表的删除和显示
- C#winfrom 实现导入excel数据到DataGridVi
- WPF下使用TreeView实现流程图效果
- WPF TreeView ListView 数据联动
- C# 简单的项目布局
- WPF ListView 选择和鼠标移上去行背景颜
- WPF listbox之间拖动 dragdrop
- C#用2个时间做查询显示在dataGridView
- C# DataGridView 用法大全
- C# Winform ListView添加按钮列
- WPF 下拉列表框ComboBox扩展控件
评论
共有 条评论