資源簡介
通過代碼實現仿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個文件信息
評論
共有 條評論