基本信息
源码名称:VC++图形用户界面开发指南
源码大小:0.63M
文件格式:.rar
开发语言:C/C++
更新时间:2023-12-21
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
VC 图形用户界面开发指南,学习UI开发的很好的学习材料。

.
├── VC 图形用户界面开发指南
│   ├── chap2
│   │   ├── AdvBtn
│   │   │   ├── AdvBtn.cpp
│   │   │   ├── AdvBtn.h
│   │   │   ├── AdvButton.aps
│   │   │   ├── AdvButton.clw
│   │   │   ├── AdvButton.cpp
│   │   │   ├── AdvButton.dsp
│   │   │   ├── AdvButton.dsw
│   │   │   ├── AdvButton.h
│   │   │   ├── AdvButton.ncb
│   │   │   ├── AdvButton.opt
│   │   │   ├── AdvButton.rc
│   │   │   ├── AdvButtonDlg.cpp
│   │   │   ├── AdvButtonDlg.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── res
│   │   │   │   ├── AdvButton.ico
│   │   │   │   └── AdvButton.rc2
│   │   │   └── resource.h
│   │   ├── circlebtn
│   │   │   ├── RndBtnDemo.001
│   │   │   ├── RndBtnDemo.aps
│   │   │   ├── RndBtnDemo.clw
│   │   │   ├── RndBtnDemo.cpp
│   │   │   ├── RndBtnDemo.dsp
│   │   │   ├── RndBtnDemo.dsw
│   │   │   ├── RndBtnDemo.h
│   │   │   ├── RndBtnDemo.ncb
│   │   │   ├── RndBtnDemo.opt
│   │   │   ├── RndBtnDemo.rc
│   │   │   ├── RndBtnDemoDlg.cpp
│   │   │   ├── RndBtnDemoDlg.h
│   │   │   ├── RoundButton.cpp
│   │   │   ├── RoundButton.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── res
│   │   │   │   ├── RndBtnDemo.ico
│   │   │   │   └── RndBtnDemo.rc2
│   │   │   └── resource.h
│   │   ├── colorbtn
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── colorBtnSample.001
│   │   │   ├── colorBtnSample.aps
│   │   │   ├── colorBtnSample.cpp
│   │   │   ├── colorBtnSample.dsp
│   │   │   ├── colorBtnSample.dsw
│   │   │   ├── colorBtnSample.h
│   │   │   ├── colorBtnSample.ncb
│   │   │   ├── colorBtnSample.opt
│   │   │   ├── colorBtnSample.rc
│   │   │   ├── colorBtnSampleDlg.cpp
│   │   │   ├── colorBtnSampleDlg.h
│   │   │   ├── colorbtn.cpp
│   │   │   ├── colorbtn.h
│   │   │   ├── res
│   │   │   │   ├── colorBtnSample.ico
│   │   │   │   └── colorBtnSample.rc2
│   │   │   └── resource.h
│   │   ├── spherebtn
│   │   │   ├── BounceButton.ico
│   │   │   ├── Example.aps
│   │   │   ├── Example.clw
│   │   │   ├── Example.cpp
│   │   │   ├── Example.dsp
│   │   │   ├── Example.dsw
│   │   │   ├── Example.dsw.VC5
│   │   │   ├── Example.h
│   │   │   ├── Example.ncb
│   │   │   ├── Example.opt
│   │   │   ├── Example.plg
│   │   │   ├── Example.rc
│   │   │   ├── ExampleDlg.cpp
│   │   │   ├── ExampleDlg.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── SphereButton.cpp
│   │   │   ├── SphereButton.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   └── resource.h
│   │   └── trianglebtn
│   │       ├── Resource.h
│   │       ├── StdAfx.cpp
│   │       ├── StdAfx.h
│   │       ├── TriangleButton.cpp
│   │       ├── TriangleButton.h
│   │       ├── TriangleButtonDemo.001
│   │       ├── TriangleButtonDemo.aps
│   │       ├── TriangleButtonDemo.clw
│   │       ├── TriangleButtonDemo.cpp
│   │       ├── TriangleButtonDemo.dsp
│   │       ├── TriangleButtonDemo.dsw
│   │       ├── TriangleButtonDemo.h
│   │       ├── TriangleButtonDemo.ncb
│   │       ├── TriangleButtonDemo.opt
│   │       ├── TriangleButtonDemo.plg
│   │       ├── TriangleButtonDemo.rc
│   │       ├── TriangleButtonDemoDlg.cpp
│   │       ├── TriangleButtonDemoDlg.h
│   │       ├── dirs.txt
│   │       └── res
│   │           ├── TriangleButtonDemo.ico
│   │           └── TriangleButtonDemo.rc2
│   ├── chap3
│   │   ├── HotEdit
│   │   │   ├── HotEdit.cpp
│   │   │   ├── HotEdit.h
│   │   │   ├── HotEditDemo.aps
│   │   │   ├── HotEditDemo.clw
│   │   │   ├── HotEditDemo.cpp
│   │   │   ├── HotEditDemo.dsp
│   │   │   ├── HotEditDemo.dsw
│   │   │   ├── HotEditDemo.h
│   │   │   ├── HotEditDemo.ncb
│   │   │   ├── HotEditDemo.opt
│   │   │   ├── HotEditDemo.plg
│   │   │   ├── HotEditDemo.rc
│   │   │   ├── HotEditDemoDlg.cpp
│   │   │   ├── HotEditDemoDlg.h
│   │   │   ├── Release
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── res
│   │   │   │   ├── HotEditDemo.ico
│   │   │   │   └── HotEditDemo.rc2
│   │   │   └── resource.h
│   │   ├── NumEdit
│   │   │   ├── NumEdit.cpp
│   │   │   ├── NumEdit.h
│   │   │   ├── NumericEdit.001
│   │   │   ├── NumericEdit.aps
│   │   │   ├── NumericEdit.clw
│   │   │   ├── NumericEdit.cpp
│   │   │   ├── NumericEdit.dsp
│   │   │   ├── NumericEdit.dsw
│   │   │   ├── NumericEdit.h
│   │   │   ├── NumericEdit.ncb
│   │   │   ├── NumericEdit.opt
│   │   │   ├── NumericEdit.plg
│   │   │   ├── NumericEdit.rc
│   │   │   ├── NumericEditDlg.cpp
│   │   │   ├── NumericEditDlg.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── res
│   │   │   │   ├── NumericEdit.ico
│   │   │   │   └── NumericEdit.rc2
│   │   │   └── resource.h
│   │   ├── hexedit
│   │   │   ├── HexEdit.001
│   │   │   ├── HexEdit.aps
│   │   │   ├── HexEdit.cpp
│   │   │   ├── HexEdit.dsp
│   │   │   ├── HexEdit.dsw
│   │   │   ├── HexEdit.h
│   │   │   ├── HexEdit.ncb
│   │   │   ├── HexEdit.opt
│   │   │   ├── HexEdit.rc
│   │   │   ├── HexEditDlg.cpp
│   │   │   ├── HexEditDlg.h
│   │   │   ├── Release
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── hexeditctrl.cpp
│   │   │   ├── hexeditctrl.h
│   │   │   ├── res
│   │   │   │   ├── HexEdit.ico
│   │   │   │   └── HexEdit.rc2
│   │   │   └── resource.h
│   │   └── synaxcolor
│   │       ├── CCrystalEditView.cpp
│   │       ├── CCrystalEditView.h
│   │       ├── CCrystalEditView.inl
│   │       ├── CCrystalTextBuffer.cpp
│   │       ├── CCrystalTextBuffer.h
│   │       ├── CCrystalTextBuffer.inl
│   │       ├── CCrystalTextView.cpp
│   │       ├── CCrystalTextView.h
│   │       ├── CCrystalTextView.inl
│   │       ├── CCrystalTextView2.cpp
│   │       ├── CEditReplaceDlg.cpp
│   │       ├── CEditReplaceDlg.h
│   │       ├── CFindTextDlg.cpp
│   │       ├── CFindTextDlg.h
│   │       ├── ChildFrm.cpp
│   │       ├── ChildFrm.h
│   │       ├── MainFrm.cpp
│   │       ├── MainFrm.h
│   │       ├── Sample.001
│   │       ├── Sample.aps
│   │       ├── Sample.cpp
│   │       ├── Sample.dsp
│   │       ├── Sample.dsw
│   │       ├── Sample.h
│   │       ├── Sample.ico
│   │       ├── Sample.ncb
│   │       ├── Sample.opt
│   │       ├── Sample.rc
│   │       ├── Sample.rc2
│   │       ├── SampleDoc.cpp
│   │       ├── SampleDoc.h
│   │       ├── SampleDoc.ico
│   │       ├── SampleView.cpp
│   │       ├── SampleView.h
│   │       ├── StdAfx.cpp
│   │       ├── StdAfx.h
│   │       ├── Toolbar.bmp
│   │       ├── cedefs.h
│   │       ├── cplusplus.cpp
│   │       ├── crysedit_demo.exe
│   │       ├── editcmd.h
│   │       ├── editreg.h
│   │       ├── editres.rc
│   │       ├── mg_cur.cur
│   │       ├── mg_icons.bmp
│   │       ├── res
│   │       │   ├── Sample.ico
│   │       │   ├── Sample.rc2
│   │       │   ├── SampleDoc.ico
│   │       │   └── Toolbar.bmp
│   │       └── resource.h
│   ├── chap4
│   │   ├── Fontcombo
│   │   │   ├── FontCombo.cpp
│   │   │   ├── FontCombo.h
│   │   │   ├── FontTest.001
│   │   │   ├── FontTest.aps
│   │   │   ├── FontTest.clw
│   │   │   ├── FontTest.cpp
│   │   │   ├── FontTest.dsp
│   │   │   ├── FontTest.dsw
│   │   │   ├── FontTest.h
│   │   │   ├── FontTest.ncb
│   │   │   ├── FontTest.opt
│   │   │   ├── FontTest.rc
│   │   │   ├── FontTestDlg.cpp
│   │   │   ├── FontTestDlg.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── TipWnd.cpp
│   │   │   ├── TipWnd.h
│   │   │   └── res
│   │   │       ├── FontTest.ico
│   │   │       ├── FontTest.rc2
│   │   │       └── printer.bmp
│   │   ├── colorpickercombo
│   │   │   ├── ClrWellDemo.001
│   │   │   ├── ClrWellDemo.aps
│   │   │   ├── ClrWellDemo.cpp
│   │   │   ├── ClrWellDemo.dsp
│   │   │   ├── ClrWellDemo.dsw
│   │   │   ├── ClrWellDemo.h
│   │   │   ├── ClrWellDemo.ncb
│   │   │   ├── ClrWellDemo.opt
│   │   │   ├── ClrWellDemo.plg
│   │   │   ├── ClrWellDemo.rc
│   │   │   ├── ClrWellDemoDlg.cpp
│   │   │   ├── ClrWellDemoDlg.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── colorbtn.cpp
│   │   │   ├── colorbtn.h
│   │   │   ├── res
│   │   │   │   ├── ClrWellDemo.ico
│   │   │   │   └── ClrWellDemo.rc2
│   │   │   └── resource.h
│   │   └── hotcombo
│   │       ├── HotComboBox.cpp
│   │       ├── HotComboBox.h
│   │       ├── HotComboDemo.aps
│   │       ├── HotComboDemo.clw
│   │       ├── HotComboDemo.cpp
│   │       ├── HotComboDemo.dsp
│   │       ├── HotComboDemo.dsw
│   │       ├── HotComboDemo.h
│   │       ├── HotComboDemo.ncb
│   │       ├── HotComboDemo.opt
│   │       ├── HotComboDemo.plg
│   │       ├── HotComboDemo.rc
│   │       ├── HotComboDemoDlg.cpp
│   │       ├── HotComboDemoDlg.h
│   │       ├── ReadMe.txt
│   │       ├── Release
│   │       ├── StdAfx.cpp
│   │       ├── StdAfx.h
│   │       ├── res
│   │       │   ├── HotComboDemo.ico
│   │       │   └── HotComboDemo.rc2
│   │       └── resource.h
│   ├── chap5
│   │   └── lstviewedit
│   │       ├── ListEditView.cpp
│   │       ├── ListEditView.h
│   │       ├── MainFrm.cpp
│   │       ├── MainFrm.h
│   │       ├── ReadMe.txt
│   │       ├── Resource.h
│   │       ├── Sample.001
│   │       ├── Sample.aps
│   │       ├── Sample.clw
│   │       ├── Sample.cpp
│   │       ├── Sample.dsp
│   │       ├── Sample.dsw
│   │       ├── Sample.h
│   │       ├── Sample.ncb
│   │       ├── Sample.opt
│   │       ├── Sample.plg
│   │       ├── Sample.rc
│   │       ├── SampleDoc.cpp
│   │       ├── SampleDoc.h
│   │       ├── SampleView.cpp
│   │       ├── SampleView.h
│   │       ├── StdAfx.cpp
│   │       ├── StdAfx.h
│   │       └── res
│   │           ├── Sample.ico
│   │           ├── Sample.rc2
│   │           ├── SampleDoc.ico
│   │           └── Toolbar.bmp
│   ├── chap6
│   │   └── dirtree
│   │       ├── DirTreeCtrl.cpp
│   │       ├── DirTreeCtrl.h
│   │       ├── PC_Browser.aps
│   │       ├── PC_Browser.clw
│   │       ├── PC_Browser.cpp
│   │       ├── PC_Browser.dsp
│   │       ├── PC_Browser.dsw
│   │       ├── PC_Browser.h
│   │       ├── PC_Browser.ncb
│   │       ├── PC_Browser.opt
│   │       ├── PC_Browser.plg
│   │       ├── PC_Browser.rc
│   │       ├── PC_BrowserDlg.cpp
│   │       ├── PC_BrowserDlg.h
│   │       ├── RES
│   │       │   ├── PC_Browser.ico
│   │       │   └── PC_Browser.rc2
│   │       ├── ReadMe.txt
│   │       ├── Release
│   │       ├── StdAfx.cpp
│   │       ├── StdAfx.h
│   │       ├── VisualStudioProjects
│   │       │   └── C
│   │       │       └── PC_Browser
│   │       │           ├── RES
│   │       │           └── Release
│   │       └── resource.h
│   ├── chap7
│   │   └── iconmenu
│   │       ├── tcmenu.cpp
│   │       └── tcmenu.h
│   └── readme.txt
└── 好例子网_VC 图形用户界面开发指南.rar

44 directories, 319 files