实例介绍
【实例截图】
【核心代码】
.
├── 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
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论