-
C++ 利用套接字实现FTP文件下载(提高篇-实例553).zip
C++ 利用套接字实现FTP文件下载(提高篇-实例553).zip
- 2019-10-02下载
- 积分:1
-
c# qq2013源码下载
c# qq2013源码下载
- 2015-03-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
-
ComboBox 绑定List ArrayList 数据源示例源码- 自定义类(多字段) DisplayMember
msdn说: DisplayMember is set to the comboBox control, it uses the default ToString of the object,
- 2014-08-24下载
- 积分:1
-
C# 自动识别文件的编码格式(支持utf-8/gb3212/gbk/ascii等多种格式)
可自动识别以下格式的文件 "GB2312", "GBK", "HZ", "Big5", "CNS 11643", "ISO 2022CN", "UTF-8", "Unicode", "ASCII", "OTHER"
- 2013-12-24下载
- 积分:1
-
winform窗体之间传值的实现 示例下载
利用public属性实现winform窗体传值,具体示例见截图
- 2012-12-24下载
- 积分:1
-
NET开发邮件发送功能
NET开发邮件发送功能
- 2014-03-09下载
- 积分:1
-
Dev-c简明操作手册.pdf
Dev-c简明操作手册.pdf
- 2020-12-01下载
- 积分:1
-
C# 通过windows服务发送邮件 实例源码下载
通过注册服务,实现自动发送邮件 使用说明: 打开cmd输入: 系统盘:WindowsMicrosoft.NETFrameworkv2.0.50727输入:InstallUtil.exe 项目地址(如:InstallUtil.exe E:ProjectWServerSendEmailWindowsServiceSendEmilWindowsServiceSendEmilinDebugWindowsServiceSendEmil.exe)会提示安装成功;这时候右击我的电脑-管理-服务和应用程序-服务,在服务里面就可以找到Service1的服务,这个就是我们刚添加进去的.启动服务后就开始运行程序了;如果你想调式,可以在vs里调式-附加到进程卸载打开cmd 输入 sc delete 服务名称(如Service1)(注意:卸载前先停止服务)
- 2015-03-11下载
- 积分:1
-
取句柄软件
【实例简介】
- 2021-08-06 00:30:52下载
- 积分:1