資源簡介
這是由C#開發的氣泡控件,支持文字輸入類氣泡控件,與QQ類似。
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
namespace?氣泡測試
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?textBox1_TextChanged(object?sender?EventArgs?e)
????????{
????????????chatTooler1.Caption?=?textBox1.Text;
????????}
????}
}
- 上一篇:windows資源管理器
- 下一篇:Winform異形窗體實現
評論
共有 條評論