在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例桌面应用界面/GUI → MFC开发实例

MFC开发实例

桌面应用界面/GUI

下载此实例
  • 开发语言:C/C++
  • 实例大小:38.72M
  • 下载次数:57
  • 浏览次数:261
  • 发布时间:2022-02-23
  • 实例类别:桌面应用界面/GUI
  • 发 布 人:zjh931
  • 文件格式:.zip
  • 所需积分:0
 相关标签: MFC 开发 实例

实例介绍

【实例简介】MFC开发实例

MFC基本使用操作demo模板

【实例截图】

from clipboard

【核心代码】

.
├── MFC-master
│   ├── @Sample_Code
│   │   ├── _CallBackFunction.c
│   │   ├── _Calling_convention.c
│   │   ├── _EnterCriticalSection.cpp
│   │   ├── _FileExist.c
│   │   ├── _GetDeviceInstanceID.c
│   │   ├── _MutexDemo1.cpp
│   │   ├── _My_Mutex.c
│   │   ├── _Non-Blocking_Connect.cpp
│   │   ├── _SimpleMutex.cpp
│   │   ├── _ping_command_mfc.c
│   │   ├── _prevent_multi_proc.c
│   │   └── _pumpMsg.c
│   ├── Batch
│   │   ├── 3dTextScr.Cmd
│   │   ├── Backup Profile.Cmd
│   │   ├── CONVIP.CMD
│   │   ├── ChkToday.cmd
│   │   ├── DelTemp.Cmd
│   │   ├── FOR_EXAMPLE.CMD
│   │   ├── FmtFile.cmd
│   │   ├── GetLine.Cmd
│   │   ├── Getting Filenames & Sizes using Batch Commands.Cmd
│   │   ├── Global Replace.Cmd
│   │   ├── JOIN0.CMD
│   │   ├── JOIN1.CMD
│   │   ├── JOIN2.CMD
│   │   ├── MigrateOE.CMD
│   │   ├── Remove Lines.Cmd
│   │   ├── SearchCABs.cmd
│   │   ├── cpptee.zip
│   │   ├── munge.scr
│   │   ├── printstat.cmd
│   │   ├── replace.scr
│   │   └── searchinpath.cmd
│   ├── Demo_proj
│   │   ├── Crypto.7z
│   │   ├── DebugWindows(Music Player via MCI).7z
│   │   ├── FinalChatSocket.7z
│   │   ├── Gen_Iso_Tool.7z
│   │   ├── Kill_Process.7z
│   │   ├── Log.7z
│   │   ├── MDIL.7z
│   │   ├── MyDll.7z
│   │   ├── NetTraffic.7z
│   │   ├── Redirect.7z
│   │   ├── SD.7z
│   │   ├── SQLiteTest.7z
│   │   ├── Serial-RS232.7z
│   │   ├── SimpleTerminal.7z
│   │   ├── Socket.7z
│   │   └── TransferDataTool.7z
│   ├── Document
│   │   ├── 01 Using DDX and DDV.pdf
│   │   ├── AT指令详解[1].doc
│   │   ├── CString.txt
│   │   ├── DynamicLinkLibrary
│   │   │   ├── 05 Thread Synchronization in User Mode.ppt
│   │   │   ├── 06 Thread Synchronization with kernel object.ppt
│   │   │   ├── DLL範例
│   │   │   │   ├── MyDLL.zip
│   │   │   │   └── ShareDataTopic.zip
│   │   │   ├── [DLL 基本觀念 ]Windows Memory Architecture.ppt
│   │   │   └── [DLL 進階觀念]DLL ADVANCED TECHNIQUES.ppt
│   │   ├── GetWin7Permission.txt
│   │   ├── MFC 資料型態.docx
│   │   ├── OS version number.txt
│   │   ├── PowerPoint
│   │   │   ├── 01 DLL Basics.ppt
│   │   │   ├── 01 The  Working Thread in MFC.ppt
│   │   │   ├── 03 Multiple Instance Loading.ppt
│   │   │   ├── 04 Delay-Loading a DLL.ppt
│   │   │   ├── 05 Thread Synchronization in User Mode.ppt
│   │   │   ├── 06 Other Thread Synchronization Functions.ppt
│   │   │   ├── 06b Introduce to the NT Service.ppt
│   │   │   ├── 13 Windows Memory Architecture.ppt
│   │   │   ├── A Thread's Stack.ppt
│   │   │   ├── Getting Notification of CD-ROM Insertion or Removal.ppt
│   │   │   ├── Heap.ppt
│   │   │   ├── Select System Call.ppt
│   │   │   ├── WinPRG-zhTW-1.ppt
│   │   │   ├── WinXP & Ubuntu dual boot.ppt
│   │   │   ├── [DLL 基本觀念 ]Windows Memory Architecture.ppt
│   │   │   ├── [DLL 進階觀念]DLL ADVANCED TECHNIQUES.ppt
│   │   │   └── ch1sec5.ppt
│   │   ├── Serial communucation Win32.pdf
│   │   ├── SerialProgrammingWin32.docx
│   │   ├── TEST SIGN X64.txt
│   │   ├── USB-Serial-Port-Mapping.pdf
│   │   ├── USB_Complete_pdf.pdf
│   │   ├── WSAAsyncSelect.txt
│   │   ├── [7-1] Ignore Hardware Serial Number.pdf
│   │   ├── usb-detection.pdf
│   │   └── 匈牙利命名法.txt
│   ├── MyClass
│   │   └── brLib.h
│   ├── README.md
│   ├── Tips
│   │   ├── Add own message to post.txt
│   │   ├── Button用圖片取代.txt
│   │   ├── CString.txt
│   │   ├── ClistCtrlGetSelected.txt
│   │   ├── Console & UI.txt
│   │   ├── Convert.txt
│   │   ├── CreateprocessWithHiddenWindow.c
│   │   ├── DLL.txt
│   │   ├── Debug_function.txt
│   │   ├── Dialog換背景.txt
│   │   ├── DisableEnableCloseButton.txt
│   │   ├── FileDialog.txt
│   │   ├── FormatErrorMessage.txt
│   │   ├── ListCtrl用法.txt
│   │   ├── MyGetCurrentTime.txt
│   │   ├── PJ Naughter's Freeware Library.txt
│   │   ├── ReadFile.txt
│   │   ├── RichEditCtrl-Set-Font.txt
│   │   ├── Thread access Main thread.txt
│   │   ├── TrayIcon.txt
│   │   ├── kill_process.txt
│   │   ├── shellexecute & wait.txt
│   │   ├── 修改listbox字體及背景色.txt
│   │   ├── 延遲載入DLL.txt
│   │   ├── 手動加入OnTimer.txt
│   │   ├── 不定參數列.txt
│   │   ├── 可帶參數的DebugString.txt
│   │   ├── 取得隨身碟位置.txt
│   │   ├── 忽略系統指派新portnmber.txt
│   │   ├── 手動加入事件響應.txt
│   │   └── 取得程式執行花費時間.txt
│   ├── UI
│   │   ├── ATLLabel_demo.zip
│   │   ├── BCMenu.cpp
│   │   ├── BCMenu.h
│   │   ├── BlackStyle
│   │   │   ├── Website.txt
│   │   │   ├── wordpad1_orig.png
│   │   │   ├── wordpad2_xp.png
│   │   │   ├── wordpad3_toolbarsmissing.png
│   │   │   ├── wordpad4_obsidian.png
│   │   │   ├── wordpad4_obsidian_menu.png
│   │   │   ├── wordpad5_menubar.png
│   │   │   ├── wordpad6_statusbar.png
│   │   │   ├── wordpad7_maintoolbar.png
│   │   │   ├── wordpad_broken_toolbar.png
│   │   │   └── wordpad_toolbar_with_tooltip.png
│   │   ├── BtnST.cpp
│   │   ├── BtnST.h
│   │   ├── CColorListBox
│   │   │   └── ColorLBTest
│   │   │       ├── ColorListBox.cpp
│   │   │       ├── ColorListBox.h
│   │   │       └── HowToUse.txt
│   │   ├── CListBoxST_src.zip
│   │   ├── CReadOnlyEdit_src.zip
│   │   │   └── CReadOnlyEdit_src.zip
│   │   ├── DTXfull.zip
│   │   ├── Drag&Drop.txt
│   │   ├── EmbeddedScript
│   │   │   ├── scripter.jpg
│   │   │   ├── scripter_demo.zip
│   │   │   └── scripter_src.zip
│   │   ├── GrayScale
│   │   │   ├── ColorToGrayscale.JPG
│   │   │   ├── ColorToGrayscale_demo.zip
│   │   │   └── ColorToGrayscale_src.zip
│   │   ├── GridView
│   │   │   └── GridCtrl_src
│   │   │       ├── CellRange.h
│   │   │       ├── Experimental Upgrades
│   │   │       │   ├── GridCellLite.cpp
│   │   │       │   ├── GridCellLite.h
│   │   │       │   ├── InPlaceList.cpp
│   │   │       │   ├── InPlaceList.h
│   │   │       │   ├── TitleTip.cpp
│   │   │       │   └── TitleTip.h
│   │   │       ├── GridCell.cpp
│   │   │       ├── GridCell.h
│   │   │       ├── GridCellBase.cpp
│   │   │       ├── GridCellBase.h
│   │   │       ├── GridCtrl.cpp
│   │   │       ├── GridCtrl.h
│   │   │       ├── GridDropTarget.cpp
│   │   │       ├── GridDropTarget.h
│   │   │       ├── InPlaceEdit.cpp
│   │   │       ├── InPlaceEdit.h
│   │   │       ├── MemDC.h
│   │   │       ├── TitleTip.cpp
│   │   │       └── TitleTip.h
│   │   ├── GuiLib
│   │   │   └── sourcecode.zip
│   │   ├── GuiToolkit MFC Extension
│   │   │   ├── demoprojects.zip
│   │   │   ├── dialogcontrols.gif
│   │   │   ├── img_demo.gif
│   │   │   ├── menu.gif
│   │   │   ├── outlook.gif
│   │   │   └── sourcecode.zip
│   │   ├── How to load a view in maximized mode by default in MFC
│   │   │   └── How to load a view in maximized mode by default in MFC - CodeProject.url
│   │   ├── HttpGet
│   │   │   ├── A class to download files from the net - CodeProject.url
│   │   │   └── WebGrab_demo.zip
│   │   ├── IconComboBox_src.zip
│   │   ├── Label.cpp
│   │   ├── Label.h
│   │   ├── ListBoxEBX.cpp
│   │   ├── ListBoxEBX.h
│   │   ├── MDI_Related
│   │   │   ├── SizableRebar_demo.zip
│   │   │   ├── TabbedMDI_demo.zip
│   │   │   ├── TabbedMDI_src.zip
│   │   │   ├── mditabs_exe.zip
│   │   │   ├── mditabs_prj.zip
│   │   │   └── website.txt
│   │   ├── Macintosh-like Progress Control
│   │   │   ├── MacControls
│   │   │   │   ├── MacProgressCtrl.cpp
│   │   │   │   ├── MacProgressCtrl.h
│   │   │   │   ├── MacSliderCtrl.cpp
│   │   │   │   └── MacSliderCtrl.h
│   │   │   ├── MacProgress.gif
│   │   │   ├── MacProgress_src.zip
│   │   │   └── 井民全觀點 (Jing's Perspective)- [C ] 加入狀態顯示 Bar 最簡單範例.url
│   │   ├── Message Box tester
│   │   │   ├── Enhanced MFC Message Boxes - CodeProject.url
│   │   │   └── MessageBoxDialogSampleExecutable.zip
│   │   ├── Pretty WinAPI Class
│   │   │   ├── DevStudioSmall.jpg
│   │   │   ├── MDISmall.jpg
│   │   │   ├── OutlookDemoSmall.jpg
│   │   │   └── Pwc.zip
│   │   ├── Progress
│   │   │   ├── CProgressFX and CHourglassFX
│   │   │   │   ├── CProgressFX and CHourglassFX - CodeProject.url
│   │   │   │   └── ProgressHourglassFX_demo.zip
│   │   │   └── Progress Control with Text
│   │   │       ├── text_progressctrl.PNG
│   │   │       └── textprogressctrl_demo.zip
│   │   ├── ResizableLib_1_3.zip
│   │   ├── Text Editor(CRichEditCtrl)
│   │   │   ├── TextEdit.gif
│   │   │   ├── TextEdit_demo.zip
│   │   │   └── TextEdit_src.zip
│   │   ├── TextProgressCtrl.cpp
│   │   ├── TextProgressCtrl.h
│   │   ├── ToolBarCtrl Based Menubar Control
│   │   │   ├── MenuBarXP.jpg
│   │   │   └── MenuBarXP.zip
│   │   ├── Transparent
│   │   │   ├── trans.jpg
│   │   │   ├── trans_demo.zip
│   │   │   └── trans_src.zip
│   │   └── 氣泡提示
│   │       ├── msgballoon.cpp
│   │       ├── msgballoon.h
│   │       ├── msgballoon_bin.zip
│   │       └── msgballoon_src.zip
│   └── WinService
│       ├── ArgumentProcess
│       │   ├── Intro.txt
│       │   ├── MFC_SDI_Startup_Control_Source.zip
│       │   └── MyMFCProgram
│       │       ├── Debug
│       │       │   └── MyMFCProgram.res
│       │       ├── MainFrm.cpp
│       │       ├── MainFrm.h
│       │       ├── MyMFCProgram.cpp
│       │       ├── MyMFCProgram.dsp
│       │       ├── MyMFCProgram.dsw
│       │       ├── MyMFCProgram.h
│       │       ├── MyMFCProgram.rc
│       │       ├── MyMFCProgramDoc.cpp
│       │       ├── MyMFCProgramDoc.h
│       │       ├── MyMFCProgramView.cpp
│       │       ├── MyMFCProgramView.h
│       │       ├── ReadMe.txt
│       │       ├── Resource.h
│       │       ├── StdAfx.cpp
│       │       ├── StdAfx.h
│       │       └── res
│       │           ├── MyMFCProgram.ico
│       │           ├── MyMFCProgram.rc2
│       │           ├── MyMFCProgramDoc.ico
│       │           └── Toolbar.bmp
│       ├── Service.cpp
│       └── Service.h
└── 好例子网_MFC-master.zip

41 directories, 247 files



标签: MFC 开发 实例

实例下载地址

MFC开发实例

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警