-
C# 自动投票和手机号码归属地查询 功能源码下载
C# 自动投票和手机号码归属地查询
- 2013-09-27下载
- 积分:1
-
SQLCE实例源码下载
SQLCE 类似 Sqlite Microsoft SQL Server Compact 4.0 下载: http://www.microsoft.com/downloads/zh-cn/details.aspx?familyid=033cfb76-5382-44fb-bc7e-b3c8174832e2
- 2014-06-11下载
- 积分: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# 和西门子S7200 Smart S7TCP 通信
① S7TCPDLL,此库支持西门子S7 TCP协议,支持S7-200smart,1200,300,400,1500 PLC等产品 ②此库由C#开发,支持VB.NET,C#.NET,VC.NET平台,在.NET平台之间引用即可,其他平台如vc ,vb请参考相关说明 ③利用此DLL完全可取代HMI (触摸屏),也可直接和PLC通讯,DEMO(VS2013,C#)见百度云,获取正式版请联系,或关注微信公众号
- 2019-12-13下载
- 积分:1
-
c# 数字转换成 bool类型值 0,1,2,-1 普及下
总结:convert.tobool(0)==false, 非0 则均为true
- 2014-06-27下载
- 积分:1
-
截取屏幕/桌面,截图并保存图片到本机 实例完整源码下载
截取屏幕/桌面,截图并保存图片到本机 实例完整源码下载
- 2013-10-03下载
- 积分:1
-
MFC嵌入CEF(JavaScript 调用 C++ 函数)
MFC嵌入CEF(JavaScript 调用 C++ 函数)
- 2021-01-17 23:18:50下载
- 积分:1
-
C# MVC入门示例源码下载
C# MVC入门示例源码下载
- 2014-07-25下载
- 积分:1
-
C# listview 扩展 示例源码
C# listview 扩展 示例源码
- 2013-10-02下载
- 积分:1
-
基于八叉树分解的三维重建
基于八叉树分解的三维重建,原始数据需要有法向量.
- 2019-06-26下载
- 积分:1