-
仿制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
-
TCP通信编程
TCP套接字通信编程,一个客户端,一个服务端,客户端向服务端发送请求(发送任意字符,并请求当前时间信息),服务器响应请求(响应字符已预设)。
- 2022-03-17 02:25:56下载
- 积分:1
-
RFC2616 (Http protocol). PDF format. What is needed to download their own.
RFC2616(Http协议).PDF格式的.需要的自己下载.-RFC2616 (Http protocol). PDF format. What is needed to download their own.
- 2023-03-05 16:25:04下载
- 积分:1
-
LAN maintenance DIY
局域网维护DIY-LAN maintenance DIY
- 2022-03-12 17:50:45下载
- 积分:1
-
公司内部监控员工上网记录的系统,不通部门的领导具有不通的查看权限...
公司内部监控员工上网记录的系统,不通部门的领导具有不通的查看权限-internal control staff access to the records system and there was a lack of leadership have justified View competence
- 2022-02-12 12:04:21下载
- 积分:1
-
website produced the voice players, examples of the implementation of the cases,...
制作网页中的声音播放器,执行本例实例后,将创建一个带有1个下拉框和3个按钮的运行界面。鼠标单击下拉框可以选择要播放的声音文件(*.au),按下播放按钮可以播放当前的声音文件,按下循环按钮可以循环播放当前声音文件,按下停止按钮可以停止播放当前声音文件。-website produced the voice players, examples of the implementation of the cases, will create a with a drop-down box and three button operation interface. Mouse click the drop-down box can choose to play the sound files (*. au), press the button player can play current audio files, press the circle button on the current cycle of broadcast sound files, press the stop button to stop the current broadcast sound files.
- 2022-02-20 06:00:09下载
- 积分:1
-
物品借用管理程序
物品借用管理程序-items borrowed management procedures
- 2022-03-11 02:24:59下载
- 积分:1
-
HTTP协议,规定因特网社区的因特网标准路线协议。
HTTP协议,规定因特网社区的因特网标准路线协议。-HTTP_Protocol
- 2022-10-12 17:30:03下载
- 积分:1
-
an FTP download the source code. Code quality is very high
一个FTP下载的源代码。代码质量非常高-an FTP download the source code. Code quality is very high
- 2022-03-23 17:03:17下载
- 积分:1
-
搜来的一个可用的简单的MSN客户端
搜来的一个可用的简单的MSN客户端...
搜来的一个可用的简单的MSN客户端
搜来的一个可用的简单的MSN客户端
-an usable and simple MSN client
- 2022-03-29 15:37:11下载
- 积分:1