-
MFC编的简单数据库操作,实现数据库的一般操作,适合初学者理解MFC及数据库的基础知识...
MFC编的简单数据库操作,实现数据库的一般操作,适合初学者理解MFC及数据库的基础知识 -MFC for simple database operations, the realization of the general operation of the database is suitable for beginners to understand the basis of MFC and database knowledge
- 2022-04-16 15:14:51下载
- 积分:1
-
VB代码编辑框滚轮支持插件的源代码,学习如何写VB插件。
VB代码编辑框滚轮支持插件的源代码,学习如何写VB插件。-VB code edit box roller support plug-source code, learn how to write VB plug-ins.
- 2023-07-25 09:35:03下载
- 积分:1
-
C语言工程的学生一本书。
a book on c language for engineering students..
engineering students can find this book very useful
- 2023-06-13 11:46:06下载
- 积分:1
-
这是一个用Hook屏蔽鼠标与键盘的小程序。
用F12退出。
这是一个用Hook屏蔽鼠标与键盘的小程序。
用F12退出。-This is a shield with Hook mouse and keyboard of small programs. Using F12 withdrawal.
- 2023-06-07 02:55:03下载
- 积分:1
-
个人通讯录(数据库、界面、控件的入门操作)适合数据库初学者...
个人通讯录(数据库、界面、控件的入门操作)适合数据库初学者-Personal Address Book (database, interface, controls operation of the entry) for database beginners
- 2022-01-26 05:01:09下载
- 积分:1
-
简单职工信息系统程序
简单职工信息系统程序-simple procedures for workers Information System
- 2022-04-19 21:25:41下载
- 积分:1
-
非常不错得js得日期选择控件,外观漂亮实用。已经在多个项目中使用。...
非常不错得js得日期选择控件,外观漂亮实用。已经在多个项目中使用。-Js a very good choice of a date for controls, the appearance of a beautiful and practical. Has been implemented in many projects.
- 2022-03-21 00:35:29下载
- 积分:1
-
AT89S系列单片机在线下载程序,感兴趣的可以使用,我们实验室用的就是这个。...
AT89S系列单片机在线下载程序,感兴趣的可以使用,我们实验室用的就是这个。-MCS AT89S download online, interested in can be used, we used in this laboratory.
- 2022-03-02 11:53:32下载
- 积分:1
-
Spare time, using VC made a small program is VC SQL server mode, the program con...
工作之余,用VC作了一个小程序,是VC SQL server模式的,程式内容比较简单,主要设及以下内容:
1、窗口如何分割;
2、多视图之间如何通信;
3、列表视图的操作及事件处理;
4、树形控件的操作及事件处理,利用递归根据数据库动态生成目录;
5、实现主从表的显示; -Spare time, using VC made a small program is VC SQL server mode, the program content is relatively simple, the main set and the following: one, how the window segmentation 2, multi-view of how communication 3, list view operation and event handling 4, tree controls the operation and events that deal with the use of recursive dynamically generated according to the database directory 5, realize the main display from the table
- 2022-09-27 02:25:03下载
- 积分:1
-
用vc++mfc做的时钟
#include "stdafx.h"#include"windows.h"#include "clock.h"#include "clockDlg.h"#include"math.h"#ifdef _DEBUG#define new DEBUG_NEW#undef THIS_FILEstatic char THIS_FILE[] = __FILE__;#endif/////////////////////////////////////////////////////////////////////////////// CAboutDlg dialog used for App Aboutclass CAboutDlg : public CDialog{public: CAboutDlg();// Dialog Data //{{AFX_DATA(CAboutDlg) enum { IDD = IDD_ABOUTBOX }; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CAboutDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL// Implementationprotected: //{{AFX_MSG(CAboutDlg) //}}AFX_MSG DECLARE_MESSAGE_MAP()
- 2022-08-21 22:08:38下载
- 积分:1