-
仿制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
-
peer
点对点聊天与传文件程序-peer-to-peer chatting and communication procedures document
- 2022-04-29 04:33:09下载
- 积分:1
-
这是一个用c#做的聊天室,有服务器和客户端,采用多线程技术
这是一个用c#做的聊天室,有服务器和客户端,采用多线程技术-This is a c# to do with the chat rooms, there are server and client, using multi-threading technology
- 2022-01-24 14:27:42下载
- 积分:1
-
fhb vhxnbvbnfghngbdhcbdfb bncbn
fhb vhxnbvbnfghngbdhcbdfb bncbn
- 2023-05-01 20:45:03下载
- 积分:1
-
一个邮件监控程序
一个邮件监控程序-a mail monitoring program
- 2023-04-02 16:00:04下载
- 积分:1
-
StressMark测试软件是一个使用Visual C++编写的,开放源代码的测试工具,可以完成服务程序及重要算法的功能和性能测试,其最主要的功能是模拟多线程或...
StressMark测试软件是一个使用Visual C++编写的,开放源代码的测试工具,可以完成服务程序及重要算法的功能和性能测试,其最主要的功能是模拟多线程或多客户端的自动化压力测试。-StressMark test software is a Visual C prepared in the open-source testing tool, service procedures to be completed and important algorithm functional and performance tests, its main function is simulated multi-threaded or multi-client automation pressure tests.
- 2022-07-13 21:48:19下载
- 积分:1
-
C#异步Socket写的TcpRouter程序
C#源码,用于监听一个端口,转发到指定IP 端口的另一台计算机。一般用于熟悉C#的人使用,可自由修改一适应编程环境的需要。
- 2022-02-09 15:07:23下载
- 积分:1
-
TCP/IP商品扫描器 0.1
TCP/IP商品扫描器 0.1-TCP/IP 0.1 merchandise scanner
- 2022-01-22 08:19:38下载
- 积分:1
-
自动启动网络邮件发送。。。网络编程,新手入门。。小程序
自动启动网络邮件发送。。。网络编程,新手入门。。小程序-Automatically start the network e-mail. . . Network programming, novice entry. . Applet
- 2023-01-25 05:25:03下载
- 积分:1
-
sendudp源代码,然后加了一些我写的函数,就组成了一个可以在局域网内发送UDP包的程序。...
sendudp源代码,然后加了一些我写的函数,就组成了一个可以在局域网内发送UDP包的程序。-sendudp source code, and then added some of the function I wrote, on the formation of a LAN can send UDP packets procedures.
- 2023-02-25 07:30:03下载
- 积分:1