-
仿制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
-
socket编程简单聊天室
一个简单的socket编程实现聊天室,使用java语言实现。客户端为简单的聊天室界面,可进行群聊和私聊,以及登陆和退出消息的广播,服务器端在控制台进行输入输出和其他的控制。此聊天室为第一版本,之后再加入添加好友等其他功能。
- 2022-03-15 19:54:13下载
- 积分:1
-
windows socket 编程实现的会话通信服务器端程序
windows socket 编程实现的会话通信服务器端程序-windows socket programming the oral communications server process
- 2023-02-14 09:40:04下载
- 积分:1
-
asp+sql2000 +
ASP+SQL2000+
- 2023-05-11 04:50:03下载
- 积分:1
-
它库函数进行了简单的包装
它对bekerly标准socket的库函数进行了简单的包装,使标准函数的调用更加直观。 - It storehouse function has carried on the simple packing to
bekerly the standard socket, causes the normal function the transfer
to be more direct-viewing.
- 2023-01-23 15:00:04下载
- 积分:1
-
mysqldemo数据库操作
应用背景MySQL数据库连接VS2013操作,datagradview利用数据实现数据加载关键技术vs2013c #连接MySQL,SQL实现语句的执行,插入更新删除、、、选择,创建了两个用户登录
- 2023-03-10 07:40:04下载
- 积分:1
-
雨后文章系统V10.04 演示http://dajia.cashome.com/mycode 管理用户密码:admin...
雨后文章系统V10.04 演示http://dajia.cashome.com/mycode 管理用户密码:admin-system V10.04 demonstration http://dajia.cashome.com/mycode management user Password : admin
- 2022-01-24 14:53:27下载
- 积分:1
-
用VC编写的IP冲突防护器,借此可以熟悉网络编程.
用VC编写的IP冲突防护器,借此可以熟悉网络编程.-VC IP conflict prepared by the protective device to be familiar with network programming.
- 2022-02-13 09:00:19下载
- 积分:1
-
network and equipment for basic training in the knowledge of your real scenery i...
网络及设备基本知识培训 让你真正的风光 你就是网络工程师-network and equipment for basic training in the knowledge of your real scenery is your network engineer
- 2022-01-21 22:28:25下载
- 积分:1
-
实现语音聊天的例子
实现语音聊天的例子-example
- 2022-10-11 22:25:03下载
- 积分:1