資源簡介
親測可用,直接復制表情窗體到項目,在按鈕上加個事件就可以使用,內有示例

代碼片段和文件信息
///?
///更新網站?http://www.cckan.net/thread-1789-1-1.html
///?
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?framework.UI.WinForm.Controls.RTF;
namespace?QQFaceDemo
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????public?ImagePopup?_faceForm?=?null;
????????public?ImagePopup?FaceForm
????????{
????????????get
????????????{
????????????????if?(this._faceForm?==?null)
????????????????{
????????????????????this._faceForm?=?new?ImagePopup
????????????????????{
????????????????????????ImagePath?=?“Face\\“
????????????????????????CustomImagePath?=?“Face\\Custom\\“
????????????????????????CanManage?=?true
????????????????????????ShowDemo=true
????????????????????};
????????????????????this._faceForm.Init(24?24?8?8?12?8);
????????????????????this._faceForm.Selected?+=?this._faceForm_AddFace;
????????????????}
????????????????return?this._faceForm;
????????????}
????????}
????????string?imgName?=?““;
????????void?_faceForm_AddFace(object?sender?SelectFaceArgs?e)
????????{
????????????this.imgName?=?e.Img.FullName.Replace(Application.StartupPath?+?“\\“?““);
????????????if?(e.Img.Image.Width?>?this.pictureBox1.Width?||?e.Img.Image.Height?>?this.pictureBox1.Height)
????????????{
????????????????this.pictureBox1.SizeMode?=?PictureBoxSizeMode.Zoom;
????????????}
????????????else
????????????{
????????????????this.pictureBox1.SizeMode?=?PictureBoxSizeMode.CenterImage;
????????????}
????????????pictureBox1.Image?=?e.Img.Image;
????????}
????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????Point?pt?=?this.PointToScreen(new?Point(((Button)sender).Left?((Button)sender).Height+5));
????????????this.FaceForm.Show(pt.X?pt.Y?((Button)sender).Height);
????????????
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1810??2009-04-21?16:50??QQFaceDemo\bin\Debug\Face\Face_0.gif
?????文件???????1582??2009-04-21?16:50??QQFaceDemo\bin\Debug\Face\Face_1.gif
?????文件???????3716??2009-04-21?16:50??QQFaceDemo\bin\Debug\Face\Face_10.gif
?????文件???????1780??2009-04-21?16:50??QQFaceDemo\bin\Debug\Face\Face_100.gif
?????文件???????8033??2009-04-21?16:50??QQFaceDemo\bin\Debug\Face\Face_11.gif
?????文件???????2247??2009-04-21?16:50??QQFaceDemo\bin\Debug\Face\Face_12.gif
?????文件???????1736??2009-04-21?16:50??QQFaceDemo\bin\Debug\Face\Face_13.gif
?????文件???????4006??2009-04-21?16:50??QQFaceDemo\bin\Debug\Face\Face_14.gif
?????文件???????1562??2009-04-21?16:50??QQFaceDemo\bin\Debug\Face\Face_15.gif
?????文件???????1413??2009-04-21?16:50??QQFaceDemo\bin\Debug\Face\Face_16.gif
?????文件???????3366??2009-04-21?16:50??QQFaceDemo\bin\Debug\Face\Face_17.gif
?????文件???????8137??2009-04-21?16:50??QQFaceDemo\bin\Debug\Face\Face_18.gif
?????文件???????8135??2009-04-21?16:50??QQFaceDemo\bin\Debug\Face\Face_19.gif
?????文件???????1804??2009-04-21?16:50??QQFaceDemo\bin\Debug\Face\Face_2.gif
?????文件???????1808??2009-04-21?16:50??QQFaceDemo\bin\Debug\Face\Face_20.gif
?????文件???????1864??2009-04-21?16:50??QQFaceDemo\bin\Debug\Face\Face_21.gif
?????文件???????3010??2009-04-21?16:50??QQFaceDemo\bin\Debug\Face\Face_22.gif
?????文件???????1950??2009-04-21?16:50??QQFaceDemo\bin\Debug\Face\Face_23.gif
?????文件???????2257??2009-04-21?16:50??QQFaceDemo\bin\Debug\Face\Face_24.gif
?????文件???????2446??2009-04-21?16:50??QQFaceDemo\bin\Debug\Face\Face_25.gif
?????文件???????4014??2009-04-21?16:50??QQFaceDemo\bin\Debug\Face\Face_26.gif
?????文件???????2893??2009-04-21?16:50??QQFaceDemo\bin\Debug\Face\Face_27.gif
?????文件???????3262??2009-04-21?16:50??QQFaceDemo\bin\Debug\Face\Face_28.gif
?????文件???????5861??2009-04-21?16:50??QQFaceDemo\bin\Debug\Face\Face_29.gif
?????文件???????1852??2009-04-21?16:50??QQFaceDemo\bin\Debug\Face\Face_3.gif
?????文件???????1780??2009-04-21?16:50??QQFaceDemo\bin\Debug\Face\Face_30.gif
?????文件???????5174??2009-04-21?16:50??QQFaceDemo\bin\Debug\Face\Face_31.gif
?????文件???????7189??2009-04-21?16:50??QQFaceDemo\bin\Debug\Face\Face_32.gif
?????文件???????4317??2009-04-21?16:50??QQFaceDemo\bin\Debug\Face\Face_33.gif
?????文件???????2140??2009-04-21?16:50??QQFaceDemo\bin\Debug\Face\Face_34.gif
............此處省略114個文件信息
評論
共有 條評論