-
实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC E...
实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC EXE应用程序中 CAppView,CMainFrame,CAppDocument的文挡和RES目录下的资源拷贝到常规DLL项目中,添加到项目中,编译生成一DLL,在另外一个WIN32应用程序中,启动一线程,在线程函数中显式装载该DLL,取的该DLL内的当前线程, CWinThread *pThread=GetCurrentThread() pThread->Run() 就可装载启动常规DLL内应用程序框架.-method: a normal DLL file has been created with the program wizard and there is an instance generated from CWinApp in the DLL file.Create another MFC EXE appliaction and copy CAppView,CMainFram,CAppDocument and the resources in RES directory to the normal DLL and add to the projec and compile and generate a DLL. In a Win32 application, start a thread which loads the DLL with codes, get the running thread, ie.CWinThread*pThread=GetCurrentThread(), then,pThread->Run() executes the loading and start the execution of the application framework in the normal DLL file.
- 2022-07-13 07:36:52下载
- 积分:1
-
With VC++ The MFC with the Office of the Excel combination. Log file read, such...
用VC++的MFC与Office的Excel相结合,实现.log文件的读取,信息提取与分析等操作,是原创的,希望有用。-With VC++ The MFC with the Office of the Excel combination. Log file read, such as information extraction and analysis of operation, is the original, and I hope useful.
- 2022-04-24 23:44:25下载
- 积分:1
-
选择
select-option-disabled-emulation.js解决IE6 Select 中 option 的disabled属性无效的办法~~~在页面加载时架子该js,呵呵有点问题:onchange 时间冲突 自己-select-option-disabled-emulation.js
- 2022-05-20 04:20:48下载
- 积分:1
-
一个具有对话框的WinAPI窗口程序,非常简单的
一个具有对话框的WinAPI窗口程序,非常简单的-Dialog_Windows
- 2022-01-26 00:55:42下载
- 积分:1
-
用vb做的不错的银行管理系统,功能很全的哦
用vb做的不错的银行管理系统,功能很全的哦-vb do with a good bank management system, the function was all oh
- 2023-05-02 14:10:02下载
- 积分:1
-
Green Chinese version Wince simulator
绿色中文版Wince模拟器 -Green Chinese version Wince simulator
- 2022-07-28 14:07:58下载
- 积分:1
-
题目:用c语言编写的程序,求0―7所能组成的奇数个数。
题目:用c语言编写的程序,求0―7所能组成的奇数个数。-Topic: a program in C can calculate the number of all odd numbers that created by the combination of digits between 0 and 7
- 2023-03-13 20:10:03下载
- 积分:1
-
统计图,MFC制作,简单易用,初学C++的MFC编程作品
统计图,MFC制作,简单易用,初学C++的MFC编程作品-Charts, MFC production, easy to use, beginners C++, MFC programming works
- 2022-03-22 17:44:17下载
- 积分:1
-
十字链表程序 平台visual studio c++ 2008
Status CreateSMatrix(CrossList *M)
Status Su...
十字链表程序 平台visual studio c++ 2008
Status CreateSMatrix(CrossList *M)
Status SumMatrix(CrossList *A,CrossList *B)-Cross platform program list
visual studio c++ 2008
Status CreateSMatrix(CrossList*M)
Status SumMatrix(CrossList*A,CrossList*B)
- 2022-12-29 10:00:03下载
- 积分:1
-
命令行下修改注册表权限 2k下,xp没试,权限只涉及SPECIFIC_RIGHTS,其他的可以自己加,,很简单的一个程序 大家别笑话我 :>...
命令行下修改注册表权限 2k下,xp没试,权限只涉及SPECIFIC_RIGHTS,其他的可以自己加,,很简单的一个程序 大家别笑话我 :>-command line registry authority 2k, xp not test, only SPECIFIC_RIGHTS competence, the other can add more, and a very simple procedure no one I joke :>
- 2022-03-18 09:21:26下载
- 积分:1