-
仿制IE在“解决方案资源管理器” 中,右键单击“TextBoxExt”项目,从弹出的菜单中选择“属性”,会弹出属性配置对话框,在左上角的“配置(C)”中选择“所...
仿制IE在“解决方案资源管理器” 中,右键单击“TextBoxExt”项目,从弹出的菜单中选择“属性”,会弹出属性配置对话框,在左上角的“配置(C)”中选择“所有配置”,设置输出路径为“.."output”,注意,该输入有点特殊,两个小数点+反斜杠+output,意思是当前文件夹上一层的ouput文件夹(从VC过来的朋友可能比较熟悉这种方式)-IE private void lstBox_MouseMove(object sender, System.Windows.Forms.MouseEventArgs e)
{
ListBox box=(ListBox)sender
Point pt = new Point(e.X,e.Y)
int n=box.IndexFromPoint(pt)
if(n>=0)
box.SelectedIndex=n
}
- 2022-01-25 19:43:26下载
- 积分:1
-
P2P通讯模块,有客户端和服务器端
一个c++ P2P聊天功能,文件传输实现代码,分为客户端和服务器端,对于新手有指导作用
- 2022-08-18 05:10:31下载
- 积分:1
-
在CB中用socket api来写网络通讯程序 在CB中用socket api来写网络通讯程序...
在CB中用socket api来写网络通讯程序 在CB中用socket api来写网络通讯程序 -In the CB using socket api to write network communication program in CB using socket api to write network communication program in CB using socket api to write network communication program
- 2023-08-31 12:55:03下载
- 积分:1
-
一个简单的ftpC源码:tftp
一个简单的ftpC源码:tftp -ftpC a simple source : tftp
- 2022-03-22 05:34:00下载
- 积分:1
-
VC中socket发送与接收
控制台socket开发,用来学习socket还不错,发送与接收都有的。
- 2022-06-27 13:05:05下载
- 积分:1
-
richard stevens 大师经典著作
最著名的TCP/IP论著。
richard stevens 大师经典著作
最著名的TCP/IP论著。-richard stevens classics master s best-known TCP/IP on the.
- 2022-02-02 17:13:27下载
- 积分:1
-
针对无线传感网络节点能量有限的特点本文结合协议的分簇机制和协议的多跳机制引入网...
针对无线传感网络节点能量有限的特点本文结合协议的分簇机制和协议的多跳机制引入网-For wireless sensor network node with limited energy of the characteristics of this paper clustering protocol mechanisms and protocol mechanisms cited multi-hop network
- 2022-08-13 19:09:31下载
- 积分:1
-
以太网端口保护协议,华为的技术白皮书,做电信级产品需要知道。...
以太网端口保护协议,华为的技术白皮书,做电信级产品需要知道。
- 2022-02-05 10:10:24下载
- 积分:1
-
ppp代码,在linux环境下编译执行.
ppp代码,在linux环境下编译执行.-ppp code, compiled in the linux environment, the implementation.
- 2022-02-10 05:34:10下载
- 积分:1
-
with PHP and mySQL built library management system, library inquiries, storage,...
用PHP 和mySQL 搭建的图书馆管理系统,实现图书查询,入库,借书还书等功能-with PHP and mySQL built library management system, library inquiries, storage, library book and other functions
- 2022-02-21 13:48:32下载
- 积分:1