-
自动识别验证码
在与服务端的连接建立以后,我们就可以通过此连接来发送和接收数据。端口与端口之间以流(Stream)的形式传输数据,因为几乎任何对象都可以保存到流中,所以实际上可以在客户端与服务端之间传输任何类型的数据。对客户端来说,往流中写入数据,即为向服务器传送数据;从流中读取数据,即为从服务端接收数据。对服务端来说,往流中写入数据,即为向客户端发送数据;从流中读取数据,即为从客户端接收数据
- 2022-09-20 08:55:02下载
- 积分:1
-
VB打开地图属性表,包括对数据的打开,保存等
VB打开地图属性表,包括对数据的打开,保存等-VB to open the map attribute table, including data, open, save, etc.
- 2022-11-14 16:25:04下载
- 积分:1
-
该源码能够实现在VC环境下的所绘图形保存为位图文件,可以很好的帮助大家实现位图保存。...
该源码能够实现在VC环境下的所绘图形保存为位图文件,可以很好的帮助大家实现位图保存。-the source can be achieved in the VC environment for the preservation of imperial graphics bitmap file that can be good to help you achieve bitmap preservation.
- 2023-02-24 03:50:03下载
- 积分:1
-
因为我的应用需要使用许多工具(像3DS Max),我..
Because my application required the use of a lot of tools (just like 3DS Max), I decided to implement this control. Here I shall share with you the most important details of creating the tabbed toolbar. The implementation of the control is quite simple, actually. The control is primarily a Dialog Bar that manages a tab control and a Tool Bar. Thus, the class is derived from CDialogBar and it creates the CTabCtrl and CToolBar objects. The actual creation of the Tab control and toolbar occurs in the Create function of the Dialog Bar. 创建一个制表工具栏 因为我的应用需要使用许多工具(像3DS Max),我决定实现这个控件。 在这里我将和你共同分享创建制表工具栏的最重要的细节。 实际上控件的创建相当简单。这个控件主要是管理一个制表控件和一个工具栏的对话框。因此,这个类从CDialogBar类继承并且它创建了CTabCtrl 和CToolBar对象。实际上制表和工具栏控件的创建发生在DialogBar函数的创建过程中。-Because my application required the use of a lot of tools (just like 3DS Max), I decided to implement this control. Here I shall share with you the most important details of creating the tabbed toolbar. The implementation of the control is quite simple, actually. The
- 2023-03-04 03:45:03下载
- 积分:1
-
QT对话框示例代码
标准的QT界面开QT, Dialog发代码,适合初学者,QT可以实现跨平台开发,WINDOWS/LINUX/UNIX等
- 2022-07-08 21:19:10下载
- 积分:1
-
仿MSN(网易泡泡)界面,看看就知道
仿MSN(网易泡泡)界面,看看就知道- Imitates MSN (net easy froth) the contact surface, has a look
to know
- 2022-03-11 17:24:55下载
- 积分:1
-
使用Skinpp控件美化VC窗口
支持Unicode和非Unicode
包含了大多数的皮肤...
使用Skinpp控件美化VC窗口
支持Unicode和非Unicode
包含了大多数的皮肤-VC window Skinpp control the use of landscaping to support Unicode and non Unicode contains most of the skin
- 2022-07-21 12:51:37下载
- 积分:1
-
基于VC++的经典的通用机床主传动系统优化设计
基于VC++的经典的通用机床主传动系统优化设计-Based on VC++ classic Universal Machine Design Optimization of the main transmission system
- 2022-10-06 11:55:03下载
- 积分:1
-
一个图形按钮控件。可以设置按钮外观的各种属性,超酷!
一个图形按钮控件。可以设置按钮外观的各种属性,超酷!-a graphical button controls. You can set the button appearance attributes, cool!
- 2022-03-16 01:46:27下载
- 积分:1
-
可编辑的 Listview 控件
ListView控件是一个在Windows应用程序中使用频率比较高的一个,通常使用它来显示数据报表。很多情况下,我们不仅仅使用ListView来显示数据,还要求编辑其中的数据。但是.NET提供的ListView控件的编辑功能十分有限,只能编辑首列,编辑格式只能为文本框,等等,使用起来甚为不便。本类扩充了其功能,客户程序员可以设置任何列的格式(只读,编辑状态下文本框,编辑状态下组合框),可编辑的,听说很好用,像Excel单元格一样。
- 2022-02-05 11:09:00下载
- 积分:1