Welcome![Sign In][Sign Up]
Location:
Search - mfc folder

Search list

[GUI DevelopVC++(MFC)Face

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: 502104 | Author: 好军 | Hits:

[Dialog_WindowCBrowseCtrl

Description: CBrowseCtrl - Adding File/Folder-Browse Features to Your Projects Easily A file/folder browsing control that integrates an editbox and a button with built-in images. -CBrowseCtrl- Adding File/Folder-Browse Features to Your Projects Easily A file/folder browsing control that integrates an editbox and a button with built-in images.
Platform: | Size: 54272 | Author: 陆可 | Hits:

[Dialog_WindowCatWork0506

Description: 计算MDI子窗口数,仅显示文件夹的打开对话框 < 窗口管理 > 1、我正在写一个 MFC 的多文档(MDI)应用。在父窗口中,我如何检查所有的MDI子窗口是否都已经关闭?如果都关闭了,那么我想在我的主窗口激活一个窗格。 2、我正在用 Visual Studio .NET 和 MFC 做一个程序。在我的程序里,用户要选择一个文件夹,并在其中拷贝文件。我可以调用 OpenFileDialog 让用户选择某个文件,但如何让打开对话框只显示文件夹呢?我见过好多安装程序给出的对话框里只显示文件夹,但我好像找不到这样的标志。-calculated MDI window for a few, only showed the folder open dialog lt; Window management gt; One, I was writing a Multiple Document MFC (MDI) applications. The father of the window, how can I check all the MDI window whether son have closure? If the closure of all, I think in my main window activated a pane. 2, I was with Visual Studio.NET and MFC do a procedure. In my programs, and users have to choose a folder, and copies of documents in which. I can call OpenFileDialog to allow users to select a file, but how to open the box only shows that folder? I have seen a lot of the installation process is limited to only the dialog box shown folder, but I do not like the signs.
Platform: | Size: 158720 | Author: 东方旭 | Hits:

[Chess Poker gamesTic_MFC

Description: 1. 一个有趣的井字棋游戏。用MFC的对话框程序编写。 2。 具有单人游戏和双人游戏两个模式。单人模式通过自己的AI算法实现(类似于简单的A*算法),双人游戏则是两个人通过左右键对弈 3。界面采用 Skin++ 进行优化,更换皮肤非常的方便。 4. 注意,编译出来的EXE如果需要在VC外单独执行,请将其和skin++文件夹中的所有文件放至于同一目录下。 5。有问题和建议欢迎和我讨论。 QQ: 21798912 MSN: susan_QC@hotmail.com E-mail: hackerqc@hotmail.com-1. Gridwork an interesting game of chess. MFC dialog with the programmers. 2. Single game with a double and two game modes. Single-mode through its own AI algorithm (similar to the simple A* algorithm), a double game is about two people through three key players. Skin interface optimized for use, the replacement skin is pretty easy. 4. Note that the compiler EXE if needed in the implementation of VC outside alone, and I would be grateful if their skin folder release of all documents As for the same directory. 5. There are problems and proposals and I welcome the discussion. QQ : 21798912 MSN : susan_QC@hotmail.com E-mail : hackerqc@hotmail.com
Platform: | Size: 1539072 | Author: 覃超 | Hits:

[Windows Develop竞赛管理系统

Description: 1 这是我用VC帮别人做的一个小型软件,实现竞赛管理(比如运动员数据库管理、比赛实时计时、比赛结果管理及打印输出等) 由于还在编写,想引用一下贵网站的源码,故将此软件源码上传,请大家批评指正。 2 本软件编写的特点: [1]运用的VC-MFC单文挡框架,并且主界面可调出另外两个单文档框架 [2]运用了CGridCtrl控件 [3]运用了彩色按纽 [4]运用运用了ODBC和ADO两个数据库编程(别人是用以前用ODBC,我用的ADO,后来大部分都被我改成了ADO) 实现了数据库管理 [5]实现打印功能 [6]实现实时计时功能 3 本软件在运行时,在debug文件夹中要考入“运动员信息管理”的access文件,否则出错 4 请版主批评指正,谢谢 westlife04@Tom.com-This a VC anybody I used to do a small software achieving race management (such as athletes database management, real-time game time, results of the competition management and print output) is prepared to cite the source of your website, Therefore, this source software uploads, please correct criticism. Two software development features : [1] use the VC-MFC single framework of the text block, the main interface as well as an additional two adjustable single framework document [2] use the CGridCtrl Control [3] used Color button [4] Use of the use of two ODBC and ADO database programming (with others before using ODBC, I use the ADO, most were later I changed ADO) achieved a database management [5] print function [6] or real-time when functional software in three runs, the debug folder ad
Platform: | Size: 18045952 | Author: 湖朝 | Hits:

[GUI DevelopVC++(MFC)Face

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:

[OtherStack_and_Queue_by_CT

Description: 用MFC写的栈和队列的小程序,有漂亮的界面,debug文件夹中有演示-with MFC wrote Stack and Queue small procedures, beautiful interface, debug folder with demonstration
Platform: | Size: 105472 | Author: 陈涛 | Hits:

[Dialog_WindowDialog_1.0

Description: 用MFC建立多文档(MDI)应用程序。在主窗口中添加选项,使之能够选择文件夹。在子窗口中添加选项,使之能够对选定的文件夹进行操作,如:打开选定的文件夹中的文件、在选定的文件夹中写入指定的文本文件、在选定的文件夹中读出指定的文本文件、打开选定的文件夹中的文件夹。 附带有详尽的文档说明。-with MFC establishment of a multi-document (MDI) applications. In the main window to add options to enable them to choose folder. In the sub-window add options to enable it to the selected folder operate, such as : open the selected folder of documents in the selected documents into the folder specified text files, in the selected folder designated read out the text of the document, open the folder selected in the folder. With a detailed document shows.
Platform: | Size: 103424 | Author: Foxxing | Hits:

[GUI DevelopMFCPad

Description: 用MFC设计实现了一个简易的便签薄,支持插入、编辑、删除便签。并能实现便签的组管理,即提供便签夹的支持,支持便签、便签夹的重命名,支持自动保存。此外,便签可重名;便签夹之间不可重名,但便签夹可以与根级便签同名,且仅为一级目录,即不支持便签夹的嵌套。-with MFC design of a simple thin signed it and support insert, edit, delete signed it. Signed it and achieve the management group that signed it to provide clips of support signed it, signed it rename the folder, automatically support preservation. Moreover, signed it may RENAMED; Not signed it trapped between Repetitions, but signed it with the root folder level the same name signed it. and only one directory, which does not support nested folders signed it.
Platform: | Size: 277504 | Author: 梁秀波 | Hits:

[Windows DevelopFileSystemWatcher

Description: 实现对文件夹及文件夹下文件更改的监控,很实用。-Realize on the folder and folder monitoring file changes, it is practical.
Platform: | Size: 3072 | Author: 令狐彬 | Hits:

[Menu controlopenFolder

Description: 在MFC下实现文件夹打开的菜单操作,适合初学C++和MFC编程的人。-MFC realize in the next folder to open the menu operation, suitable for beginners C++ And MFC programming people.
Platform: | Size: 33792 | Author: wind | Hits:

[OpenGL programvccode

Description: 是多个VC实例文件夹,包括OpenGl,MFC,界面制作等等!-Is the number of VC examples folder, including the OpenGl, MFC, interface, etc. produced!
Platform: | Size: 759808 | Author: Aligan | Hits:

[OtherTreetraversalfolderrecursivealgorithm

Description: MFC实现,树型递归算法遍历文件夹。列出文件的大小,类型等属性-MFC implementation, recursive algorithm for tree traversal folder. Documents listed in the size, type and other property
Platform: | Size: 25600 | Author: 陨石 | Hits:

[Windows DevelopCFileDemo

Description: 在MFC中如何打开和创建文件夹,并用ARchive打开和创建文件夹-In MFC how to open and create a folder, and open and ARchive create a folder
Platform: | Size: 3591168 | Author: tree | Hits:

[Windows DevelopDll_file_generation_call--MFC_form

Description: Dll文件的生成调用示例——MFC语言形式,示例中MFCDll 生成.dll文件,拷贝该文件到CalMFCDLL中,然后调用-An example for generating a Dll file and then the dll file is called. Generation is in the MFCDll Folder and is called in the CalMFCDLL folder.
Platform: | Size: 3006464 | Author: zhanjunpeng | Hits:

[GUI DevelopBmpBrowser

Description: 该代码实现在mfc下用picture显示某个文件夹下面的所有bmp图像,还实现了滚动条的功能-Under the code to achieve the mfc a folder with the following picture shows all the bmp image, but also realizes the functions of scroll bar
Platform: | Size: 3580928 | Author: 李瑶 | Hits:

[File OperateMFC

Description: 文件夹图标更换器,实现文件夹图标的更换功能。让文件夹更美观-Folder icon changer folder icon replacement function. More beautiful folder
Platform: | Size: 729088 | Author: 王硕 | Hits:

[Special EffectsNew-folder

Description: 这是我自己在mfc下利用gdal库实现的遥感影像显示模块,能显示绝大部分的遥感影像格式数据。打开影像是可以同时打开多幅影像,程序默认对每幅影像建立各自的金字塔文件以便后面操作,同时程序默认将影像拉伸到0-255范围以防有的影像是11位的或更大的而显示不出来。打开影像后可进行简单的拉框放缩、移动、复位、旋转、链接显示、直方图、缩略图等操作,还有基本的影像增强处理,如伪彩色变换、饱和度亮度调节、直方图匹配、各种滤波等。影像处理实现了几何校正、投影变换、裁剪等操作。界面开发时用的是mfc的ROBBON界面。其中还含有不太够完善但可运行的种子点生长分割算法。此外还有些个人结合产学研实现的算法,如地温反演的单窗算法。程序当中借用了不少他人的开发成果,所以也把自己的贡献出来与大家分享啦,有什么问题尽可以邮件联系本人xiluoduyu@163.com,或访问我的csdn博客http://blog.csdn.net/xiluoduyu。压缩包里面包含整个程序的详细的开发帮助文档和可运行程序,但注意不要随便移动debug文件夹里面的dll文件以免主界面无法启动。 -This is a little program about image processing, such as pseudo color transformation, saturation, brightness adjustment, histogram matching, all kinds of filter algorithm, etc. In it I have realized the geometric correction, projection transformation, as well as cutting operation. Interface development used the MFC Ribbon interface. Besides,it contains a seed growth segmentation algorithm,not perfect enough yet still works.In addition ,an implementation of ground temperature inversion- single window.
Platform: | Size: 13575168 | Author: Richard | Hits:

[File OperateMFC

Description: VS2012运行环境,文件遍历系统,可选择盘符,后缀来遍历文件,可选删除或复制操作。对于vs或vc工程则是对整个文件夹操作。-VS2012 runtime environment, file traversal system, optional letter suffix to traverse the file, the optional delete or copy operation. Vs vc project is the entire folder.
Platform: | Size: 2192384 | Author: 金天帝 | Hits:

[Crack HackDES(based-on-MFC)

Description: 基于图形界面MFC的DES加解密算法。从路径中读取加密文件,自行输入密钥,解密或者解密内容以文件形式保存在文件夹下。所有工程均已提交在压缩包里,打开dsw即可以运行。是学习密码学的途径,也是密码学DES算法的重要实验-GUI-based MFC DES encryption and decryption algorithms. Reads the encrypted files from the path, enter their own key to decrypt or decrypt the contents of a file is saved in the folder. All projects have been submitted in the compression bag, open dsw that can run. Is a way to learn cryptography is cryptography important experimental DES algorithm
Platform: | Size: 1933312 | Author: 毛小婷 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net