登录
首页 » C# » 模仿QQ来信息闪动

模仿QQ来信息闪动

于 2015-01-22 发布
0 233
下载积分: 1 下载次数: 0

代码说明:

模仿QQ来信息闪动

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • WPF 调用摄像头源码,其中用到了AForge.NET
    其中用到了 aforgeAForge.NET控件下载地址:http://code.google.com/p/aforge/
    2014-01-25下载
    积分:1
  • NPOI官方最新原版2.5.3
    【实例简介】资源包含: 1、NPOI 2.5动态链接库,包括.net2.0和.net4.0两个版本; NOPI.dll; NPOI.OOXML.dll NPOI.OpenXml4Net.dll NPOI.OpenXmlFormats.dll 
    2021-06-19 00:31:22下载
    积分:1
  • C# 自定义OpenFileDialog控件 例子
    自定义OpenFileDialog控件
    2015-06-26下载
    积分:1
  • 利用office 自带组件进行 OCR
    利用office 自带组件进行 OCR
    2013-12-04下载
    积分:1
  • 抽奖类源码
    抽奖类源码
    2014-01-02下载
    积分:1
  • 关于datagridview控件的简单例子,更容易理解一些
    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 DataGridViewSample{ public partial class Form1 : Form { public static List Tests = new List(); public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { this.dataGridView1.DataSource = Tests; } private void button1_Click(object sender, EventArgs e) { frmAdd form = new frmAdd(null); if (form.ShowDialog() == DialogResult.OK) { this.dataGridView1.DataSource = null; this.dataGridView1.DataSource = Tests; } } private void button2_Click(object sender, EventArgs e) { if (this.dataGridView1.SelectedRows != null) { frmAdd form = new frmAdd(new Test( Convert.ToInt32(this.dataGridView1.SelectedRows[0].Cells[0].Value), Convert.ToDecimal(this.dataGridView1.SelectedRows[0].Cells[1].Value), Convert.ToDateTime(this.dataGridView1.SelectedRows[0].Cells[2].Value), this.dataGridView1.SelectedRows[0].Cells[3].Value.ToString())); if (form.ShowDialog() == DialogResult.OK) { this.dataGridView1.DataSource = null; this.dataGridView1.DataSource = Tests; } } } private void button3_Click(object sender, EventArgs e) { //使用前面示例中的代码,用DataGridView或者List来做导出都是可以的 } } public class Test { public Test(int id, decimal voltage, DateTime record, string remark) { ID = id; Voltage = voltage; Record = record; Remark = remark; } public int ID { get; set; } public decimal Voltage { get; set; } public DateTime Record { get; set; } public string Remark { get; set; } }}
    2015-06-11下载
    积分:1
  • c# winform 读取系统分辨率,拖动设置分辨率 附完整源码
    c# 读取分辨率并 拖动设置分辨率功能                             
    2013-07-27下载
    积分:1
  • kendo ui grid webservice 查询开发
    kendo  ui  grid  webservice  查询开发
    2014-05-14下载
    积分:1
  • c# 调用大漠源码
    xDM c# 使用大漠插件. 完成 类似 按键精灵的 功能. 方法 注释 正在慢慢的 完善中 仓库githubhttps://github.com/xxxxue/xDM码云https://gitee.com/xxxxue/xDM/tree/dev准备 运行需要 .NET Framework 4.7.2 或者 手动把 类库框架版本改为 自己有的版本 效果图如何运行1. 注册 大漠dll 到com (资源在 源码的 DLL 文件夹中)2. 成功 提示3. 验证是否注册成功 (列表中存在即可,不需要引用到项目中)4.在 Visual Studio 中运行项目 查看结果 使用免费版 或者 填写 注册码 后 再运行
    2020-03-02下载
    积分:1
  • C# 用树型列表动态显示菜单 例子源码下载
    从数据库读取数据 加载至树形空间
    2015-04-20下载
    积分:1
  • 696516资源总数
  • 106405会员总数
  • 10今日下载