-
仿制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
-
计算机房管理系统 V0.9 源代码
计算机房管理系统 V0.9 源代码-computer room management system source code Suit
- 2022-09-12 09:00:03下载
- 积分:1
-
是其中之三,监督IE配置
是其中之三,监督IE配置-is ter, supervision IE configuration
- 2022-02-12 06:33:45下载
- 积分:1
-
win socket Guide comprehensively expounded socket applications, programming in a...
win socket教程,全面阐述socket应用、编程的方方面面。-win socket Guide comprehensively expounded socket applications, programming in all its aspects.
- 2022-02-20 12:18:36下载
- 积分:1
-
关于IPC通信的小程序代码!
关于IPC通信的小程序代码!- About IPC correspondence script code!
- 2022-01-28 02:06:25下载
- 积分:1
-
分布式计算实验――在Linux中实现客户机
分布式计算实验――在Linux中实现客户机-服务器通信-distributed computing experiment-- in Linux to achieve client-server communication
- 2022-02-06 11:23:23下载
- 积分:1
-
IEEE 802.11h
IEEE 802.11h-2003 IEEE Standard for Information technology―Telecommunications and Information Exchange Between Systems―LAN/MAN Specific Requirements―Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications: Spectrum and Transmit Power Management Extensions in the 5GHz band in Europe-IEEE 802.11h-2003 IEEE Standard for Information technology-Telecommunications and Information Exchange Between Systems-LAN/MAN Specific Requirements-Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications: Spectrum and Transmit Power Management Extensions in the 5GHz band in Europe
- 2022-04-25 09:04:51下载
- 积分:1
-
ASP网站模块,可以以此为模块制作个人网站
ASP网站模块,可以以此为模块制作个人网站-ASP website module, module can be used to produce personal websites
- 2023-04-05 09:05:03下载
- 积分:1
-
实现arq滑动窗口协议的服务端源程序
实现arq滑动窗口协议的服务端源程序-Sliding Window Protocol achieve arq services client source
- 2022-04-16 17:54:19下载
- 积分:1
-
ftp server
linux下的FTP服务器端,使用C开发,GCC编译;实现文件的上传、下载、断点续传;技术点:守候进程、进程间通讯、管道、soket编程、文件I/O标准库函数与系统调用、文件权限管理
- 2022-08-03 10:01:14下载
- 积分:1