登录
首页 » 界面开发 » VC操作Excel的示范源码,已经封装 可以直接使用,方便

VC操作Excel的示范源码,已经封装 可以直接使用,方便

于 2022-03-15 发布 文件大小:85.81 kB
0 40
下载积分: 2 下载次数: 1

代码说明:

VC操作Excel的示范源码,已经封装 可以直接使用,方便-VC operation Excel source model has Packaging can be used directly to facilitate

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

发表评论

0 个回复

  • 用户有时候需要一个其它形状的窗口,来修饰一个自己所写的程序进行美化。所以用异型窗体最好不过了。...
    用户有时候需要一个其它形状的窗口,来修饰一个自己所写的程序进行美化。所以用异型窗体最好不过了。-AlienForms
    2022-01-25 18:34:15下载
    积分:1
  • telephone procedures of the original code, cheap to run after the after
    电话报警程序的原代码,便宜后课余直接运行,非穿游泳湖;-telephone procedures of the original code, cheap to run after the after-school, non-lake swim wear;
    2022-10-08 18:00:03下载
    积分:1
  • 无边框窗体 + 外光边框(半透明)
    利用GDI+实现的无边框窗体 + 外发光边框(半透明)。
    2022-01-24 13:23:21下载
    积分:1
  • 基于c#的时钟
    资源描述本源程序是基于C#的时钟设计,能为初学者提供参考价值,为初学者提供基本的编写代码思路, namespace Clock { public partial class MainForm : Form { private PointF center; private float r; private Pen hourPen; private Pen minutePen; private Pen secondPen; private Thread timeThread; public MainForm() { InitializeComponent(); ShowInTaskbar = false;//不在任务栏中显示 SetStyle(ControlStyles.DoubleBuffer, true); SetStyle(ControlStyles.UserPaint,true); SetStyle(ControlStyles.AllPaintingInWmPaint,true); center = new PointF(ClientSize.Width/ 2.0f, ClientSize.Height/ 2.0f); r = Math.Min(ClientSize.Width / 2.0f, ClientSize.Height / 2.0f); hourPen = new Pen(Color.Black, 2.5f); minutePen = new Pen(Color.Black, 1.5f); secondPen = new Pen(Color.Black, 0.5f); timeThread=new Thread(new ThreadStart(DrawTime)); timeThread.Start(); } protected override void OnPaint(PaintEventArgs e) { Graphics g = e.Graphics; g.Clear(BackColor); //g.SmoothingMode =
    2022-01-26 05:22:52下载
    积分:1
  • 虚拟宠物的源代码
    桌面虚拟宠物的源代码 -Desktop virtual pet
    2022-09-28 10:10:03下载
    积分:1
  • python之贪吃蛇学英语
    这是一个完整的用python 写的关于贪吃蛇学英语的代码,方便初学者学习python初级GUI的设计,当然,本代码也存在很多的不足支持,请大家见谅。注意:此代码仅供初学者使用,方便大家的学习,谢谢!
    2022-05-19 11:15:01下载
    积分:1
  • 实现vc各种控件
    实现vc各种控件- Realizes vc each kind to control
    2022-06-18 10:40:33下载
    积分:1
  • (example 104) in the MSFlexGrid grid plus background images
    (示例104)在MSFlexGrid grid plus背景图像中
    2022-01-23 10:43:17下载
    积分:1
  • 学习gdi+的好程序,非常适合初学者学习使用
    学习gdi+的好程序,非常适合初学者学习使用-Learning gdi+ A good process, very suitable for beginners learning to use
    2022-07-25 04:37:06下载
    积分:1
  • MFC编程实例,如何创建SHEET的新方法
    MFC编程实例,如何创建SHEET的新方法-MFC programming examples of how to create a new method SHEET
    2022-06-20 08:42:32下载
    积分:1
  • 696522资源总数
  • 104027会员总数
  • 45今日下载