请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
MFC开发实例
MFC基本使用操作demo模板
.
├── 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