Location:
Search - mfc project
Search list
Description: 基本的DirectX+MFC开发游戏项目模板-basic DirectX games MFC project template
Platform: |
Size: 64512 |
Author: 张昭华 |
Hits:
Description: Basic DirectX + MFC game project template-Basic DirectX+ MFC game project template
Platform: |
Size: 14336 |
Author: 安新 |
Hits:
Description: 一个没有什么限制的全新的可视内存泄露检测程序-no restrictions on a new visual memory leakage detection procedures
Platform: |
Size: 498688 |
Author: 赵越 |
Hits:
Description: 说明:
1.copy these four files to your pragram folder,
2.add "*.Lib","*.h" to the project
if USING MFC DLL, the files in "DLL" Folder,
if using static lib,the files in "static" folder
3.add #include"SkinMagicLib.h" to the C*APP.cpp
4.In C*APP::InitInstance(),
before show window,
add:
InitSkinMagicLib( GetModuleHandle(NULL), NULL, NULL,NULL)
LoadSkinFile(".\\Tusk.smf")
SetWindowSkin(AfxGetApp()->m_pMainWnd->m_hWnd , "MainFrame" )
SetDialogSkin("Dialog")
-: 1.copy these four files to your pragram folder, 2.add "*. Lib" "*. h" to the project if USING MFC DLL, the files in "DLL" Folder, if using static lib, the files in the "static" folder 3.add# include "sk inMagicLib.h "to the C* C* APP.cpp 4.In APP : : InitInstance (), before show window, add : InitSkinMagicLib (GetModuleHandle (NULL) NULL, NULL, NULL) LoadSkinFile (. " \ \ Tusk.smf ") SetWindo wSkin (AfxGetApp ()-
Platform: |
Size: 501760 |
Author: 好军 |
Hits:
Description: 用OpenCV进行图像处理与工程开发的一个入门示例程序——Hough变换,效果不错-using OpenCV for image processing and development of a project portal sample program-- Hough Transform good results!
Platform: |
Size: 318464 |
Author: 山海涛 |
Hits:
Description: 一个支持vc非MFC工程加载gif动画的类-A non-MFC project support vc load gif animation category
Platform: |
Size: 556032 |
Author: LRH |
Hits:
Description: 利用MSComm控件,在一个MFC工程中实现对串口进行数据发送和接收-Using MSComm control in a MFC project to achieve the serial data to send and receive
Platform: |
Size: 35840 |
Author: 了挖 |
Hits:
Description: 在做项目的过程中查找的关于VC++MFC方面的函数的运用,包括常用函数和控件的用法及技术经验,适合初学者学习。-In the process of doing the project to find on VC++ MFC function aspects of the use, including the commonly used functions and controls the usage and technical experience, suitable for beginners to learn.
Platform: |
Size: 174080 |
Author: 唐进 |
Hits:
Description: EnableGroupboxControls is a function I have used in several projects, where I wanted to enable/disable all the controls within a groupbox. There are several other solutions to this problem here on CodeProject - I have included a list here. None of these, however, had everything I was looking for: Able to be used in MFC or non-MFC project - since I spend a lot of time maintaining older Windows applications, I wanted a very lightweight solution.
Able to be used without instantiating class - this was important, because I necessarily have to minimize the impact on existing code.
Able to be used without recoding or redefining existing control variables - again, for same reasons as previous point.
Able to accommodate nested groupboxes - many of the dialogs in apps I maintain are non-trivial, because the apps themselves are highly technical. Nesting groupboxes is one way of coping with complex user interfaces.
-EnableGroupboxControls is a function I have used in several projects, where I wanted to enable/disable all the controls within a groupbox. There are several other solutions to this problem here on CodeProject- I have included a list here. None of these, however, had everything I was looking for: Able to be used in MFC or non-MFC project- since I spend a lot of time maintaining older Windows applications, I wanted a very lightweight solution.
Able to be used without instantiating class- this was important, because I necessarily have to minimize the impact on existing code.
Able to be used without recoding or redefining existing control variables- again, for same reasons as previous point.
Able to accommodate nested groupboxes- many of the dialogs in apps I maintain are non-trivial, because the apps themselves are highly technical. Nesting groupboxes is one way of coping with complex user interfaces.
Platform: |
Size: 34816 |
Author: 毛磊 |
Hits:
Description: 一个简单的视频会议VC++MFC工程文件,编译通过-A simple video conferencing VC++ MFC project file, the compiler through
Platform: |
Size: 23930880 |
Author: dorwin |
Hits:
Description: 拼图游戏,用mfc开发,是笔者的第一个mfc练手项目-Jigsaw puzzle, using mfc development, is the author of the first practicing hand mfc project
Platform: |
Size: 22932480 |
Author: 郭兴文 |
Hits:
Description: PGL is a library that encapsulates plot capabilities in a MFC project for VC6 and VC7. It is designed to be able to easily plot data generated in a project without the need of any external software. In fact, with CView and CDialog derived classes, you can have your app display chart in 5 minutes.
The aim of PGL is not to have a user-friendly environment but rather being able to generate any plot from the source code.
PGL was originally using OpenGL to raster graphics but now it uses GDI+ (so you need to install Microsoft SDK to compile PGL).
Platform: |
Size: 336896 |
Author: xiongjie |
Hits:
Description: A MFC project skin slider control
Platform: |
Size: 31744 |
Author: Viet Son |
Hits:
Description: 封装了一个托盘的类,可以再MFC工程或者WIN32工程中方便的使用。也可以作为一个示例代码。-Class encapsulates a tray, you can re-MFC project or projects to facilitate the use of WIN32. Also be used as a sample code.
Platform: |
Size: 1396736 |
Author: netsd |
Hits:
Description: VC++环境下实现对MFC工程插入图片功能及点击查看-bofang 实现播放图片的功能-VC++ environment, MFC project to realize the Insert Picture function and Click to view picture-bofang to achieve playback functions
Platform: |
Size: 11337728 |
Author: hudechao |
Hits:
Description: Adboost关于人脸的检测程序(VC++),利用MFC控件实现的。-Use adboost to detect human face(VC++),and it is a MFC project.
Platform: |
Size: 1476608 |
Author: 简宏伟 |
Hits:
Description: 简易步进电机控制系统——用户界面设计(MFC)-Simple stepper motor control system- User Interface Design (MFC)
Platform: |
Size: 9759744 |
Author: 遥遥 |
Hits:
Description: MFC经典项目,小画板,可以让你对API函数有深入发的了解-Classic MFC project, a small drawing board, you can let your hair API function has in-depth understanding of
Platform: |
Size: 5184512 |
Author: 朱文杰 |
Hits:
Description: 主要用来实现XML文件的相关操作,VC读写XML文件,建立一个基于Dialog的MFC工程-Is mainly used to achieve the XML file related operations, VC read and write XML documents, the establishment of a Dialog-based MFC project in
Platform: |
Size: 8192 |
Author: helen |
Hits:
Description: MFC DLL函数和调用方法-MFC DLL
Platform: |
Size: 2840576 |
Author: 刘江 |
Hits:
« 12
3
4
5
6
7
8
9
10
...
34
»