-
仿制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
-
加入一个用VB编写CGI的VB源程序。(你需要在Win98上首先安装20Personal WebServer...
加入一个用VB编写CGI的VB源程序。(你需要在Win98上首先安装20Personal WebServer-join a prepared CGI VB VB source. (You need to first install Win98 on 20Personal WebServer
- 2022-05-14 07:20:33下载
- 积分:1
-
C# FTP client demonstration example, relatively simple, beginners can understand
C#的FTP客户端演示例子,比较简单,初学者能看懂-C# FTP client demonstration example, relatively simple, beginners can understand
- 2022-01-31 21:55:54下载
- 积分:1
-
网站设计的思考经典书籍
网站设计的思考经典书籍-Web site design of classic books
- 2022-03-16 19:06:35下载
- 积分:1
-
ASP.NET and database procedures, complete procedures, the use of strong sexual
这是一个ASP.NET和数据库的程序,程序完善,具有很强的使用性-ASP.NET and database procedures, complete procedures, the use of strong sexual
- 2022-01-25 21:11:09下载
- 积分:1
-
超级年历 日期时间
超级年历 日期时间-Super Almanac Date Time
- 2022-08-12 12:13:16下载
- 积分:1
-
自动生成html文件的电影站点程序
自动生成html文件的电影站点程序-automatically generate html document procedures film site
- 2022-03-26 18:24:20下载
- 积分:1
-
VC++ 6的HTML编辑器:今天,应用程序通常需要一个丰富的用户界面。有关。
HTML Editor for VC++ 6.0:Today, applications often need a rich user interface. One of them is ability to compose or edit HTML documents in an easy, effective, and reliable way. This article and source code attached give you a nice control to perform this task. And now, the best part: This control works fine with Microsoft VC++ 6.0!
-HTML Editor for VC 6.0 : Today, applications often need a rich user interface. One of them is ability to compose or edit HTML doc uments in an easy, effective, and reliable way. This article and a source code ttached give you a nice control to perform this t ask. And now, the best part : This control works fine with Microsoft Visual C++ 6.0.
- 2022-09-19 17:00:03下载
- 积分:1
-
QT的UDP 通信程序,可以用于测试UDP服务器端
QT的UDP 通信程序,可以用于测试UDP服务器端
- 2022-02-01 06:56:04下载
- 积分:1
-
这是一个在vc++开发环境下简单设计网络聊天的程序
这是一个在vc++开发环境下简单设计网络聊天的程序-in vc++ development environment, simply chatting network design procedures
- 2022-11-14 18:35:03下载
- 积分:1