MFC类目录及头文件 类 描述 头文件 CAnimateCtrl 自动化通用控件 afxcmn.h CArchive afx.h CArchiveException afx.h CArray afxtempl.h CAsyncMonikerFile 在ActiveX控件中提供对异步标记的支持 afxole.h CAsyncScoket 封装Windows Sockets API,参看CSocket afxsock.h CBitmap afxwin.h CBitmapButton afxext.h CBrush afxwin.h CButton 按钮控件对象 afxwin.h CByteArray afxcoll.h CCachedDataPathProperty 允许一个ActiveX控件异步传输属性数据和缓冲内存中的数据,参考CDataPathProperty afxctl.h CCheckListBox afxwin.h CClientDC afxwin.h CCmdTarget 所有能够接收和响应消息的对象的基类 afxwin.h CCmdUI afxwin.h CColorDialog 颜色选择的通用对话框,提供为显示系统定义的颜色列表 afxdlgs.h CComboBox 组合框对象 afxwin.h CComboBoxEx CComboBox类的派生类,用于支持在组合框控件中的图像列表 afxcmn.h CCommandLineInfo afxwin.h CCommonDialog afxdlgs.h CConnectionPoint afxdisp.h CControlBar afxext.h CCreateContext afxext.h CCriticalSection afxmt.h CCtrlView afxwin.h CDaoDatabase afxdao.h CDaoException afxdao.h CDaoFieldExchange afxdao.h CDaoQueryDef afxdao.h CDaoRecordset 代表选自数据源的记录集。CDaoRecordset对象可用于三种格式:表类型记录集,动态集类型记录集和快照类型记录集 afxdao.h CDaoRecordView 提供表单视图,以在控件中显示数据库记录。表单视图是CDaoRecordset对象的一部分。参考CFormView和CRecordView afxdao.h CDaoTableDef afxdao.h CDaoWorkspace afxdao.h CDatabase afxdb.h CDataExchange afxwin.h CDataPathProperty 实现一个ActiveX控件属性,它能够异步加载其数据。这个类允许ActiveX控件在后台下载属性数据时被激活 afxctl.h CDateTimeCtrl 封装新的日期/时间选取器控件 afxdtctl.h CDBException afxdb.h CDBVariant afxdb.h CDC afxwin.h CDialog 用于包含控件窗口的对话框对象 afxwin.h CDialogBar afxext.h CDocItem afxole.h CDockState afxadv.h CDocObjectServer afxdocob.h CDocObjectServerItem afxdocob.h CDocTemplate afxwin.h CDocument 用于管理程序的数据的类 afxwin.h CDragListBox Windows列表框,允许用户把其中的项拖放到不同的位置 afxcmn.h CDumpContext afx.h CDWordArray afxcoll.h CEdit 用于文本输入的子窗口控件 afxwin.h CEditView 提供Windows编缉控件的功能。因为CEditView派生于Cedit,该对象可同文件和文件模板一同使用 afxext.h CEvent afxmt.h CException afx.h CFieldE
2019-12-21 19:48:28 1.38MB VC MFC
1
使用AForge类库的视频播放C#例子,这个小工具使用AForge类库实现C# 操作摄像头, 代码超级简捷。
2019-12-21 19:48:26 16KB AForge 视频
1
线由点派生; 圆由点派生; 矩形由点派生; 抛物线由点派生;
2019-12-21 19:47:55 3KB 类库的定义
1
自己使用NModbus类库实现Modbus协议的过程中作的总结,总结了如何使用NModbus类库
2019-12-21 19:45:37 17KB NModbus
1
内含常用的E4A编程常用的类库,直接解压到E4A目录下LIBS目录即可
2019-12-21 19:44:29 53.43MB E4A常用类库
1
Modbus RTU TCP主站从站类库内有说明文档及C#和VB.net例子程序,很详细,适用于上位机开发人员,内部已打包为dll文件直接对照说明文档和例子程序引用即可,
2019-12-21 19:44:15 2.83MB c# vb Modbus
1
VC++MFC小游戏实例教程(实例)+MFC类库详解 免费下载
2019-12-21 19:42:24 4.14MB VC++ MFC 小游戏实例 实例
1
vb.net查询更新添加删除access数据库(标准化类库) 部分代码: Imports System Imports System.Data.SqlClient Imports System.Configuration Imports System.Collections.Generic Imports System.Text Imports System.Data Imports System.Configuration.ConfigurationSettings Imports System.Data.OleDb Public Class Database Private ConnStr As String Private AcConn As OleDbConnection ''' ''' 数据库连接路径及方式 ''' ''' Sub New() 'ConnStr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Application.StartupPath & "\Test.mdb;Persist Security Info=False" ConnStr = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" & Application.StartupPath & "\Test.accdb;Persist Security Info=False" End Sub Sub New(ByVal OleConnStr As String) ConnStr = OleConnStr End Sub Sub New(ByVal AcessVision As String, ByVal DataSource As String, ByVal PersistInfo As String) 'connectionString = System.Configuration.ConfigurationSettings.GetConfig("Supermarket") '连接2010数据库 'connectionString = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=F:\GCU.accdb" '连接03-07数据库 ConnStr = "Provider=" & AcessVision & ";Data Source=" & DataSource & ";Persist Security Info=" & PersistInfo End Sub ''' ''' 数据库连接字符串 ''' ''' ''' ''' Public Property OleConnStr() As String Get Return ConnStr End Get Set(ByVal value As String) ConnStr = value End Set End Property
2019-12-21 19:41:44 82KB vb.net access
1
VC++之MFC类库中文手册(含MFC控件使用手册),很好的一套资料,里边另配一个txt的说明
2019-12-21 19:38:10 2MB MFC 手册 控件
1
32位的类库,有时候32位软件安装在64位机子上的时候需要用,例如iNode
2019-12-21 19:33:01 278KB libjpeg 类库
1