登录
首页 » C# » c#调用vc++的DLL 例子源码下载

c#调用vc++的DLL 例子源码下载

于 2015-03-20 发布
0 252
下载积分: 1 下载次数: 0

代码说明:

c#调用vc++的DLL 例子源码下载

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

发表评论

0 个回复

  • Socket通讯,服务端对多个客户端收发消息
    【实例简介】 socket通讯,实现服务端与多个客户端收发消息实例。
    2021-07-15 00:31:56下载
    积分:1
  • wpf实现 wifi管理软件源码下载
    wpf实现 wifi管理软件源码下载
    2014-03-02下载
    积分:1
  • rapid Scada组态软件
    rapid Scada组态软件
    2020-06-20下载
    积分:1
  • MFC连接Access数据库(ADO)详细版实例操作(含Combo Box读取数据库内容)
    MFC连接Access数据库(ADO)详细版实例操作(含Combo Box读取数据库内容)
    2019-07-09下载
    积分:1
  • 依次输入数字(大于0),当输入max求最大值
    简介 利用do while做循环判断 截图 代码
    2021-09-25 00:30:55下载
    积分:1
  • 类QQ截屏实例下载
    类QQ截屏实例下载
    2013-10-03下载
    积分:1
  • 动画效果浮动窗体实例
            private void StopRectTimer_Tick(object sender, EventArgs e)        {            //如果鼠标在窗体上,则根据停靠位置显示整个窗体              if (this.Bounds.Contains(Cursor.Position))            {                switch (this.StopDock)                {                    case AnchorStyles.Top:                        this.Location = new Point(this.Location.X, 0);                        break;                    case AnchorStyles.Bottom:                        this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - this.Height);                        break;                    case AnchorStyles.Left:                        this.Location = new Point(0, this.Location.Y);                        break;                    case AnchorStyles.Right:                        this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - this.Width, this.Location.Y);                        break;                }            }            else  //如果鼠标离开窗体,则根据停靠位置隐藏窗体,但须留出部分窗体边缘以便鼠标选中窗体              {                switch (this.StopDock)                {                    case AnchorStyles.Top:                        this.Location = new Point(this.Location.X, (this.Height - 3) * (-1));                        break;                    case AnchorStyles.Bottom:                        this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - 5);                        break;                    case AnchorStyles.Left:                        this.Location = new Point((-1) * (this.Width - 3), this.Location.Y);                        break;                    case AnchorStyles.Right:                        this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - 2, this.Location.Y);                        break;                }            }        }
    2015-06-10下载
    积分:1
  • C# 地铁一卡通系统源码(含数据库)
    初学者 请先附加数据库,否则无法进入系统(默认账户1234,密码1234)
    2018-06-11下载
    积分:1
  • webapi实现文件上传下载
    实现文件数据上传下载,更加快速实现。
    2020-05-14下载
    积分:1
  • 屏幕取色 取色器源码
    屏幕取色 取色器源码
    2013-10-28下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载