在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → VC++2010 VC上位机 20个实例教程 零基础 极速入门 MFC(代码)

VC++2010 VC上位机 20个实例教程 零基础 极速入门 MFC(代码)

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:211.29M
  • 下载次数:20
  • 浏览次数:264
  • 发布时间:2021-02-06
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
1. calc 2. button 3. 向导对话框 4. 标签页对话框 5. 消息对话框 6. FileDialog 7. FontDialog 8. ColorDialog 9. EditControl 10. ListBox 11. ComboBox 12. ScrollBar 13. Picture 14. ListControl 15. TreeControl 16. Tab 17. Database 18. MultiThread 19. Socket 20. Timer
【实例截图】
【核心代码】
e14d6ab5-6c0f-4307-832a-8cbfce8cd0ec
└── VS2010 极速入门实例
├── 10. ListBox
│   ├── ListBox
│   │   ├── Debug
│   │   │   └── ListBox.log
│   │   ├── ListBox.aps
│   │   ├── ListBox.cpp
│   │   ├── ListBoxDlg.cpp
│   │   ├── ListBoxDlg.h
│   │   ├── ListBox.h
│   │   ├── ListBox.rc
│   │   ├── ListBox.vcxproj
│   │   ├── ListBox.vcxproj.filters
│   │   ├── ListBox.vcxproj.user
│   │   ├── ReadMe.txt
│   │   ├── Release
│   │   │   └── ListBox.log
│   │   ├── res
│   │   │   ├── ListBox.ico
│   │   │   └── ListBox.rc2
│   │   ├── resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   └── targetver.h
│   ├── ListBox.sdf
│   ├── ListBox.sln
│   └── ListBox.suo
├── 11. ComboBox
│   ├── ComboBox
│   │   ├── ComboBox.aps
│   │   ├── ComboBox.cpp
│   │   ├── ComboBoxDlg.cpp
│   │   ├── ComboBoxDlg.h
│   │   ├── ComboBox.h
│   │   ├── ComboBox.rc
│   │   ├── ComboBox.vcxproj
│   │   ├── ComboBox.vcxproj.filters
│   │   ├── ComboBox.vcxproj.user
│   │   ├── Debug
│   │   │   ├── ComboBox.Build.CppClean.log
│   │   │   └── ComboBox.log
│   │   ├── ReadMe.txt
│   │   ├── Release
│   │   │   └── ComboBox.log
│   │   ├── res
│   │   │   ├── ComboBox.ico
│   │   │   └── ComboBox.rc2
│   │   ├── resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   └── targetver.h
│   ├── ComboBox.sdf
│   ├── ComboBox.sln
│   └── ComboBox.suo
├── 12. ScrollBar
│   ├── ScrollBar
│   │   ├── Debug
│   │   │   ├── ScrollBar.Build.CppClean.log
│   │   │   └── ScrollBar.log
│   │   ├── ReadMe.txt
│   │   ├── Release
│   │   │   └── ScrollBar.log
│   │   ├── res
│   │   │   ├── ScrollBar.ico
│   │   │   └── ScrollBar.rc2
│   │   ├── resource.h
│   │   ├── ScrollBar.aps
│   │   ├── ScrollBar.cpp
│   │   ├── ScrollBarDlg.cpp
│   │   ├── ScrollBarDlg.h
│   │   ├── ScrollBar.h
│   │   ├── ScrollBar.rc
│   │   ├── ScrollBar.vcxproj
│   │   ├── ScrollBar.vcxproj.filters
│   │   ├── ScrollBar.vcxproj.user
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   └── targetver.h
│   ├── ScrollBar.sdf
│   ├── ScrollBar.sln
│   └── ScrollBar.suo
├── 13. Picture
│   ├── Picture
│   │   ├── Debug
│   │   │   ├── Picture.Build.CppClean.log
│   │   │   └── Picture.log
│   │   ├── Picture.aps
│   │   ├── Picture.cpp
│   │   ├── PictureDlg.cpp
│   │   ├── PictureDlg.h
│   │   ├── Picture.h
│   │   ├── Picture.rc
│   │   ├── Picture.vcxproj
│   │   ├── Picture.vcxproj.filters
│   │   ├── Picture.vcxproj.user
│   │   ├── ReadMe.txt
│   │   ├── Release
│   │   │   └── Picture.log
│   │   ├── res
│   │   │   ├── Picture.ico
│   │   │   ├── Picture.rc2
│   │   │   └── Road.bmp
│   │   ├── resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   └── targetver.h
│   ├── Picture.sdf
│   ├── Picture.sln
│   └── Picture.suo
├── 14. ListControl
│   ├── ListControl
│   │   ├── Debug
│   │   │   ├── ListControl.Build.CppClean.log
│   │   │   └── ListControl.log
│   │   ├── ListControl.aps
│   │   ├── ListControl.cpp
│   │   ├── ListControlDlg.cpp
│   │   ├── ListControlDlg.h
│   │   ├── ListControl.h
│   │   ├── ListControl.rc
│   │   ├── ListControl.vcxproj
│   │   ├── ListControl.vcxproj.filters
│   │   ├── ListControl.vcxproj.user
│   │   ├── ReadMe.txt
│   │   ├── Release
│   │   │   └── ListControl.log
│   │   ├── res
│   │   │   ├── ListControl.ico
│   │   │   └── ListControl.rc2
│   │   ├── resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   └── targetver.h
│   ├── ListControl.sdf
│   ├── ListControl.sln
│   └── ListControl.suo
├── 15. TreeControl
│   ├── TreeControl
│   │   ├── Debug
│   │   │   ├── TreeControl.Build.CppClean.log
│   │   │   └── TreeControl.log
│   │   ├── ReadMe.txt
│   │   ├── Release
│   │   │   └── TreeControl.log
│   │   ├── res
│   │   │   ├── 131.ico
│   │   │   ├── 133.ico
│   │   │   ├── 135.ico
│   │   │   ├── 136.ico
│   │   │   ├── icon1.ico
│   │   │   ├── TreeControl.ico
│   │   │   └── TreeControl.rc2
│   │   ├── resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── targetver.h
│   │   ├── TreeControl.aps
│   │   ├── TreeControl.cpp
│   │   ├── TreeControlDlg.cpp
│   │   ├── TreeControlDlg.h
│   │   ├── TreeControl.h
│   │   ├── TreeControl.rc
│   │   ├── TreeControl.vcxproj
│   │   ├── TreeControl.vcxproj.filters
│   │   └── TreeControl.vcxproj.user
│   ├── TreeControl.sdf
│   ├── TreeControl.sln
│   └── TreeControl.suo
├── 16. Tab
│   ├── Tab
│   │   ├── AndroidDlg.cpp
│   │   ├── AndroidDlg.h
│   │   ├── Debug
│   │   │   ├── Tab.Build.CppClean.log
│   │   │   └── Tab.log
│   │   ├── JzmDlg.cpp
│   │   ├── JzmDlg.h
│   │   ├── ReadMe.txt
│   │   ├── Release
│   │   │   └── Tab.log
│   │   ├── res
│   │   │   ├── Tab.ico
│   │   │   └── Tab.rc2
│   │   ├── resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Tab.aps
│   │   ├── Tab.cpp
│   │   ├── TabDlg.cpp
│   │   ├── TabDlg.h
│   │   ├── Tab.h
│   │   ├── Tab.rc
│   │   ├── Tab.vcxproj
│   │   ├── Tab.vcxproj.filters
│   │   ├── Tab.vcxproj.user
│   │   └── targetver.h
│   ├── Tab.sdf
│   ├── Tab.sln
│   └── Tab.suo
├── 17. Database
│   ├── Access2007操作教程.ppt
│   ├── Access(别人的)
│   │   ├── AccessDemo
│   │   │   ├── AccessDemo.aps
│   │   │   ├── AccessDemo.cpp
│   │   │   ├── AccessDemoDlg.cpp
│   │   │   ├── AccessDemoDlg.h
│   │   │   ├── AccessDemo.h
│   │   │   ├── AccessDemo.rc
│   │   │   ├── AccessDemo.vcxproj
│   │   │   ├── AccessDemo.vcxproj.filters
│   │   │   ├── AccessDemo.vcxproj.user
│   │   │   ├── Debug
│   │   │   │   ├── AccessDemo.accdb
│   │   │   │   ├── AccessDemo.Build.CppClean.log
│   │   │   │   └── AccessDemo.log
│   │   │   ├── ReadMe.txt
│   │   │   ├── Release
│   │   │   │   ├── AccessDemo.Build.CppClean.log
│   │   │   │   └── AccessDemo.log
│   │   │   ├── res
│   │   │   │   ├── AccessDemo.ico
│   │   │   │   └── AccessDemo.rc2
│   │   │   ├── resource.h
│   │   │   ├── stdafx.cpp
│   │   │   ├── stdafx.h
│   │   │   └── targetver.h
│   │   ├── AccessDemo.sdf
│   │   ├── AccessDemo.sln
│   │   ├── AccessDemo.suo
│   │   └── Debug
│   │   └── AccessDemo.accdb
│   ├── Access(我的完善版)
│   │   ├── AccessDemo
│   │   │   ├── AccessDemo.aps
│   │   │   ├── AccessDemo.cpp
│   │   │   ├── AccessDemoDlg.cpp
│   │   │   ├── AccessDemoDlg.h
│   │   │   ├── AccessDemo.h
│   │   │   ├── AccessDemo.rc
│   │   │   ├── AccessDemo.vcxproj
│   │   │   ├── AccessDemo.vcxproj.filters
│   │   │   ├── AccessDemo.vcxproj.user
│   │   │   ├── Debug
│   │   │   │   ├── AccessDemo.accdb
│   │   │   │   ├── AccessDemo.Build.CppClean.log
│   │   │   │   └── AccessDemo.log
│   │   │   ├── ReadMe.txt
│   │   │   ├── Release
│   │   │   │   ├── AccessDemoDlg.obj
│   │   │   │   ├── AccessDemo.exe.intermediate.manifest
│   │   │   │   ├── AccessDemo.lastbuildstate
│   │   │   │   ├── AccessDemo.log
│   │   │   │   ├── AccessDemo.obj
│   │   │   │   ├── AccessDemo.pch
│   │   │   │   ├── AccessDemo.res
│   │   │   │   ├── cl.command.1.tlog
│   │   │   │   ├── CL.read.1.tlog
│   │   │   │   ├── CL.write.1.tlog
│   │   │   │   ├── link.command.1.tlog
│   │   │   │   ├── link-cvtres.read.1.tlog
│   │   │   │   ├── link-cvtres.write.1.tlog
│   │   │   │   ├── link.read.1.tlog
│   │   │   │   ├── link.write.1.tlog
│   │   │   │   ├── mt.command.1.tlog
│   │   │   │   ├── mt.read.1.tlog
│   │   │   │   ├── mt.write.1.tlog
│   │   │   │   ├── rc.command.1.tlog
│   │   │   │   ├── rc.read.1.tlog
│   │   │   │   ├── rc.write.1.tlog
│   │   │   │   ├── stdafx.obj
│   │   │   │   └── vc100.pdb
│   │   │   ├── res
│   │   │   │   ├── AccessDemo.ico
│   │   │   │   └── AccessDemo.rc2
│   │   │   ├── resource.h
│   │   │   ├── stdafx.cpp
│   │   │   ├── stdafx.h
│   │   │   └── targetver.h
│   │   ├── AccessDemo.sdf
│   │   ├── AccessDemo.sln
│   │   ├── AccessDemo.suo
│   │   ├── Debug
│   │   │   ├── AccessDemo.accdb
│   │   │   ├── AccessDemo.mdb
│   │   │   ├── 复件 AccessDemo.accdb
│   │   │   └── 复件 AccessDemo.mdb
│   │   └── Release
│   │   ├── AccessDemo.exe
│   │   └── AccessDemo.pdb
│   ├── MySql(别人的)
│   │   ├── Debug
│   │   │   ├── MySql.exe
│   │   │   ├── MySql.ilk
│   │   │   └── MySql.pdb
│   │   ├── MySql
│   │   │   ├── Debug
│   │   │   │   ├── cl.command.1.tlog
│   │   │   │   ├── CL.read.1.tlog
│   │   │   │   ├── CL.write.1.tlog
│   │   │   │   ├── link.command.1.tlog
│   │   │   │   ├── link-cvtres.read.1.tlog
│   │   │   │   ├── link-cvtres.write.1.tlog
│   │   │   │   ├── link.read.1.tlog
│   │   │   │   ├── link.write.1.tlog
│   │   │   │   ├── mt.command.1.tlog
│   │   │   │   ├── mt.read.1.tlog
│   │   │   │   ├── mt.write.1.tlog
│   │   │   │   ├── MySqlDlg.obj
│   │   │   │   ├── MySql.exe.embed.manifest
│   │   │   │   ├── MySql.exe.embed.manifest.res
│   │   │   │   ├── MySql.exe.intermediate.manifest
│   │   │   │   ├── MySql.lastbuildstate
│   │   │   │   ├── MySql.log
│   │   │   │   ├── MySql_manifest.rc
│   │   │   │   ├── MySql.obj
│   │   │   │   ├── MySql.pch
│   │   │   │   ├── MySql.res
│   │   │   │   ├── rc.command.1.tlog
│   │   │   │   ├── rc.read.1.tlog
│   │   │   │   ├── rc.write.1.tlog
│   │   │   │   ├── stdafx.obj
│   │   │   │   ├── vc100.idb
│   │   │   │   └── vc100.pdb
│   │   │   ├── MySql.aps
│   │   │   ├── MySql.cpp
│   │   │   ├── MySqlDlg.cpp
│   │   │   ├── MySqlDlg.h
│   │   │   ├── MySql.h
│   │   │   ├── MySql.rc
│   │   │   ├── MySql.vcxproj
│   │   │   ├── MySql.vcxproj.filters
│   │   │   ├── MySql.vcxproj.user
│   │   │   ├── ReadMe.txt
│   │   │   ├── Release
│   │   │   │   ├── MySql.log
│   │   │   │   └── MySql.unsuccessfulbuild
│   │   │   ├── res
│   │   │   │   ├── MySql.ico
│   │   │   │   └── MySql.rc2
│   │   │   ├── resource.h
│   │   │   ├── stdafx.cpp
│   │   │   ├── stdafx.h
│   │   │   └── targetver.h
│   │   ├── MySql.sdf
│   │   ├── MySql.sln
│   │   ├── MySql.suo
│   │   └── 看我.txt
│   └── MySql(我的完善版)
│   ├── MySql
│   │   ├── Debug
│   │   │   ├── MySql.Build.CppClean.log
│   │   │   └── MySql.log
│   │   ├── MySql.aps
│   │   ├── MySql.cpp
│   │   ├── MySqlDlg.cpp
│   │   ├── MySqlDlg.h
│   │   ├── MySql.h
│   │   ├── MySql.rc
│   │   ├── MySql.vcxproj
│   │   ├── MySql.vcxproj.filters
│   │   ├── MySql.vcxproj.user
│   │   ├── ReadMe.txt
│   │   ├── Release
│   │   │   ├── MySql.Build.CppClean.log
│   │   │   ├── MySql.log
│   │   │   └── MySql.unsuccessfulbuild
│   │   ├── res
│   │   │   ├── MySql.ico
│   │   │   └── MySql.rc2
│   │   ├── resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   └── targetver.h
│   ├── MySql.sdf
│   ├── MySql.sln
│   ├── MySql.suo
│   └── 看我.txt
├── 1. calc
│   ├── calc
│   │   ├── calc.aps
│   │   ├── calc.cpp
│   │   ├── calcDlg.cpp
│   │   ├── calcDlg.h
│   │   ├── calc.h
│   │   ├── calc.rc
│   │   ├── calc.vcxproj
│   │   ├── calc.vcxproj.filters
│   │   ├── calc.vcxproj.user
│   │   ├── Debug
│   │   │   ├── calc.Build.CppClean.log
│   │   │   └── calc.log
│   │   ├── ReadMe.txt
│   │   ├── Release
│   │   │   └── calc.log
│   │   ├── res
│   │   │   ├── calc.ico
│   │   │   └── calc.rc2
│   │   ├── resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   └── targetver.h
│   ├── calc.sdf
│   ├── calc.sln
│   └── calc.suo
├── 2. button
│   ├── button
│   │   ├── button.aps
│   │   ├── button.cpp
│   │   ├── buttonDlg.cpp
│   │   ├── buttonDlg.h
│   │   ├── button.h
│   │   ├── button.rc
│   │   ├── button.vcxproj
│   │   ├── button.vcxproj.filters
│   │   ├── button.vcxproj.user
│   │   ├── Debug
│   │   │   ├── button.Build.CppClean.log
│   │   │   └── button.log
│   │   ├── ReadMe.txt
│   │   ├── Release
│   │   │   └── button.log
│   │   ├── res
│   │   │   ├── button.ico
│   │   │   └── button.rc2
│   │   ├── resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   └── targetver.h
│   ├── button.sdf
│   ├── button.sln
│   └── button.suo
├── 3. 向导对话框
│   ├── calc
│   │   ├── AddendPage.cpp
│   │   ├── AddendPage.h
│   │   ├── AddPage.cpp
│   │   ├── AddPage.h
│   │   ├── AddSheet.cpp
│   │   ├── AddSheet.h
│   │   ├── calc.aps
│   │   ├── calc.cpp
│   │   ├── calcDlg.cpp
│   │   ├── calcDlg.h
│   │   ├── calc.h
│   │   ├── calc.rc
│   │   ├── calc.vcxproj
│   │   ├── calc.vcxproj.filters
│   │   ├── calc.vcxproj.user
│   │   ├── Debug
│   │   │   ├── calc.Build.CppClean.log
│   │   │   └── calc.log
│   │   ├── ReadMe.txt
│   │   ├── Release
│   │   │   └── calc.log
│   │   ├── res
│   │   │   ├── calc.ico
│   │   │   └── calc.rc2
│   │   ├── resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── SummandPage.cpp
│   │   ├── SummandPage.h
│   │   └── targetver.h
│   ├── calc.sdf
│   ├── calc.sln
│   └── calc.suo
├── 4. 标签页对话框
│   ├── calc
│   │   ├── AddendPage.cpp
│   │   ├── AddendPage.h
│   │   ├── AddPage.cpp
│   │   ├── AddPage.h
│   │   ├── AddSheet.cpp
│   │   ├── AddSheet.h
│   │   ├── calc.aps
│   │   ├── calc.cpp
│   │   ├── calcDlg.cpp
│   │   ├── calcDlg.h
│   │   ├── calc.h
│   │   ├── calc.rc
│   │   ├── calc.vcxproj
│   │   ├── calc.vcxproj.filters
│   │   ├── calc.vcxproj.user
│   │   ├── Debug
│   │   │   ├── calc.Build.CppClean.log
│   │   │   └── calc.log
│   │   ├── ReadMe.txt
│   │   ├── Release
│   │   │   ├── AddendPage.obj
│   │   │   ├── AddPage.obj
│   │   │   ├── AddSheet.obj
│   │   │   ├── calcDlg.obj
│   │   │   ├── calc.exe.intermediate.manifest
│   │   │   ├── calc.lastbuildstate
│   │   │   ├── calc.log
│   │   │   ├── calc.obj
│   │   │   ├── calc.pch
│   │   │   ├── calc.res
│   │   │   ├── calc.vcxprojResolveAssemblyReference.cache
│   │   │   ├── calc.write.1.tlog
│   │   │   ├── cl.command.1.tlog
│   │   │   ├── CL.read.1.tlog
│   │   │   ├── CL.write.1.tlog
│   │   │   ├── link.command.1.tlog
│   │   │   ├── link-cvtres.read.1.tlog
│   │   │   ├── link-cvtres.write.1.tlog
│   │   │   ├── link.read.1.tlog
│   │   │   ├── link.write.1.tlog
│   │   │   ├── mt.command.1.tlog
│   │   │   ├── mt.read.1.tlog
│   │   │   ├── mt.write.1.tlog
│   │   │   ├── rc.command.1.tlog
│   │   │   ├── rc.read.1.tlog
│   │   │   ├── rc.write.1.tlog
│   │   │   ├── stdafx.obj
│   │   │   ├── SummandPage.obj
│   │   │   └── vc100.pdb
│   │   ├── res
│   │   │   ├── calc.ico
│   │   │   └── calc.rc2
│   │   ├── resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── SummandPage.cpp
│   │   ├── SummandPage.h
│   │   └── targetver.h
│   ├── calc.sdf
│   ├── calc.sln
│   ├── calc.suo
│   └── Release
│   ├── calc.exe
│   └── calc.pdb
├── 5. 消息对话框
│   ├── calc
│   │   ├── calc.aps
│   │   ├── calc.cpp
│   │   ├── calcDlg.cpp
│   │   ├── calcDlg.h
│   │   ├── calc.h
│   │   ├── calc.rc
│   │   ├── calc.vcxproj
│   │   ├── calc.vcxproj.filters
│   │   ├── calc.vcxproj.user
│   │   ├── Debug
│   │   │   ├── calc.Build.CppClean.log
│   │   │   └── calc.log
│   │   ├── ReadMe.txt
│   │   ├── Release
│   │   │   └── calc.log
│   │   ├── res
│   │   │   ├── calc.ico
│   │   │   └── calc.rc2
│   │   ├── resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   └── targetver.h
│   ├── calc.sdf
│   ├── calc.sln
│   └── calc.suo
├── 6. FileDialog
│   ├── FileDialog
│   │   ├── Debug
│   │   │   ├── FileDialog.Build.CppClean.log
│   │   │   └── FileDialog.log
│   │   ├── FileDialog.aps
│   │   ├── FileDialog.cpp
│   │   ├── FileDialogDlg.cpp
│   │   ├── FileDialogDlg.h
│   │   ├── FileDialog.h
│   │   ├── FileDialog.rc
│   │   ├── FileDialog.vcxproj
│   │   ├── FileDialog.vcxproj.filters
│   │   ├── FileDialog.vcxproj.user
│   │   ├── ReadMe.txt
│   │   ├── Release
│   │   │   └── FileDialog.log
│   │   ├── res
│   │   │   ├── FileDialog.ico
│   │   │   └── FileDialog.rc2
│   │   ├── resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   └── targetver.h
│   ├── FileDialog.sdf
│   ├── FileDialog.sln
│   └── FileDialog.suo
├── 7. FontDialog
│   ├── FontDialog
│   │   ├── Debug
│   │   │   ├── FontDialog.Build.CppClean.log
│   │   │   └── FontDialog.log
│   │   ├── FontDialog.aps
│   │   ├── FontDialog.cpp
│   │   ├── FontDialogDlg.cpp
│   │   ├── FontDialogDlg.h
│   │   ├── FontDialog.h
│   │   ├── FontDialog.rc
│   │   ├── FontDialog.vcxproj
│   │   ├── FontDialog.vcxproj.filters
│   │   ├── FontDialog.vcxproj.user
│   │   ├── ReadMe.txt
│   │   ├── Release
│   │   │   └── FontDialog.log
│   │   ├── res
│   │   │   ├── FontDialog.ico
│   │   │   └── FontDialog.rc2
│   │   ├── resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   └── targetver.h
│   ├── FontDialog.sdf
│   ├── FontDialog.sln
│   └── FontDialog.suo
├── 8. ColorDialog
│   ├── ColorDialog
│   │   ├── ColorDialog.aps
│   │   ├── ColorDialog.cpp
│   │   ├── ColorDialogDlg.cpp
│   │   ├── ColorDialogDlg.h
│   │   ├── ColorDialog.h
│   │   ├── ColorDialog.rc
│   │   ├── ColorDialog.vcxproj
│   │   ├── ColorDialog.vcxproj.filters
│   │   ├── ColorDialog.vcxproj.user
│   │   ├── Debug
│   │   │   ├── ColorDialog.Build.CppClean.log
│   │   │   └── ColorDialog.log
│   │   ├── ReadMe.txt
│   │   ├── Release
│   │   │   └── ColorDialog.log
│   │   ├── res
│   │   │   ├── ColorDialog.ico
│   │   │   └── ColorDialog.rc2
│   │   ├── resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   └── targetver.h
│   ├── ColorDialog.sdf
│   ├── ColorDialog.sln
│   └── ColorDialog.suo
├── 9. EditControl
│   ├── EditControl
│   │   ├── Debug
│   │   │   ├── EditControl.Build.CppClean.log
│   │   │   └── EditControl.log
│   │   ├── EditControl.aps
│   │   ├── EditControl.cpp
│   │   ├── EditControlDlg.cpp
│   │   ├── EditControlDlg.h
│   │   ├── EditControl.h
│   │   ├── EditControl.rc
│   │   ├── EditControl.vcxproj
│   │   ├── EditControl.vcxproj.filters
│   │   ├── EditControl.vcxproj.user
│   │   ├── ReadMe.txt
│   │   ├── Release
│   │   │   └── EditControl.log
│   │   ├── res
│   │   │   ├── EditControl.ico
│   │   │   └── EditControl.rc2
│   │   ├── resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   └── targetver.h
│   ├── EditControl.sdf
│   ├── EditControl.sln
│   └── EditControl.suo
└── 说明.png

107 directories, 562 files

标签:

实例下载地址

VC++2010 VC上位机 20个实例教程 零基础 极速入门 MFC(代码)

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警