搜索资源列表
CAsyncSocketEx
- CAsyncSocketEx,一个很好用的CAsyncSocket扩展类-CAsyncSocketEx, a very easy to use CAsyncSocket expansion class
一步一步实现MFC扩展DLL中导出类和对话框
- 如果要编写模块化的软件,就要对对动态链接库(DLL)有一定的了解,本人这段时间在修改以前的软件时,决定把重复用的类和对话框做到DLL中,下面就从一个简单的例子讲起,如何实现MFC扩展DLL中导出类和对话框。-If you want to make you software module, you should make sense of DLL. Modifying my previous software these days, I decide to make the classes and
TcpReceiver
- 一个CAsyncSocket扩展类的例子。 实现了从指定的服务器和端口获得TCP数据流。不过现在可能程序中指定的服务器已经关闭了,不过代码还是可以看看的。-An example of CAsyncSocket extended class implements the function to get TCP data stream from a dedicated server and port.Perhaps,the server using in code has been closed,b
cdibEx
- 在vc下 实现图像处理算法 Cdibex Cdib的扩展类-under the vc enivroment,make the graphics process arithmetic cdibex cdib extend class come true
经过扩展的CGraph类及示例工程源代码
- 作者将一个CGraph类由像素模式下,扩展到逻辑模式下,并加了x,y轴的箭头,可以添加曲线名称。使用的方法: 复制Graph.h,Graph.cpp GraphLegend.cpp.GraphLegend.h GraphSeries.cpp,GraphSeries.h六个文件到相应的目录下,然后把他们加入到工程中,修改相应的头文件。在示例工程中作者提供了绘制饼图和直方图的代码。-CGraph author of a category by the pixel mode, the logica
EditCtrl
- hexeditctrl_demo.zip 这是一个从Cedit派生的十六进制的编辑框类库 history_edit_demo.zip 注意过Visual C++的Output窗口吗?就是那个在编译的时候会自动滚动显示信息的窗口,这个类库就是一个类似那样的东东。 masked_edit2_demo.zip 这是用于时间、日期、电话号码、IP地址、邮政编码的编辑框。 NumEdit_demo.zip 这是一个支持带e符号(如-12E4)的数字编
CListCtrl行背景颜色变化list
- clist控件扩展类,提供列表背景行颜色改变的例子-Miranda controls extension of the class, providing background color list of examples of change
开发BREW扩展类
- 介绍如何开发BREW扩展类,扩展类可以扩充BREW的功能。-how to develop BREW extensions, extensions can be expanded BREW function.
WIN95_MFC_COOL
- 增强WIN95界面的MFC扩展类库COOL-enhance Win95 interface MFC extension library COOL
SYUGIforOfficeXP2003
- VC++由于其强大的功能被广大程序员作为Windows下开发的首选工具,但是VC++也存在对界面支持较差的缺点,许多VC程序员为开发一个漂亮、专业的应用程序界面将耗费大量的时间和精力。SYGUI设计和开发的目的就是希望能弥补VC的这个缺点,为VC下的界面开发提供一套完整、专业的解决方案。 SYGUI 是一个 MFC 扩展类库,其中封装了大量和GUI 相关的类,可以帮助您快速创建类似 dotNet 和 Office 等风格的界面.-VC because of its powerful feat
javamoiblecodes
- J2ME核心类及MIDlet类 MIDP用户界面对象 图形处理及低级事件处理 多线程编程 I/O及网络编程 数据库RMS编程 浮点数编程 多媒体及GAME API编程 安全、加密及代码优化 扩展类库及供应商提供的API 与服务端联合搭建移动应用 XML 及Web Service编程 短信编程 各种移动平台的应用开发-J2ME MIDlet core categories and category MIDP graphical user
listview_ex
- LIST扩展类,支持颜色等,可以直接编译。-LIST extension of the class, color support, and can directly translated.
PictureExView
- 图形接口扩展类,将大多数的WIN支持的图形文件转为BMP文件以共处理-graphical interface extensions, the majority of the WIN support graphics files to BMP file to a total handle
30117263199CheckCombo
- 一个COMBOBOX的扩展类-a COMBOBOX the extension of the class
用VC6扩展CButton类制作风格独特的按钮
- 用VC6扩展CButton类制作风格独特的按钮-with VC6 expansion CButton category produced a unique style button
一个不错的Dialog扩展类
- 一个不错的CDialog扩展类,希望对大家有所帮助
CJ60-Demo非常经典的MFC扩展类库
- 非常经典的MFC扩展类库,用VC++开发GIS界面非常有用-Very classic MFC extension library, useful for the development interface
StringExt
- String扩展类,增强String的功能,同时提供了一系列常用功能的封装,包括文件复制、文件相对路径、绝对路径转换等。-String category to expand and enhance the function of String, while providing a series of commonly used functions of packaging, including document reproduction, document relative path, abso
ExtendHelp
- c#扩展类库,里面有很多工具类,从string的扩展到加密(C# extension class library, there are many tools category)
自绘ListCtrl扩展类及应用
- 一个自绘ListCtrl扩展类及应用,比CListCtrl具有更多更强的功能。