-
属性列表框 本程序用 MFC 实现 属性列表框(Property Listbox), 就象 VB 的 IDE 环境一样.用户可以在Property Listbo...
属性列表框 本程序用 MFC 实现 属性列表框(Property Listbox), 就象 VB 的 IDE 环境一样.用户可以在Property Listbox中包含
edit box, a combo box, an RBG color value, a font name, or a file name-Properties list box with the MFC implementation of this program property list box (Property Listbox), as the same as VB" s IDE environment. Property Listbox users can include edit box, a combo box, an RBG color value, a font name, or a file name
- 2022-02-07 09:54:54下载
- 积分:1
-
ToolBar控件的演示程序
ToolBar控件的演示程序-Toolbar Control Demonstration Program
- 2022-01-25 21:06:34下载
- 积分:1
-
Window programming examples, cool!
Window 编程例子, 比较cool !-Window programming examples, cool!
- 2022-02-07 13:17:48下载
- 积分:1
-
实现三维数据的方法,轴点附近的过程…
该程序实现对一维数据轴上的最临近点的求解问题 采用方法:计算每对顶点间的距离,比较之 效率为O(n2)-the process of achieving a dimensional data axis near the point of the methodology used to solve the problem : for each pair of vertices the distance, a comparison of the efficiency of O (n2)
- 2022-08-15 11:59:41下载
- 积分:1
-
UltraISO Premium Edition 9.5.3.2901
注册名称:首页
- 2022-03-31 15:32:55下载
- 积分:1
-
NiceC —— 一个 C/C++ 的 Source Formatter!
NiceC —— 一个 C/C++ 的 Source Formatter!
只有 3 个文件:
NiceC.exe 主程序
NiceC.txt 说明文件
NiceC.cfg 配置文件,也是模板文件;可以通过 NiceC.exe -l 得到。
我试用了一下,NiceC.cfg 作为模板,真是一个聪明的办法!
我根据我个人的爱好,主要调整了如下内容:
1 // 前加了个 Tab
2 跨
- 2022-03-28 13:25:03下载
- 积分:1
-
餐厅收银管理系统,包括商品库存管理,点菜管理,房号管理
餐厅收银管理系统,包括商品库存管理,点菜管理,房号管理-Restaurant cash register management systems, including goods inventory management, order management, management of the Housing No.
- 2022-03-31 08:44:38下载
- 积分:1
-
经典的C语言编程
经典的C语言编程--如何计算C语言的关键字(作者是C语言开发者Kernighan和Ritchie)-classic C programming language-- how the C language keyword (The writer is a C-language development were Kernighan and Ritchie)
- 2023-01-01 16:30:03下载
- 积分:1
-
关于时间计算的小程序,适合入门级读者学习使用,虽然功能简单,但思路清晰,易学易懂!...
关于时间计算的小程序,适合入门级读者学习使用,虽然功能简单,但思路清晰,易学易懂!-With regard to the calculation of time of small procedures, suitable for studying the use of entry-level readers, although the function of simple, but clear-headed, easy to understand!
- 2023-08-15 23:20:03下载
- 积分:1
-
实现方法:
用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC
EXE应用程序,把M...
实现方法:
用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC
EXE应用程序,把MFC EXE应用程序中
CAppView,CMainFrame,CAppDocument的文挡和RES目录下的资源拷贝到常规DLL项目中,添加到项目中,编译生成一DLL,在另外一个WIN32应用程序中,启动一线程,在线程函数中显式装载该DLL,取的该DLL内的当前线程,
CWinThread *pThread=GetCurrentThread()
pThread->Run()
就可装载启动常规DLL内应用程序框架.-Realize Methods: The MFC AppWizard to generate a conventional DLL, in the conventional DLL there is one derived from CWinApp instance, reuse of the MFC AppWizard to generate a MFCEXE applications, the MFC EXE application CAppView, CMainFrame, CAppDocument block of text RES directory and copy resources to the conventional DLL project, add to the project, the compiler generates a DLL, in another WIN32 application, start a thread in the thread function explicitly loading the DLL, check inside the DLL the current thread, CWinThread* pThread = GetCurrentThread () pThread-
- 2022-01-22 01:31:41下载
- 积分:1