-
VC interface display, split the window and realizing the complexity of the windo...
VC界面显示的,分割窗口,实现窗口复杂化-VC interface display, split the window and realizing the complexity of the window
- 2022-03-16 07:08:58下载
- 积分:1
-
一个仿Windows XP的VC源码,可以做出自己的决定,这是描述。
一个仿XP窗口的VC++源码,可以自行修改,内有说明.-a fake windows XP VC source, can make its own decisions, which is described.
- 2022-03-31 08:41:10下载
- 积分:1
-
桌面时钟
这个代码的作用在黑窗格环境下可以显示出一个时钟的模型。通过调用本地时间,并且秒钟也是可以转动的
- 2022-08-23 23:37:31下载
- 积分:1
-
trick edit!
trick edit!
- 2022-01-20 23:06:47下载
- 积分:1
-
自定义button的实现
还在纠结Button样式太单调吗?
此Code提供三种修改button形状的方法!
让你的button炫起来吧!
- 2022-03-19 23:35:23下载
- 积分:1
-
在MFC多线程示例
multi threading sample in mfc
- 2022-03-21 10:43:05下载
- 积分:1
-
应用于MFC的窗口分割
If your application uses MFC in a shared DLL, and your applicat...
应用于MFC的窗口分割
If your application uses MFC in a shared DLL, and your application is
in a language other than the operating system s current language, you
will need to copy the corresponding localized resources MFC40XXX.DLL
from the Microsoft Visual C++ CD-ROM onto the system or system32 directory,
and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation.
For example, MFC40DEU.DLL contains resources translated to German.) If you
don t do this, some of the UI elements of your application will remain in the
language of the operating system.-MFC application partition window If your application uses MFC in a shared DLL, and your application is in a language other than the operating system" s current language, you will need to copy the corresponding localized resources MFC40XXX.DLL from the Microsoft Visual C++ CD- ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ( " XXX" stands for the language abbreviation. For exam
- 2022-04-26 15:45:34下载
- 积分:1
-
percentage controls the application is very extensive, not only applicable to co...
百分比控件的的应用范围非常广泛,既适用于通用的软件系统,也可用于科学、统计、工业监控等多种实时数据领域-percentage controls the application is very extensive, not only applicable to common software systems, can also be used for science, statistics, industrial control and other areas of real-time data
- 2022-02-02 13:46:49下载
- 积分:1
-
a very simple calendar
一个很简单的日历-a very simple calendar
- 2022-07-11 13:53:25下载
- 积分:1
-
VC实现串口通讯显示
///////////////文件 commDlg.cpp////////////////
//一个类,对话框类,本程序使用的是对话框形式,这个类是在VC用MFC自动生成的,其中包括了对话框程序应有的一些方法
class CAboutDlg : public CDialog
{
};
/********************以下的个方法也是VC的MFC的对话框程序固有的,也是MFC自动生成的**************/
CAboutDlg::CAboutDlg() : CDialog(CAboutDlg::IDD)
{
}
void CAboutDlg::DoDataExchange(CDataExchange* pDX)
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-01-25 13:10:04下载
- 积分:1