登录
首页 » C# » Word格式转换(DocToDocx)

Word格式转换(DocToDocx)

于 2014-04-15 发布
0 109
下载积分: 1 下载次数: 0

代码说明:

Office Word转换小工具

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

发表评论


0 个回复

  • C#温湿度上位机软件源码
    C#温湿度上位机软件,可显示温度曲线
    2018-11-28下载
    积分: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
  • 生产线条形码控制系统(产品条形码核对防错)MES系统
    生产线条形码控制系统(产品条形码核对防错)MES系统
    2018-11-28下载
    积分:1
  • socket服务器与客户端数据分析事例1.6
    socket服务器与客户端数据分析事例1.6
    2014-09-20下载
    积分:1
  • c算法 大全《常用算法程序集(第四版)》
    这份资料是第四版的C 常用算法程序集,方便初学者学习。
    2018-04-16下载
    积分:1
  • c 坦克大战 游戏源码下载
    坦克大战  C语言  源代码
    2014-06-10下载
    积分:1
  • C# 198个winform 实例源码下载
    198个winform 经典实例源码
    2015-01-27下载
    积分:1
  • 源码:城市交通流状况实时更新与显示
    城市交通流状况实时更新与显示
    2017-08-30下载
    积分:1
  • C# 雷塞运动控制卡圆弧插补
    C# 雷塞运动控制卡圆弧插补
    2016-12-26下载
    积分:1
  • SqlPager 存储过程分页例子 附完整源码
    SqlPager 存储过程分页例子 附完整源码
    2013-08-03下载
    积分:1
  • 696518资源总数
  • 104514会员总数
  • 30今日下载