-
VC++可改写任意时间的日历代码
资源描述一个很自由的任意填写日期的日历小插件代码。
- 2022-03-21 03:59:03下载
- 积分:1
-
使用SetWindowLong改变窗口的缺省窗口处理函数,从而建立可以显示不同颜色列表的程序...
使用SetWindowLong改变窗口的缺省窗口处理函数,从而建立可以显示不同颜色列表的程序-use SetWindowLong to change the default window to window handling functions, establish can show different colors scheduling procedures
- 2022-03-03 11:13:52下载
- 积分:1
-
一个科学计算器,能实现进制间的转换,弧度和角度的转换,三角函数等等工程运算。...
一个科学计算器,能实现进制间的转换,弧度和角度的转换,三角函数等等工程运算。-a scientific calculator, able to switch between the band, and radian angle of the conversion, trigonometry, etc. Operational works.
- 2022-03-30 06:50:54下载
- 积分:1
-
推箱子游戏程序源代码,另附有一个地图编辑器,看上去还不错,资料比较全,学习编写游戏的朋友可以参考一下。通过游戏我们会学到很多实用的编程技巧。...
推箱子游戏程序源代码,另附有一个地图编辑器,看上去还不错,资料比较全,学习编写游戏的朋友可以参考一下。通过游戏我们会学到很多实用的编程技巧。-BoxMan game and the map editor source code.
- 2022-02-04 19:36:27下载
- 积分:1
-
连连看游戏.自我感觉很好 大家来评价一下
连连看游戏.自我感觉很好 大家来评价一下-Lianliankan game. We feel very good to evaluate what
- 2022-06-18 06:22:42下载
- 积分:1
-
上网小工具,使用了一些Windows外壳函数,可供参考
上网小工具,使用了一些Windows外壳函数,可供参考-small Internet tools, the use of some Windows shell function, for example,
- 2022-01-23 11:13:57下载
- 积分:1
-
用vc播放gif
用vc播放gif动画源代码,面向对象封装,使用方便,直接把相关的类加入代码进行调研即可!
- 2022-02-28 23:50:16下载
- 积分:1
-
文件描述表问题的算法
a document describing algorithm for timetabling problem
- 2023-05-01 12:30:03下载
- 积分:1
-
获得windows系统信息
获得windows系统信息-access system information
- 2022-02-05 16:54:33下载
- 积分: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