• 大小: 0.97M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: listview  view  Lis  列表  

资源简介

通过代码实现仿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个文件信息

评论

共有 条评论