在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → VC高级界面特效制作百例(源码+PDF)

VC高级界面特效制作百例(源码+PDF)

一般编程问题

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

实例介绍

【实例简介】
VC高级界面特效制作百例(源码+PDF)
【实例截图】
【核心代码】
fcac7b53-8949-43b3-8ccd-f0c16d997201
└── 高级界面特效制作百例
├── Visual.C++高级界面特效制作百例[www.TopSage.com]
│   ├── char01
│   │   ├── Dialog
│   │   │   ├── Dialog.aps
│   │   │   ├── Dialog.clw
│   │   │   ├── Dialog.cpp
│   │   │   ├── DialogDlg.cpp
│   │   │   ├── DialogDlg.h
│   │   │   ├── Dialog.dsp
│   │   │   ├── Dialog.dsw
│   │   │   ├── Dialog.h
│   │   │   ├── Dialog.ncb
│   │   │   ├── Dialog.opt
│   │   │   ├── Dialog.plg
│   │   │   ├── Dialog.rc
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── Dialog.ico
│   │   │   │   └── Dialog.rc2
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── MultiWindow
│   │   │   ├── ChildFrm.cpp
│   │   │   ├── ChildFrm.h
│   │   │   ├── MainFrm.cpp
│   │   │   ├── MainFrm.h
│   │   │   ├── MultiWindow.aps
│   │   │   ├── MultiWindow.clw
│   │   │   ├── MultiWindow.cpp
│   │   │   ├── MultiWindowDoc.cpp
│   │   │   ├── MultiWindowDoc.h
│   │   │   ├── MultiWindow.dsp
│   │   │   ├── MultiWindow.dsw
│   │   │   ├── MultiWindow.h
│   │   │   ├── MultiWindow.ncb
│   │   │   ├── MultiWindow.opt
│   │   │   ├── MultiWindow.plg
│   │   │   ├── MultiWindow.rc
│   │   │   ├── MultiWindowView.cpp
│   │   │   ├── MultiWindowView.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── MultiWindowDoc.ico
│   │   │   │   ├── MultiWindow.ico
│   │   │   │   ├── MultiWindow.rc2
│   │   │   │   └── Toolbar.bmp
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── MyInterface
│   │   │   ├── MainFrm.cpp
│   │   │   ├── MainFrm.h
│   │   │   ├── MyInterface.clw
│   │   │   ├── MyInterface.cpp
│   │   │   ├── MyInterfaceDoc.cpp
│   │   │   ├── MyInterfaceDoc.h
│   │   │   ├── MyInterface.dsp
│   │   │   ├── MyInterface.dsw
│   │   │   ├── MyInterface.h
│   │   │   ├── MyInterface.ncb
│   │   │   ├── MyInterface.opt
│   │   │   ├── MyInterface.plg
│   │   │   ├── MyInterface.rc
│   │   │   ├── MyInterfaceView.cpp
│   │   │   ├── MyInterfaceView.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── MyInterfaceDoc.ico
│   │   │   │   ├── MyInterface.ico
│   │   │   │   ├── MyInterface.rc2
│   │   │   │   └── Toolbar.bmp
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   └── Wzd
│   │   ├── CHILDFRM.CPP
│   │   ├── CHILDFRM.H
│   │   ├── MAINFRM.CPP
│   │   ├── MAINFRM.H
│   │   ├── RES
│   │   │   ├── TOOLBAR.BMP
│   │   │   ├── WZDDOC.ICO
│   │   │   ├── WZD.ICO
│   │   │   ├── WZD.RC2
│   │   │   └── WZDSPLSH.BMP
│   │   ├── RESOURCE.H
│   │   ├── STDAFX.CPP
│   │   ├── STDAFX.H
│   │   ├── WIZARD
│   │   │   ├── README.WZD
│   │   │   ├── WZDBTMAP.CPP
│   │   │   ├── WZDBTMAP.H
│   │   │   ├── WZD.DIR
│   │   │   ├── WZDSPLSH.CPP
│   │   │   └── WZDSPLSH.H
│   │   ├── Wzd.001
│   │   ├── WZDBTMAP.CPP
│   │   ├── WZDBTMAP.H
│   │   ├── WZD.CPP
│   │   ├── WZDDOC.CPP
│   │   ├── WZDDOC.H
│   │   ├── Wzd.dsp
│   │   ├── WZD.DSW
│   │   ├── WZD.H
│   │   ├── WZD.ncb
│   │   ├── WZD.OPT
│   │   ├── Wzd.plg
│   │   ├── WZD.RC
│   │   ├── WZDSPLSH.CPP
│   │   ├── WZDSPLSH.H
│   │   ├── WZDVIEW.CPP
│   │   └── WZDVIEW.H
│   ├── char02
│   │   ├── msdidao
│   │   │   ├── CATEGSET.CPP
│   │   │   ├── CATEGSET.H
│   │   │   ├── CATEGTBL.CPP
│   │   │   ├── CATEGTBL.H
│   │   │   ├── CATEGVW.CPP
│   │   │   ├── CATEGVW.H
│   │   │   ├── CRACK.CPP
│   │   │   ├── CRACK.H
│   │   │   ├── CUSTSET.CPP
│   │   │   ├── CUSTSET.H
│   │   │   ├── CUSTTBL.CPP
│   │   │   ├── CUSTTBL.H
│   │   │   ├── CUSTVW.CPP
│   │   │   ├── DAOBMP.CPP
│   │   │   ├── DAOBMP.H
│   │   │   ├── DAODOC.CPP
│   │   │   ├── DAODOC.H
│   │   │   ├── DAOSET.CPP
│   │   │   ├── DAOSET.H
│   │   │   ├── DAOVIEW.CPP
│   │   │   ├── DAOVIEW.H
│   │   │   ├── DIBAPI.CPP
│   │   │   ├── DIBAPI.H
│   │   │   ├── DIBVIEW.CPP
│   │   │   ├── DIBVIEW.H
│   │   │   ├── MAINFRM.CPP
│   │   │   ├── MAINFRM.H
│   │   │   ├── MSDIAPP.CPP
│   │   │   ├── MSDIAPP.H
│   │   │   ├── MSDIDAO.APS
│   │   │   ├── MSDIDAO.CLW
│   │   │   ├── MSDIDAO.CPP
│   │   │   ├── MSDIDAO.DOC
│   │   │   ├── MSDIDAO.H
│   │   │   ├── MSDIDAO.MAK
│   │   │   ├── MSDIDAO.MDP
│   │   │   ├── MSDIDAO.NCB
│   │   │   ├── MSDIDAO.RC
│   │   │   ├── MSDIDAO.REG
│   │   │   ├── MSDI.DOC
│   │   │   ├── MSDIFRM.CPP
│   │   │   ├── MSDIFRM.H
│   │   │   ├── MSDIVFRM.CPP
│   │   │   ├── MSDIVFRM.H
│   │   │   ├── README.TXT
│   │   │   ├── RELEASE
│   │   │   │   └── MSDIDAO.EXE
│   │   │   ├── RES
│   │   │   │   ├── BITMAP1.BMP
│   │   │   │   ├── DAODOC.ICO
│   │   │   │   ├── MSDIDAO.ICO
│   │   │   │   ├── MSDIDAO.RC2
│   │   │   │   └── TOOLBAR.BMP
│   │   │   ├── RESOURCE.FD
│   │   │   ├── RESOURCE.H
│   │   │   ├── SAMPDATA.MDB
│   │   │   ├── STDAFX.CPP
│   │   │   ├── STDAFX.H
│   │   │   ├── TBLFRAME.CPP
│   │   │   ├── TBLFRAME.H
│   │   │   ├── TBLVIEW.CPP
│   │   │   ├── TBLVIEW.H
│   │   │   ├── UTIL.CPP
│   │   │   └── UTIL.H
│   │   ├── MSDITest
│   │   │   ├── ChildFrm.cpp
│   │   │   ├── ChildFrm.h
│   │   │   ├── ELawyer.cpp
│   │   │   ├── ELawyer.h
│   │   │   ├── MainFrm.cpp
│   │   │   ├── MainFrm.h
│   │   │   ├── MSDIAPP.CPP
│   │   │   ├── MSDIAPP.H
│   │   │   ├── MSDITest.aps
│   │   │   ├── MSDITest.clw
│   │   │   ├── MSDITest.cpp
│   │   │   ├── MSDITestDoc.cpp
│   │   │   ├── MSDITestDoc.h
│   │   │   ├── MSDITest.dsp
│   │   │   ├── MSDITest.dsw
│   │   │   ├── MSDITest.h
│   │   │   ├── MSDITest.ncb
│   │   │   ├── MSDITest.opt
│   │   │   ├── MSDITest.plg
│   │   │   ├── MSDITest.rc
│   │   │   ├── MSDITestView.cpp
│   │   │   ├── MSDITestView.h
│   │   │   ├── MSDIVFRM.CPP
│   │   │   ├── MSDIVFRM.H
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── MSDITestDoc.ico
│   │   │   │   ├── MSDITest.ico
│   │   │   │   ├── MSDITest.rc2
│   │   │   │   └── Toolbar.bmp
│   │   │   ├── resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── multiview
│   │   │   ├── Architecture.psp
│   │   │   ├── ChildFrame1.cpp
│   │   │   ├── ChildFrame1.h
│   │   │   ├── ChildFrame2.cpp
│   │   │   ├── ChildFrame2.h
│   │   │   ├── MainFrm.cpp
│   │   │   ├── MainFrm.h
│   │   │   ├── MvDocTemplate.cpp
│   │   │   ├── MvDocTemplate.hpp
│   │   │   ├── MvTest.001
│   │   │   ├── MvTest.aps
│   │   │   ├── MvTest.clw
│   │   │   ├── MvTest.cpp
│   │   │   ├── MvTestDoc.cpp
│   │   │   ├── MvTestDoc.h
│   │   │   ├── MvTest.dsp
│   │   │   ├── MvTest.dsw
│   │   │   ├── MvTest.h
│   │   │   ├── MvTest.mak
│   │   │   ├── MvTest.ncb
│   │   │   ├── MvTest.odl
│   │   │   ├── MvTest.opt
│   │   │   ├── MvTest.plg
│   │   │   ├── MvTest.rc
│   │   │   ├── MvTest.reg
│   │   │   ├── res
│   │   │   │   ├── idr_mv2.ico
│   │   │   │   ├── idr_mv3.ico
│   │   │   │   ├── idr_mv4.ico
│   │   │   │   ├── idr_mvte.ico
│   │   │   │   ├── MvTestDoc.ico
│   │   │   │   ├── MvTest.ico
│   │   │   │   ├── MvTest.rc2
│   │   │   │   └── Toolbar.bmp
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── View1.cpp
│   │   │   ├── View1.h
│   │   │   ├── View2.cpp
│   │   │   ├── View2.h
│   │   │   ├── View3.cpp
│   │   │   ├── View3.h
│   │   │   ├── View4.cpp
│   │   │   └── View4.h
│   │   └── ScreenSwitch
│   │   ├── Doc.cpp
│   │   ├── Doc.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── MainView.cpp
│   │   ├── MainView.h
│   │   ├── MultiScreen.001
│   │   ├── MultiScreen.aps
│   │   ├── MultiScreen.clw
│   │   ├── MultiScreen.cpp
│   │   ├── MultiScreen.dsp
│   │   ├── MultiScreen.dsw
│   │   ├── MultiScreen.h
│   │   ├── MultiScreen.ncb
│   │   ├── MultiScreen.opt
│   │   ├── MultiScreen.plg
│   │   ├── MultiScreen.rc
│   │   ├── res
│   │   │   ├── Doc.ico
│   │   │   ├── MultiScreen.ico
│   │   │   ├── MultiScreen.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── View2.cpp
│   │   ├── View2.h
│   │   ├── View3.cpp
│   │   ├── View3.h
│   │   ├── View4.cpp
│   │   └── View4.h
│   ├── char03
│   │   ├── Demo_Outlook
│   │   │   └── Src
│   │   │   ├── CJ60Lib
│   │   │   │   ├── CJ60Lib.clw
│   │   │   │   ├── CJ60lib.cpp
│   │   │   │   ├── CJ60lib.def
│   │   │   │   ├── CJ60Lib.dsp
│   │   │   │   ├── CJ60Lib.dsw
│   │   │   │   ├── CJ60lib.rc
│   │   │   │   ├── CJ60StaticLib.dsp
│   │   │   │   ├── CJButton.cpp
│   │   │   │   ├── CJComboBox.cpp
│   │   │   │   ├── CJControlBar.cpp
│   │   │   │   ├── CJDockBar.cpp
│   │   │   │   ├── CJFrameWnd.cpp
│   │   │   │   ├── CJMDIFrameWnd.cpp
│   │   │   │   ├── CJOutlookBar.cpp
│   │   │   │   ├── CJPagerCtrl.cpp
│   │   │   │   ├── CJTabctrlBar.cpp
│   │   │   │   ├── CJToolBar.cpp
│   │   │   │   ├── CoolBar.cpp
│   │   │   │   ├── coolmenu.cpp
│   │   │   │   ├── emboss.cpp
│   │   │   │   ├── flatbar.cpp
│   │   │   │   ├── hyperlink.cpp
│   │   │   │   ├── modulver.cpp
│   │   │   │   ├── readme.txt
│   │   │   │   ├── res
│   │   │   │   │   └── cj60lib.rc2
│   │   │   │   ├── resource.h
│   │   │   │   ├── stdafx.cpp
│   │   │   │   ├── stdafx.h
│   │   │   │   └── subclass.cpp
│   │   │   ├── Include
│   │   │   │   ├── CJ60Lib.h
│   │   │   │   ├── CJButton.h
│   │   │   │   ├── CJComboBox.h
│   │   │   │   ├── CJControlBar.h
│   │   │   │   ├── CJDockBar.h
│   │   │   │   ├── CJFrameWnd.h
│   │   │   │   ├── CJMDIFrameWnd.h
│   │   │   │   ├── CJOutlookBar.h
│   │   │   │   ├── CJPagerCtrl.h
│   │   │   │   ├── CJTabCtrlBar.h
│   │   │   │   ├── CJToolBar.h
│   │   │   │   ├── comm_control.h
│   │   │   │   ├── CoolBar.h
│   │   │   │   ├── coolmenu.h
│   │   │   │   ├── flatbar.h
│   │   │   │   ├── hyperlink.h
│   │   │   │   ├── modulver.h
│   │   │   │   └── subclass.h
│   │   │   └── Outlook
│   │   │   ├── Demo_Outlook.clw
│   │   │   ├── Demo_Outlook.cpp
│   │   │   ├── Demo_OutlookDoc.cpp
│   │   │   ├── Demo_OutlookDoc.h
│   │   │   ├── Demo_Outlook.dsp
│   │   │   ├── Demo_Outlook.dsw
│   │   │   ├── Demo_Outlook.h
│   │   │   ├── Demo_Outlook.rc
│   │   │   ├── Demo_OutlookView.cpp
│   │   │   ├── Demo_OutlookView.h
│   │   │   ├── leftview.cpp
│   │   │   ├── leftview.h
│   │   │   ├── listmenuview.cpp
│   │   │   ├── listmenuview.h
│   │   │   ├── mainfrm.cpp
│   │   │   ├── mainfrm.h
│   │   │   ├── readme.txt
│   │   │   ├── res
│   │   │   │   ├── Calendar.ico
│   │   │   │   ├── cj_logo.bmp
│   │   │   │   ├── Contacts.ico
│   │   │   │   ├── Deleted.ico
│   │   │   │   ├── Demo_Outlookdoc.ico
│   │   │   │   ├── Demo_Outlook.ico
│   │   │   │   ├── Demo_Outlook.rc2
│   │   │   │   ├── Drafts.ico
│   │   │   │   ├── header_0.bmp
│   │   │   │   ├── header_1.bmp
│   │   │   │   ├── header_2.bmp
│   │   │   │   ├── header_3.bmp
│   │   │   │   ├── Inbox.ico
│   │   │   │   ├── Journal.ico
│   │   │   │   ├── Notes.ico
│   │   │   │   ├── Outbox.ico
│   │   │   │   ├── Outlook.ico
│   │   │   │   ├── Public.ico
│   │   │   │   ├── Sent.ico
│   │   │   │   ├── Tasks.ico
│   │   │   │   ├── toolbar.bmp
│   │   │   │   └── vssver.scc
│   │   │   ├── resource.h
│   │   │   ├── rightview.cpp
│   │   │   ├── rightview.h
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── demo_ui_explorer_prj
│   │   │   └── Src
│   │   │   ├── explorer
│   │   │   │   ├── demo_ui_explorer.clw
│   │   │   │   ├── demo_ui_explorer.cpp
│   │   │   │   ├── demo_ui_explorerdoc.cpp
│   │   │   │   ├── demo_ui_explorerdoc.h
│   │   │   │   ├── demo_ui_explorer.dsp
│   │   │   │   ├── demo_ui_explorer.dsw
│   │   │   │   ├── demo_ui_explorer.h
│   │   │   │   ├── demo_ui_explorer.rc
│   │   │   │   ├── demo_ui_explorerview.cpp
│   │   │   │   ├── demo_ui_explorerview.h
│   │   │   │   ├── mainfrm.cpp
│   │   │   │   ├── mainfrm.h
│   │   │   │   ├── readme.txt
│   │   │   │   ├── res
│   │   │   │   │   ├── bitmap1.bmp
│   │   │   │   │   ├── cj_logo.bmp
│   │   │   │   │   ├── demo_ui_explorerdoc.ico
│   │   │   │   │   ├── demo_ui_explorer.ico
│   │   │   │   │   ├── demo_ui_explorer.rc2
│   │   │   │   │   ├── ie4.avi
│   │   │   │   │   ├── imglist1.bmp
│   │   │   │   │   ├── imglist2.bmp
│   │   │   │   │   ├── imglist3.bmp
│   │   │   │   │   ├── imglist4.bmp
│   │   │   │   │   ├── toolbar1.bmp
│   │   │   │   │   └── toolbar.bmp
│   │   │   │   ├── resource.h
│   │   │   │   ├── stdafx.cpp
│   │   │   │   └── stdafx.h
│   │   │   ├── Include
│   │   │   │   ├── ControlBarEx.h
│   │   │   │   ├── CoolBar.h
│   │   │   │   ├── CoolMenu.h
│   │   │   │   ├── DockBarEx.h
│   │   │   │   ├── FlatBar.h
│   │   │   │   ├── FlatButton.h
│   │   │   │   ├── FrameWndEx.h
│   │   │   │   ├── HyperLink.h
│   │   │   │   ├── MDIFrameWndEx.h
│   │   │   │   ├── MFCXLib.h
│   │   │   │   ├── ModulVer.h
│   │   │   │   ├── OutlookBar.h
│   │   │   │   ├── Sizecbar.h
│   │   │   │   ├── Subclass.h
│   │   │   │   ├── TabCtrlBar.h
│   │   │   │   └── ToolBarEx.h
│   │   │   └── Lib
│   │   │   ├── demo_ui_explorer.exe
│   │   │   ├── MFCXLib_d.dll
│   │   │   ├── MFCXLib_d.lib
│   │   │   ├── MFCXLib_r.dll
│   │   │   └── MFCXLib_r.lib
│   │   ├── DevStudio
│   │   │   ├── CJ60Lib
│   │   │   │   ├── CJ60Lib.clw
│   │   │   │   ├── CJ60lib.cpp
│   │   │   │   ├── CJ60lib.def
│   │   │   │   ├── CJ60Lib.dsp
│   │   │   │   ├── CJ60Lib.dsw
│   │   │   │   ├── CJ60Lib.ncb
│   │   │   │   ├── CJ60Lib.opt
│   │   │   │   ├── CJ60Lib.plg
│   │   │   │   ├── CJ60lib.rc
│   │   │   │   ├── CJ60StaticLib.dsp
│   │   │   │   ├── CJButton.cpp
│   │   │   │   ├── CJComboBox.cpp
│   │   │   │   ├── CJControlBar.cpp
│   │   │   │   ├── CJDockBar.cpp
│   │   │   │   ├── CJFrameWnd.cpp
│   │   │   │   ├── CJMDIFrameWnd.cpp
│   │   │   │   ├── CJOutlookBar.cpp
│   │   │   │   ├── CJPagerCtrl.cpp
│   │   │   │   ├── CJTabctrlBar.cpp
│   │   │   │   ├── CJToolBar.cpp
│   │   │   │   ├── CoolBar.cpp
│   │   │   │   ├── coolmenu.cpp
│   │   │   │   ├── emboss.cpp
│   │   │   │   ├── flatbar.cpp
│   │   │   │   ├── hyperlink.cpp
│   │   │   │   ├── modulver.cpp
│   │   │   │   ├── readme.txt
│   │   │   │   ├── res
│   │   │   │   │   └── cj60lib.rc2
│   │   │   │   ├── resource.h
│   │   │   │   ├── stdafx.cpp
│   │   │   │   ├── stdafx.h
│   │   │   │   └── subclass.cpp
│   │   │   ├── DevStudio
│   │   │   │   ├── ChildFrm.cpp
│   │   │   │   ├── ChildFrm.h
│   │   │   │   ├── CJ60Libd.lib
│   │   │   │   ├── Demo_DevStudio.aps
│   │   │   │   ├── Demo_DevStudio.clw
│   │   │   │   ├── Demo_DevStudio.cpp
│   │   │   │   ├── Demo_DevStudioDoc.cpp
│   │   │   │   ├── Demo_DevStudioDoc.h
│   │   │   │   ├── Demo_DevStudio.dsp
│   │   │   │   ├── Demo_DevStudio.dsw
│   │   │   │   ├── Demo_DevStudio.h
│   │   │   │   ├── Demo_DevStudio.ncb
│   │   │   │   ├── Demo_DevStudio.opt
│   │   │   │   ├── Demo_DevStudio.plg
│   │   │   │   ├── Demo_DevStudio.rc
│   │   │   │   ├── Demo_DevStudioView.cpp
│   │   │   │   ├── Demo_DevStudioView.h
│   │   │   │   ├── MainFrm.cpp
│   │   │   │   ├── MainFrm.h
│   │   │   │   ├── MyBarBottom.cpp
│   │   │   │   ├── MyBarBottom.h
│   │   │   │   ├── MyBarLeft.cpp
│   │   │   │   ├── MyBarLeft.h
│   │   │   │   ├── ReadMe.txt
│   │   │   │   ├── res
│   │   │   │   │   ├── cj_logo.bmp
│   │   │   │   │   ├── Demo_DevStudioDoc.ico
│   │   │   │   │   ├── Demo_DevStudio.ico
│   │   │   │   │   ├── Demo_DevStudio.rc2
│   │   │   │   │   ├── il_class.bmp
│   │   │   │   │   ├── il_file.bmp
│   │   │   │   │   ├── il_rsrc.bmp
│   │   │   │   │   ├── il_tab.bmp
│   │   │   │   │   ├── imagelist.bmp
│   │   │   │   │   └── Toolbar.bmp
│   │   │   │   ├── resource.h
│   │   │   │   ├── StdAfx.cpp
│   │   │   │   ├── StdAfx.h
│   │   │   │   ├── TreeViewClass.cpp
│   │   │   │   ├── TreeViewClass.h
│   │   │   │   ├── TreeViewFile.cpp
│   │   │   │   ├── TreeViewFile.h
│   │   │   │   ├── TreeViewResource.cpp
│   │   │   │   └── TreeViewResource.h
│   │   │   ├── Include
│   │   │   │   ├── CJ60Lib.h
│   │   │   │   ├── CJButton.h
│   │   │   │   ├── CJComboBox.h
│   │   │   │   ├── CJControlBar.h
│   │   │   │   ├── CJDockBar.h
│   │   │   │   ├── CJFrameWnd.h
│   │   │   │   ├── CJMDIFrameWnd.h
│   │   │   │   ├── CJOutlookBar.h
│   │   │   │   ├── CJPagerCtrl.h
│   │   │   │   ├── CJTabCtrlBar.h
│   │   │   │   ├── CJToolBar.h
│   │   │   │   ├── comm_control.h
│   │   │   │   ├── CoolBar.h
│   │   │   │   ├── coolmenu.h
│   │   │   │   ├── flatbar.h
│   │   │   │   ├── hyperlink.h
│   │   │   │   ├── modulver.h
│   │   │   │   └── subclass.h
│   │   │   └── Lib
│   │   │   ├── CJ60Libd.dll
│   │   │   ├── CJ60Libd.exp
│   │   │   ├── CJ60Libd.ilk
│   │   │   ├── CJ60Libd.lib
│   │   │   ├── Demo_DevStudio.exe
│   │   │   └── Demo_DevStudio.ilk
│   │   └── MDIWindList
│   │   ├── AutoBuildCount.h
│   │   ├── ChildFrm.cpp
│   │   ├── ChildFrm.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── MDIWindList.aps
│   │   ├── MDIWindList.clw
│   │   ├── MDIWindList.cpp
│   │   ├── MDIWindListDoc.cpp
│   │   ├── MDIWindListDoc.h
│   │   ├── MDIWindList.dsp
│   │   ├── MDIWindList.dsw
│   │   ├── MDIWindList.h
│   │   ├── MDIWindList.ncb
│   │   ├── MDIWindList.opt
│   │   ├── MDIWindList.plg
│   │   ├── MDIWindList.rc
│   │   ├── MDIWindListView.cpp
│   │   ├── MDIWindListView.h
│   │   ├── ReadMe.txt
│   │   ├── Release
│   │   │   └── MDIWindList.exe
│   │   ├── res
│   │   │   ├── MDIWindListDoc.ico
│   │   │   ├── MDIWindList.ico
│   │   │   ├── MDIWindList.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── ViewManager.cpp
│   │   ├── ViewManager.h
│   │   ├── WindowListDlg.cpp
│   │   ├── WindowListDlg.h
│   │   ├── WindowTabCtrl.cpp
│   │   └── WindowTabCtrl.h
│   ├── char04
│   │   ├── clock
│   │   │   ├── digitalclock.aps
│   │   │   ├── digitalclock.clw
│   │   │   ├── digitalclock.cpp
│   │   │   ├── digitalclockDlg.cpp
│   │   │   ├── digitalclockDlg.h
│   │   │   ├── digitalclock.dsp
│   │   │   ├── digitalclock.dsw
│   │   │   ├── digitalclock.h
│   │   │   ├── digitalclock.ncb
│   │   │   ├── digitalclock.opt
│   │   │   ├── digitalclock.plg
│   │   │   ├── digitalclock.rc
│   │   │   ├── EDClock.cpp
│   │   │   ├── EDClock.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── 0.bmp
│   │   │   │   ├── 1.bmp
│   │   │   │   ├── 2.bmp
│   │   │   │   ├── 3.bmp
│   │   │   │   ├── 4.bmp
│   │   │   │   ├── 5.bmp
│   │   │   │   ├── 6.bmp
│   │   │   │   ├── 7.bmp
│   │   │   │   ├── 8.bmp
│   │   │   │   ├── 9.bmp
│   │   │   │   ├── black.bmp
│   │   │   │   ├── digitalclock.ico
│   │   │   │   ├── digitalclock.rc2
│   │   │   │   └── point.bmp
│   │   │   ├── resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── HLinkTest
│   │   │   ├── HLinkTest.clw
│   │   │   ├── HLinkTest.cpp
│   │   │   ├── HLinkTestDlg.cpp
│   │   │   ├── HLinkTestDlg.h
│   │   │   ├── HLinkTest.dsp
│   │   │   ├── HLinkTest.dsw
│   │   │   ├── HLinkTest.h
│   │   │   ├── HLinkTest.ncb
│   │   │   ├── HLinkTest.opt
│   │   │   ├── HLinkTest.plg
│   │   │   ├── HLinkTest.rc
│   │   │   ├── HyperLink.cpp
│   │   │   ├── hyperlink.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── HLinkTest.ico
│   │   │   │   └── HLinkTest.rc2
│   │   │   ├── resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── htmldlg
│   │   │   ├── ChildFrm.cpp
│   │   │   ├── ChildFrm.h
│   │   │   ├── DLGHTML.cpp
│   │   │   ├── DLGHTML.h
│   │   │   ├── HDDemo.aps
│   │   │   ├── HDDemo.clw
│   │   │   ├── HDDemo.cpp
│   │   │   ├── HDDemoDoc.cpp
│   │   │   ├── HDDemoDoc.h
│   │   │   ├── HDDemo.dsp
│   │   │   ├── HDDemo.dsw
│   │   │   ├── HDDemo.h
│   │   │   ├── HDDemo.ncb
│   │   │   ├── HDDemo.opt
│   │   │   ├── HDDemo.plg
│   │   │   ├── HDDemo.rc
│   │   │   ├── HDDemoView.cpp
│   │   │   ├── HDDemoView.h
│   │   │   ├── MainFrm.cpp
│   │   │   ├── MainFrm.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── Release
│   │   │   │   └── HDDemo.exe
│   │   │   ├── res
│   │   │   │   ├── CIRCUIT.jpg
│   │   │   │   ├── HDDemoDoc.ico
│   │   │   │   ├── HDDemo.ico
│   │   │   │   ├── HDDemo.rc2
│   │   │   │   ├── html1.htm
│   │   │   │   ├── htmldlg.gif
│   │   │   │   └── Toolbar.bmp
│   │   │   ├── resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   └── htmlviews
│   │   ├── AutoBuildCount.h
│   │   ├── ChildFrm.cpp
│   │   ├── ChildFrm.h
│   │   ├── fromTechno
│   │   │   ├── gfxexdisp.h
│   │   │   └── uuid.lib
│   │   ├── Html
│   │   │   └── htmlview.html
│   │   ├── HtmlViews.aps
│   │   ├── HtmlViews.clw
│   │   ├── HtmlViews.cpp
│   │   ├── HtmlViewsDoc.cpp
│   │   ├── HtmlViewsDoc.h
│   │   ├── HtmlViews.dsp
│   │   ├── HtmlViews.dsw
│   │   ├── HtmlViews.h
│   │   ├── HtmlViews.ncb
│   │   ├── HtmlViews.opt
│   │   ├── HtmlViews.plg
│   │   ├── HtmlViews.rc
│   │   ├── HtmlViewsView.cpp
│   │   ├── HtmlViewsView.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ReadMe.txt
│   │   ├── Release
│   │   │   └── HtmlViews.exe
│   │   ├── res
│   │   │   ├── HtmlViewsDoc.ico
│   │   │   ├── HtmlViews.ico
│   │   │   ├── HtmlViews.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── ViewH.cpp
│   │   └── ViewH.h
│   ├── char05
│   │   ├── bmp_to_rgn
│   │   │   ├── main.cpp
│   │   │   ├── Release
│   │   │   │   └── win32.exe
│   │   │   ├── resource.h
│   │   │   ├── win32.aps
│   │   │   ├── win32.dsp
│   │   │   ├── win32.dsw
│   │   │   ├── win32.ncb
│   │   │   ├── Win32.opt
│   │   │   ├── win32.plg
│   │   │   ├── win32.rc
│   │   │   └── winnt256.bmp
│   │   ├── enh_diblook
│   │   │   ├── ChildFrm.cpp
│   │   │   ├── ChildFrm.h
│   │   │   ├── DIB.CPP
│   │   │   ├── DibDoc.cpp
│   │   │   ├── DibDoc.h
│   │   │   ├── DIB.H
│   │   │   ├── DibLookEx.clw
│   │   │   ├── DibLookEx.cpp
│   │   │   ├── DibLookEx.dsp
│   │   │   ├── DibLookEx.dsw
│   │   │   ├── DibLookEx.exe
│   │   │   ├── DibLookEx.h
│   │   │   ├── DibLookEx.plg
│   │   │   ├── DibLookEx.rc
│   │   │   ├── DibLookEx.reg
│   │   │   ├── DIBStatic.cpp
│   │   │   ├── DIBStatic.h
│   │   │   ├── DibView.cpp
│   │   │   ├── DibView.h
│   │   │   ├── DocManager.cpp
│   │   │   ├── DocManager.h
│   │   │   ├── MainFrm.cpp
│   │   │   ├── MainFrm.h
│   │   │   ├── PreviewFileDlg.cpp
│   │   │   ├── PreviewFileDlg.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── DibDoc.ico
│   │   │   │   ├── DibLookEx.ico
│   │   │   │   └── TOOLBAR.BMP
│   │   │   ├── resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── gradient_palette
│   │   │   ├── gradpal.cpp
│   │   │   ├── gradpal.dsp
│   │   │   ├── gradpal.dsw
│   │   │   ├── gradpal.h
│   │   │   └── Release
│   │   │   └── gradpal.exe
│   │   └── transparent
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── Transparent.ico
│   │   │   ├── Transparent.rc2
│   │   │   ├── WindowBM.bmp
│   │   │   └── WindowMask.bmp
│   │   ├── resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── Transparent.aps
│   │   ├── Transparent.clw
│   │   ├── Transparent.cpp
│   │   ├── Transparent.dsp
│   │   ├── Transparent.dsw
│   │   ├── Transparent.h
│   │   ├── Transparent.ncb
│   │   ├── Transparent.opt
│   │   ├── Transparent.plg
│   │   ├── Transparent.rc
│   │   ├── TransparentWnd.cpp
│   │   └── TransparentWnd.h
│   ├── char06
│   │   ├── bitmap_open
│   │   │   ├── BmpDlg.cpp
│   │   │   ├── BmpDlg.h
│   │   │   └── bmpdlg.rc
│   │   ├── browse_shell_namespace
│   │   │   ├── Debug
│   │   │   │   └── TreeExample.exe
│   │   │   ├── FileName.cpp
│   │   │   ├── FileName.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── TreeExample.ico
│   │   │   │   └── TreeExample.rc2
│   │   │   ├── resource.h
│   │   │   ├── ShellPidl.cpp
│   │   │   ├── ShellPidl.h
│   │   │   ├── ShellTree.cpp
│   │   │   ├── ShellTree.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── TreeExample.aps
│   │   │   ├── TreeExample.clw
│   │   │   ├── TreeExample.cpp
│   │   │   ├── TreeExampleDlg.cpp
│   │   │   ├── TreeExampleDlg.h
│   │   │   ├── TreeExample.dsp
│   │   │   ├── TreeExample.dsw
│   │   │   ├── TreeExample.h
│   │   │   ├── TreeExample.ncb
│   │   │   ├── TreeExample.opt
│   │   │   ├── TreeExample.plg
│   │   │   └── TreeExample.rc
│   │   ├── ExpandDialog
│   │   │   ├── ExpandDialog.aps
│   │   │   ├── ExpandDialog.clw
│   │   │   ├── ExpandDialog.cpp
│   │   │   ├── ExpandDialogDlg.cpp
│   │   │   ├── ExpandDialogDlg.h
│   │   │   ├── ExpandDialog.dsp
│   │   │   ├── ExpandDialog.dsw
│   │   │   ├── ExpandDialog.h
│   │   │   ├── ExpandDialog.ncb
│   │   │   ├── ExpandDialog.opt
│   │   │   ├── ExpandDialog.plg
│   │   │   ├── ExpandDialog.rc
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── ExpandDialog.ico
│   │   │   │   └── ExpandDialog.rc2
│   │   │   ├── resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   └── transparent_dialog
│   │   ├── Release
│   │   │   └── test.exe
│   │   ├── res
│   │   │   ├── bitmap2.bmp
│   │   │   ├── Image1.bmp
│   │   │   ├── test.ico
│   │   │   ├── test.rc2
│   │   │   └── Untitled-1.BMP
│   │   ├── resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── test.aps
│   │   ├── test.clw
│   │   ├── test.cpp
│   │   ├── testDlg.cpp
│   │   ├── testDlg.h
│   │   ├── test.dsp
│   │   ├── test.dsw
│   │   ├── test.h
│   │   ├── test.ncb
│   │   ├── test.opt
│   │   ├── test.plg
│   │   └── test.rc
│   ├── char07
│   │   ├── ChangMenu
│   │   │   ├── CHILDFRM.CPP
│   │   │   ├── CHILDFRM.H
│   │   │   ├── MAINFRM.CPP
│   │   │   ├── MAINFRM.H
│   │   │   ├── RES
│   │   │   │   ├── TOOLBAR.BMP
│   │   │   │   ├── WZD2DOC.ICO
│   │   │   │   ├── WZDDOC.ICO
│   │   │   │   ├── WZD.ICO
│   │   │   │   └── WZD.RC2
│   │   │   ├── RESOURCE.H
│   │   │   ├── STDAFX.CPP
│   │   │   ├── STDAFX.H
│   │   │   ├── WIZARD
│   │   │   │   └── README.WZD
│   │   │   ├── Wzd.001
│   │   │   ├── WZD2VIEW.CPP
│   │   │   ├── WZD2VIEW.H
│   │   │   ├── WZD.CPP
│   │   │   ├── WZDDOC.CPP
│   │   │   ├── WZDDOC.H
│   │   │   ├── WZD.DSP
│   │   │   ├── WZD.DSW
│   │   │   ├── WZD.H
│   │   │   ├── WZD.ncb
│   │   │   ├── WZD.OPT
│   │   │   ├── Wzd.plg
│   │   │   ├── WZD.RC
│   │   │   ├── WZDVIEW.CPP
│   │   │   └── WZDVIEW.H
│   │   ├── contentmenu
│   │   │   ├── ContentMenu.cpp
│   │   │   ├── ContentMenu.h
│   │   │   ├── LookMaSDI.001
│   │   │   ├── LookMaSDI.aps
│   │   │   ├── LookMaSDI.clw
│   │   │   ├── LookMaSDI.cpp
│   │   │   ├── LookMaSDIDoc.cpp
│   │   │   ├── LookMaSDIDoc.h
│   │   │   ├── LookMaSDI.dsp
│   │   │   ├── LookMaSDI.dsw
│   │   │   ├── LookMaSDI.h
│   │   │   ├── LookMaSDI.ncb
│   │   │   ├── LookMaSDI.opt
│   │   │   ├── LookMaSDI.plg
│   │   │   ├── LookMaSDI.rc
│   │   │   ├── LookMaSDIView.cpp
│   │   │   ├── LookMaSDIView.h
│   │   │   ├── MainFrm.cpp
│   │   │   ├── MainFrm.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── calendar.ico
│   │   │   │   ├── compose.ico
│   │   │   │   ├── filed.ico
│   │   │   │   ├── finished.ico
│   │   │   │   ├── LookMaSDIDoc.ico
│   │   │   │   ├── LookMaSDI.ico
│   │   │   │   ├── LookMaSDI.rc2
│   │   │   │   └── Toolbar.bmp
│   │   │   ├── resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── EnableMenu
│   │   │   ├── CHILDFRM.CPP
│   │   │   ├── CHILDFRM.H
│   │   │   ├── MAINFRM.CPP
│   │   │   ├── MAINFRM.H
│   │   │   ├── RES
│   │   │   │   ├── TOOLBAR.BMP
│   │   │   │   ├── WZDDOC.ICO
│   │   │   │   ├── WZD.ICO
│   │   │   │   └── WZD.RC2
│   │   │   ├── RESOURCE.H
│   │   │   ├── STDAFX.CPP
│   │   │   ├── STDAFX.H
│   │   │   ├── WIZARD
│   │   │   │   └── README.WZD
│   │   │   ├── WZD.CPP
│   │   │   ├── WZDDOC.CPP
│   │   │   ├── WZDDOC.H
│   │   │   ├── WZD.DSP
│   │   │   ├── WZD.DSW
│   │   │   ├── WZD.H
│   │   │   ├── WZD.RC
│   │   │   ├── WZDVIEW.CPP
│   │   │   └── WZDVIEW.H
│   │   └── MultiSelectMenu
│   │   ├── CHILDFRM.CPP
│   │   ├── CHILDFRM.H
│   │   ├── MAINFRM.CPP
│   │   ├── MAINFRM.H
│   │   ├── RES
│   │   │   ├── TOOLBAR.BMP
│   │   │   ├── WZDDOC.ICO
│   │   │   ├── WZD.ICO
│   │   │   └── WZD.RC2
│   │   ├── RESOURCE.H
│   │   ├── STDAFX.CPP
│   │   ├── STDAFX.H
│   │   ├── WIZARD
│   │   │   └── README.WZD
│   │   ├── WZD.CPP
│   │   ├── WZDDOC.CPP
│   │   ├── WZDDOC.H
│   │   ├── WZD.DSP
│   │   ├── WZD.DSW
│   │   ├── WZD.H
│   │   ├── WZD.RC
│   │   ├── WZDVIEW.CPP
│   │   └── WZDVIEW.H
│   ├── char08
│   │   ├── Dialog
│   │   │   ├── Debug
│   │   │   │   └── Wzd6.exe
│   │   │   ├── RES
│   │   │   │   ├── TOOLBAR.BMP
│   │   │   │   ├── WZD.ICO
│   │   │   │   └── WZD.RC2
│   │   │   ├── RESOURCE.H
│   │   │   ├── STDAFX.CPP
│   │   │   ├── STDAFX.H
│   │   │   ├── WIZARD
│   │   │   │   └── README.WZD
│   │   │   ├── WZD5.DSP
│   │   │   ├── WZD5.DSW
│   │   │   ├── WZD6.DSP
│   │   │   ├── WZD6.DSW
│   │   │   ├── WZD6.ncb
│   │   │   ├── WZD6.OPT
│   │   │   ├── Wzd6.plg
│   │   │   ├── WZD.CPP
│   │   │   ├── WZDDLG.CPP
│   │   │   ├── WZDDLG.H
│   │   │   ├── WZD.H
│   │   │   └── WZD.RC
│   │   ├── PopMenu
│   │   │   ├── CHILDFRM.CPP
│   │   │   ├── CHILDFRM.H
│   │   │   ├── Debug
│   │   │   │   └── Wzd6.exe
│   │   │   ├── MAINFRM.CPP
│   │   │   ├── MAINFRM.H
│   │   │   ├── RES
│   │   │   │   ├── BITMAP1.BMP
│   │   │   │   ├── TOOLBAR.BMP
│   │   │   │   ├── WZDDOC.ICO
│   │   │   │   ├── WZD.ICO
│   │   │   │   └── WZD.RC2
│   │   │   ├── RESOURCE.H
│   │   │   ├── STDAFX.CPP
│   │   │   ├── STDAFX.H
│   │   │   ├── WIZARD
│   │   │   │   └── README.WZD
│   │   │   ├── WZD5.DSP
│   │   │   ├── WZD5.DSW
│   │   │   ├── WZD6.DSP
│   │   │   ├── WZD6.DSW
│   │   │   ├── WZD6.ncb
│   │   │   ├── WZD6.OPT
│   │   │   ├── Wzd6.plg
│   │   │   ├── WZD.CPP
│   │   │   ├── WZDDLG.CPP
│   │   │   ├── WZDDLG.H
│   │   │   ├── WZDDOC.CPP
│   │   │   ├── WZDDOC.H
│   │   │   ├── WZD.H
│   │   │   ├── WZD.RC
│   │   │   ├── WZDVIEW.CPP
│   │   │   └── WZDVIEW.H
│   │   ├── StudioStyle
│   │   │   ├── CHILDFRM.CPP
│   │   │   ├── CHILDFRM.H
│   │   │   ├── MAINFRM.CPP
│   │   │   ├── MAINFRM.H
│   │   │   ├── RES
│   │   │   │   ├── TOOLBAR.BMP
│   │   │   │   ├── WZDDOC.ICO
│   │   │   │   ├── WZD.ICO
│   │   │   │   └── WZD.RC2
│   │   │   ├── RESOURCE.H
│   │   │   ├── STDAFX.CPP
│   │   │   ├── STDAFX.H
│   │   │   ├── WIZARD
│   │   │   │   ├── README.WZD
│   │   │   │   ├── WZD.DIR
│   │   │   │   ├── WZDTLBAR.CPP
│   │   │   │   └── WZDTLBAR.H
│   │   │   ├── WZD5.DSP
│   │   │   ├── WZD5.DSW
│   │   │   ├── WZD6.DSP
│   │   │   ├── WZD6.DSW
│   │   │   ├── WZD6.ncb
│   │   │   ├── WZD6.OPT
│   │   │   ├── Wzd6.plg
│   │   │   ├── WZD.CPP
│   │   │   ├── WZDDOC.CPP
│   │   │   ├── WZDDOC.H
│   │   │   ├── WZD.H
│   │   │   ├── WZD.RC
│   │   │   ├── WZDTLBAR.CPP
│   │   │   ├── WZDTLBAR.H
│   │   │   ├── WZDVIEW.CPP
│   │   │   └── WZDVIEW.H
│   │   └── ToolbarMenuDemoMDI
│   │   ├── AutoBuildCount.h
│   │   ├── ChildFrm.cpp
│   │   ├── ChildFrm.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── MenuSpawn.cpp
│   │   ├── MenuSpawn.h
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── angel2.bmp
│   │   │   ├── menuchk.bmp
│   │   │   ├── sysbar.bmp
│   │   │   ├── Toolbar.bmp
│   │   │   ├── ToolbarMenuDemoMDIDoc.ico
│   │   │   ├── ToolbarMenuDemoMDI.ico
│   │   │   └── ToolbarMenuDemoMDI.rc2
│   │   ├── Resource.h
│   │   ├── SpawnFrameWnd.cpp
│   │   ├── SpawnFrameWnd.h
│   │   ├── SpawnMDIChildWnd.cpp
│   │   ├── SpawnMDIChildWnd.h
│   │   ├── SpawnMDIFrameWnd.cpp
│   │   ├── SpawnMDIFrameWnd.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── ToolbarMenuDemoMDI.001
│   │   ├── ToolbarMenuDemoMDI.aps
│   │   ├── ToolbarMenuDemoMDI.clw
│   │   ├── ToolbarMenuDemoMDI.cpp
│   │   ├── ToolbarMenuDemoMDIDoc.cpp
│   │   ├── ToolbarMenuDemoMDIDoc.h
│   │   ├── ToolbarMenuDemoMDI.dsp
│   │   ├── ToolbarMenuDemoMDI.dsw
│   │   ├── ToolbarMenuDemoMDI.h
│   │   ├── ToolbarMenuDemoMDI.ncb
│   │   ├── ToolbarMenuDemoMDI.opt
│   │   ├── ToolbarMenuDemoMDI.plg
│   │   ├── ToolbarMenuDemoMDI.rc
│   │   ├── ToolbarMenuDemoMDIView.cpp
│   │   └── ToolbarMenuDemoMDIView.h
│   ├── char09
│   │   ├── animated_bitmap_button
│   │   │   ├── BtnTest.cpp
│   │   │   ├── BtnTestDlg.cpp
│   │   │   ├── BtnTestDlg.h
│   │   │   ├── BtnTest.dsp
│   │   │   ├── BtnTest.dsw
│   │   │   ├── BtnTest.h
│   │   │   ├── BtnTest.rc
│   │   │   ├── CAniButton.cpp
│   │   │   ├── CAniButton.h
│   │   │   ├── CDIB.CPP
│   │   │   ├── CDIB.H
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── baldie.ani
│   │   │   │   ├── BtnTest.ico
│   │   │   │   ├── BtnTest.rc2
│   │   │   │   ├── Flag.bmp
│   │   │   │   ├── Free.bmp
│   │   │   │   ├── Free-Gray.bmp
│   │   │   │   ├── globe_btn.bmp
│   │   │   │   ├── gray_globe.bmp
│   │   │   │   ├── H_point.cur
│   │   │   │   └── plane.cur
│   │   │   ├── resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── animated_button
│   │   │   ├── AniButton.cpp
│   │   │   ├── AniButton.h
│   │   │   ├── avibtntest.aps
│   │   │   ├── avibtntest.clw
│   │   │   ├── avibtntest.cpp
│   │   │   ├── avibtntestDlg.cpp
│   │   │   ├── avibtntestDlg.h
│   │   │   ├── avibtntest.dsp
│   │   │   ├── avibtntest.dsw
│   │   │   ├── avibtntest.h
│   │   │   ├── avibtntest.ncb
│   │   │   ├── avibtntest.opt
│   │   │   ├── avibtntest.plg
│   │   │   ├── avibtntest.rc
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── avibtntest.ico
│   │   │   │   ├── avibtntest.rc2
│   │   │   │   └── ok2.avi
│   │   │   ├── resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   └── CTRLTEST
│   │   ├── BBUTTON.CPP
│   │   ├── CtrlTest.aps
│   │   ├── CTRLTEST.CLW
│   │   ├── CTRLTEST.CPP
│   │   ├── CTRLTEST.DSP
│   │   ├── CTRLTEST.DSW
│   │   ├── CTRLTEST.H
│   │   ├── CTRLTEST.MAK
│   │   ├── CTRLTEST.ncb
│   │   ├── CTRLTEST.OPT
│   │   ├── ctrltest.plg
│   │   ├── CTRLTEST.RC
│   │   ├── CUSTLIST.CPP
│   │   ├── CUSTMENU.CPP
│   │   ├── DERTEST.CPP
│   │   ├── L.JPN
│   │   │   ├── CTRLTEST.RC
│   │   │   └── RES
│   │   │   ├── CTRLTEST.RC2
│   │   │   └── CTRLTEST.RC3
│   │   ├── MAKEFILE
│   │   ├── PAREDIT2.CPP
│   │   ├── PAREDIT.CPP
│   │   ├── PAREDIT.H
│   │   ├── RES
│   │   │   ├── CANCELD.BMP
│   │   │   ├── CANCELF.BMP
│   │   │   ├── CANCELU.BMP
│   │   │   ├── CTRLTEST.ICO
│   │   │   ├── CTRLTEST.RC2
│   │   │   ├── CTRLTEST.RC3
│   │   │   ├── IMAGE1D.BMP
│   │   │   ├── IMAGE1F.BMP
│   │   │   ├── IMAGE1U.BMP
│   │   │   ├── IMAGE2D.BMP
│   │   │   ├── IMAGE2F.BMP
│   │   │   ├── IMAGE2U.BMP
│   │   │   ├── NEXTD.BMP
│   │   │   ├── NEXTF.BMP
│   │   │   ├── NEXTU.BMP
│   │   │   ├── NEXTX.BMP
│   │   │   ├── OKD.BMP
│   │   │   ├── OKF.BMP
│   │   │   ├── OKU.BMP
│   │   │   ├── OTHERIDS.H
│   │   │   ├── PREVD.BMP
│   │   │   ├── PREVF.BMP
│   │   │   ├── PREVU.BMP
│   │   │   └── PREVX.BMP
│   │   ├── RESOURCE.H
│   │   ├── SPINTEST.CPP
│   │   ├── STDAFX.CPP
│   │   ├── STDAFX.H
│   │   ├── SUBTEST.CPP
│   │   └── WCLSTEST.CPP
│   ├── char10
│   │   ├── BmpButton
│   │   │   ├── BmpButton.aps
│   │   │   ├── BmpButton.clw
│   │   │   ├── BmpButton.cpp
│   │   │   ├── BmpButtonDlg.cpp
│   │   │   ├── BmpButtonDlg.h
│   │   │   ├── BmpButton.dsp
│   │   │   ├── BmpButton.dsw
│   │   │   ├── BmpButton.h
│   │   │   ├── BmpButton.ncb
│   │   │   ├── BmpButton.opt
│   │   │   ├── BmpButton.plg
│   │   │   ├── BmpButton.rc
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── BmpButton.ico
│   │   │   │   ├── BmpButton.rc2
│   │   │   │   ├── CANCELD.BMP
│   │   │   │   ├── CANCELF.BMP
│   │   │   │   ├── CANCELU.BMP
│   │   │   │   ├── OKD.BMP
│   │   │   │   ├── OKF.BMP
│   │   │   │   └── OKU.BMP
│   │   │   ├── resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── color_button
│   │   │   ├── colorbtn.cpp
│   │   │   ├── colorbtn.h
│   │   │   ├── colorBtnSample.cpp
│   │   │   ├── colorBtnSampleDlg.cpp
│   │   │   ├── colorBtnSampleDlg.h
│   │   │   ├── colorBtnSample.dsp
│   │   │   ├── colorBtnSample.dsw
│   │   │   ├── colorBtnSample.h
│   │   │   ├── colorBtnSample.rc
│   │   │   ├── res
│   │   │   │   ├── colorBtnSample.ico
│   │   │   │   └── colorBtnSample.rc2
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── hover_button
│   │   │   ├── hovbutt.cpp
│   │   │   ├── hovbuttDlg.cpp
│   │   │   ├── hovbuttDlg.h
│   │   │   ├── hovbutt.dsp
│   │   │   ├── hovbutt.dsw
│   │   │   ├── hovbutt.h
│   │   │   ├── hovbutt.rc
│   │   │   ├── HoverButton.cpp
│   │   │   ├── HoverButton.h
│   │   │   ├── res
│   │   │   │   ├── hovbutt.ico
│   │   │   │   ├── hovbutt.rc2
│   │   │   │   ├── rbo.bmp
│   │   │   │   ├── rbs.bmp
│   │   │   │   ├── rbu.bmp
│   │   │   │   ├── rbx1.bmp
│   │   │   │   └── rbx.bmp
│   │   │   ├── resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   └── menu_button
│   │   ├── MenuButton.cpp
│   │   └── MenuButton.h
│   ├── char11
│   │   ├── autorepeat_button
│   │   │   ├── MyEdit.cpp
│   │   │   ├── MyEdit.h
│   │   │   ├── res
│   │   │   │   ├── seek.ico
│   │   │   │   └── seek.rc2
│   │   │   ├── resource.h
│   │   │   ├── seek.001
│   │   │   ├── seekButton.cpp
│   │   │   ├── SeekButton.h
│   │   │   ├── seek.cpp
│   │   │   ├── seekDlg.cpp
│   │   │   ├── seekDlg.h
│   │   │   ├── seek.dsp
│   │   │   ├── seek.dsw
│   │   │   ├── seek.h
│   │   │   ├── seek.ncb
│   │   │   ├── seek.opt
│   │   │   ├── seek.plg
│   │   │   ├── seek.rc
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── button_style
│   │   │   ├── AboutDlg.cpp
│   │   │   ├── AboutDlg.h
│   │   │   ├── BtnST.cpp
│   │   │   ├── BtnST.h
│   │   │   ├── CButtonST_demo.aps
│   │   │   ├── CButtonST_demo.clw
│   │   │   ├── CButtonST_demo.cpp
│   │   │   ├── CButtonST_demo.dsp
│   │   │   ├── CButtonST_demo.dsw
│   │   │   ├── CButtonST_demo.h
│   │   │   ├── CButtonST_demo.ncb
│   │   │   ├── CButtonST_demo.opt
│   │   │   ├── CButtonST_demo.plg
│   │   │   ├── CButtonST_demo.rc
│   │   │   ├── CButtonST_Dlg.cpp
│   │   │   ├── CButtonST_Dlg.h
│   │   │   ├── CButtonST.html
│   │   │   ├── Globals.h
│   │   │   ├── res
│   │   │   │   ├── 32x32x16_About.ico
│   │   │   │   ├── 32x32x16_CancelBor.ico
│   │   │   │   ├── 32x32x16_Cancel.ico
│   │   │   │   ├── 32x32x16_Exit.ico
│   │   │   │   ├── 32x32x16_Explore.ico
│   │   │   │   ├── 32x32x16_Info.ico
│   │   │   │   ├── 32x32x16_Left.ico
│   │   │   │   ├── 32x32x16_OkBor.ico
│   │   │   │   ├── 32x32x16_Ok.ico
│   │   │   │   ├── 32x32x16_Question.ico
│   │   │   │   ├── 32x32x16_Right.ico
│   │   │   │   ├── 32x32x16_Screw.ico
│   │   │   │   ├── 32x32x16_Text.ico
│   │   │   │   ├── 32x32x16_View.ico
│   │   │   │   ├── 32x32x256_Cancel.ico
│   │   │   │   ├── 32x32x256_CDGold.ico
│   │   │   │   ├── 32x32x256_Hand.ico
│   │   │   │   ├── 32x32x256_Lamp.ico
│   │   │   │   ├── 32x32x256_Ok.ico
│   │   │   │   ├── 32x32x256_Zip.ico
│   │   │   │   ├── 32x32x256_ZipSmall.ico
│   │   │   │   ├── 32x32x2_CancelBor.ico
│   │   │   │   ├── 32x32x2_Lamp.ico
│   │   │   │   ├── 32x32x2_OkBor.ico
│   │   │   │   ├── CButtonST_demo.ico
│   │   │   │   ├── CButtonST_demo.rc2
│   │   │   │   └── hand.cur
│   │   │   ├── resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   └── Text1.txt
│   │   ├── flat_button
│   │   │   ├── AboutDlg.cpp
│   │   │   ├── AboutDlg.h
│   │   │   ├── BtnST.cpp
│   │   │   ├── BtnST.h
│   │   │   ├── CButtonST20_demo.clw
│   │   │   ├── CButtonST_demo.clw
│   │   │   ├── CButtonST_demo.cpp
│   │   │   ├── CButtonST_demo.dsp
│   │   │   ├── CButtonST_demo.dsw
│   │   │   ├── CButtonST_demo.h
│   │   │   ├── CButtonST_demo.plg
│   │   │   ├── CButtonST_demo.rc
│   │   │   ├── CButtonST_Dlg.cpp
│   │   │   ├── CButtonST_Dlg.h
│   │   │   ├── CButtonST.html
│   │   │   ├── FILE_ID.DIZ
│   │   │   ├── Globals.h
│   │   │   ├── HyperLink.cpp
│   │   │   ├── HyperLink.h
│   │   │   ├── res
│   │   │   │   ├── 32x32x16_About.ico
│   │   │   │   ├── 32x32x16_CancelBor.ico
│   │   │   │   ├── 32x32x16_Cancel.ico
│   │   │   │   ├── 32x32x16_Exit.ico
│   │   │   │   ├── 32x32x16_Explore.ico
│   │   │   │   ├── 32x32x16_Info.ico
│   │   │   │   ├── 32x32x16_Left.ico
│   │   │   │   ├── 32x32x16_OkBor.ico
│   │   │   │   ├── 32x32x16_Ok.ico
│   │   │   │   ├── 32x32x16_Question.ico
│   │   │   │   ├── 32x32x16_Right.ico
│   │   │   │   ├── 32x32x16_Screw.ico
│   │   │   │   ├── 32x32x16_Text.ico
│   │   │   │   ├── 32x32x16_View.ico
│   │   │   │   ├── 32x32x256_Cancel.ico
│   │   │   │   ├── 32x32x256_CDGold.ico
│   │   │   │   ├── 32x32x256_Hand.ico
│   │   │   │   ├── 32x32x256_Lamp.ico
│   │   │   │   ├── 32x32x256_Ok.ico
│   │   │   │   ├── 32x32x256_Zip.ico
│   │   │   │   ├── 32x32x256_ZipSmall.ico
│   │   │   │   ├── 32x32x2_CancelBor.ico
│   │   │   │   ├── 32x32x2_Lamp.ico
│   │   │   │   ├── 32x32x2_OkBor.ico
│   │   │   │   ├── CButtonST_demo.ico
│   │   │   │   ├── CButtonST_demo.rc2
│   │   │   │   └── hand.cur
│   │   │   ├── resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   └── pushpin
│   │   ├── PushPin.cpp
│   │   ├── pushpindemo.001
│   │   ├── PushPinDemo.clw
│   │   ├── pushpindemo.cpp
│   │   ├── pushpinDemoDlg.cpp
│   │   ├── pushpinDemoDlg.h
│   │   ├── pushpindemo.dsp
│   │   ├── pushpindemo.dsw
│   │   ├── pushpindemo.h
│   │   ├── pushpindemo.mak
│   │   ├── pushpindemo.ncb
│   │   ├── pushpindemo.opt
│   │   ├── pushpindemo.plg
│   │   ├── PushPinDemo.rc
│   │   ├── PushPin.h
│   │   ├── Readme.txt
│   │   ├── res
│   │   │   ├── pinned.bmp
│   │   │   ├── pinnede.bmp
│   │   │   ├── pushpin2.ico
│   │   │   ├── pushpin2.rc2
│   │   │   ├── unpinned.bmp
│   │   │   └── unpinnede.bmp
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   └── StdAfx.h
│   ├── char12
│   │   ├── circular_button
│   │   │   ├── ex11.aps
│   │   │   ├── ex11.clw
│   │   │   ├── ex11.cpp
│   │   │   ├── ex11Doc.cpp
│   │   │   ├── ex11Doc.h
│   │   │   ├── ex11.dsp
│   │   │   ├── ex11.dsw
│   │   │   ├── ex11.h
│   │   │   ├── ex11.ncb
│   │   │   ├── ex11.opt
│   │   │   ├── ex11.plg
│   │   │   ├── ex11.rc
│   │   │   ├── ex11View.cpp
│   │   │   ├── ex11View.h
│   │   │   ├── MainFrm.cpp
│   │   │   ├── MainFrm.h
│   │   │   ├── MemDC.cpp
│   │   │   ├── MemDC.h
│   │   │   ├── MyBtn.cpp
│   │   │   ├── MyBtn.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── ex11Doc.ico
│   │   │   │   ├── ex11.ico
│   │   │   │   ├── ex11.rc2
│   │   │   │   └── Toolbar.bmp
│   │   │   ├── resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── nonrectangle_button
│   │   │   ├── Demo.aps
│   │   │   ├── Demo.clw
│   │   │   ├── Demo.cpp
│   │   │   ├── DemoDlg.cpp
│   │   │   ├── DemoDlg.h
│   │   │   ├── Demo.dsp
│   │   │   ├── Demo.dsw
│   │   │   ├── Demo.h
│   │   │   ├── Demo.ncb
│   │   │   ├── Demo.opt
│   │   │   ├── Demo.plg
│   │   │   ├── Demo.rc
│   │   │   ├── res
│   │   │   │   ├── Demo.ico
│   │   │   │   └── Demo.rc2
│   │   │   ├── resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── VtxButton.cpp
│   │   │   ├── VtxButton.h
│   │   │   ├── Vtx.cpp
│   │   │   └── Vtx.h
│   │   ├── stretched_round_button
│   │   │   ├── resource.h
│   │   │   ├── RndBtnDemo.aps
│   │   │   ├── RndBtnDemo.clw
│   │   │   ├── RndBtnDemo.cpp
│   │   │   ├── RndBtnDemoDlg.cpp
│   │   │   ├── RndBtnDemoDlg.h
│   │   │   ├── RndBtnDemo.dsp
│   │   │   ├── RndBtnDemo.dsw
│   │   │   ├── RndBtnDemo.h
│   │   │   ├── RndBtnDemo.ico
│   │   │   ├── RndBtnDemo.rc
│   │   │   ├── RndBtnDemo.rc2
│   │   │   ├── RoundButton.cpp
│   │   │   ├── RoundButton.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   └── triangle_button
│   │   ├── dirs.txt
│   │   ├── res
│   │   │   ├── TriangleButtonDemo.ico
│   │   │   └── TriangleButtonDemo.rc2
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── TriangleButton.cpp
│   │   ├── TriangleButtonDemo.001
│   │   ├── TriangleButtonDemo.aps
│   │   ├── TriangleButtonDemo.clw
│   │   ├── TriangleButtonDemo.cpp
│   │   ├── TriangleButtonDemoDlg.cpp
│   │   ├── TriangleButtonDemoDlg.h
│   │   ├── TriangleButtonDemo.dsp
│   │   ├── TriangleButtonDemo.dsw
│   │   ├── TriangleButtonDemo.h
│   │   ├── TriangleButtonDemo.ncb
│   │   ├── TriangleButtonDemo.opt
│   │   ├── TriangleButtonDemo.plg
│   │   ├── TriangleButtonDemo.rc
│   │   └── TriangleButton.h
│   ├── char13
│   │   ├── gridctrllist
│   │   │   ├── CellRange.h
│   │   │   ├── GridCtrl.cpp
│   │   │   ├── GridCtrlDemo.aps
│   │   │   ├── GridCtrlDemo.cpp
│   │   │   ├── GridCtrlDemoDlg.cpp
│   │   │   ├── GridCtrlDemoDlg.h
│   │   │   ├── GridCtrlDemo.dsp
│   │   │   ├── GridCtrlDemo.dsw
│   │   │   ├── GridCtrlDemo.exe
│   │   │   ├── GridCtrlDemo.h
│   │   │   ├── GridCtrlDemo.ncb
│   │   │   ├── GridCtrlDemo.opt
│   │   │   ├── GridCtrlDemo.plg
│   │   │   ├── GridCtrlDemo.rc
│   │   │   ├── GridCtrlDemo.rc2
│   │   │   ├── GridCtrl.gif
│   │   │   ├── GridCtrl.h
│   │   │   ├── GridCtrl.shtml
│   │   │   ├── GridDropTarget.cpp
│   │   │   ├── GridDropTarget.h
│   │   │   ├── InPlaceEdit.cpp
│   │   │   ├── InPlaceEdit.h
│   │   │   ├── InPlaceList.cpp
│   │   │   ├── InPlaceList.h
│   │   │   ├── MemDC.h
│   │   │   ├── res
│   │   │   │   ├── bitmap1.bmp
│   │   │   │   ├── GridCtrlDemo.ico
│   │   │   │   ├── GridCtrlDemo.rc2
│   │   │   │   ├── GridCtrl.gif
│   │   │   │   └── smallico.bmp
│   │   │   ├── resource.h
│   │   │   ├── smallico.bmp
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── ip_addr_masked_edit
│   │   │   ├── ipaddr.cpp
│   │   │   ├── ipaddr.h
│   │   │   ├── IPTest.001
│   │   │   ├── IPTest.aps
│   │   │   ├── IPTest.clw
│   │   │   ├── IPTest.cpp
│   │   │   ├── IPTestDlg.cpp
│   │   │   ├── IPTestDlg.h
│   │   │   ├── IPTest.dsp
│   │   │   ├── IPTest.dsw
│   │   │   ├── IPTest.exe
│   │   │   ├── IPTest.h
│   │   │   ├── IPTest.ico
│   │   │   ├── IPTest.ncb
│   │   │   ├── IPTest.opt
│   │   │   ├── IPTest.plg
│   │   │   ├── IPTest.rc
│   │   │   ├── IPTest.rc2
│   │   │   ├── readme.txt
│   │   │   ├── resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── masked_edit
│   │   │   ├── MaskEdit.cpp
│   │   │   ├── MaskEditDlg.cpp
│   │   │   ├── MaskEditDlg.h
│   │   │   ├── MaskEdit.dsp
│   │   │   ├── MaskEdit.exe
│   │   │   ├── MaskEdit.h
│   │   │   ├── MaskEdit.rc
│   │   │   ├── NewMaskEdit.cpp
│   │   │   ├── NewMaskEdit.h
│   │   │   ├── res
│   │   │   │   ├── MaskEdit.ico
│   │   │   │   └── MaskEdit.rc2
│   │   │   ├── resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   └── range_edit
│   │   ├── CRangeEdit.cpp
│   │   ├── CRangeEdit.h
│   │   ├── RangeEdit.001
│   │   ├── RangeEdit.aps
│   │   ├── RangeEdit.clw
│   │   ├── RangeEdit.cpp
│   │   ├── RangeEditDlg.cpp
│   │   ├── RangeEditDlg.h
│   │   ├── RangeEdit.dsp
│   │   ├── RangeEdit.dsw
│   │   ├── RangeEdit.h
│   │   ├── RangeEdit.ncb
│   │   ├── RangeEdit.opt
│   │   ├── RangeEdit.plg
│   │   ├── RangeEdit.rc
│   │   ├── readme.htm
│   │   ├── res
│   │   │   ├── RangeEdit.ico
│   │   │   └── RangeEdit.rc2
│   │   ├── resource.h
│   │   ├── StdAfx.cpp
│   │   └── StdAfx.h
│   ├── char14
│   │   ├── get_edit_password
│   │   │   ├── Eureka.aps
│   │   │   ├── Eureka.clw
│   │   │   ├── Eureka.cpp
│   │   │   ├── EurekaDlg.cpp
│   │   │   ├── EurekaDlg.h
│   │   │   ├── Eureka.dsp
│   │   │   ├── Eureka.dsw
│   │   │   ├── Eureka.h
│   │   │   ├── Eureka.ncb
│   │   │   ├── Eureka.opt
│   │   │   ├── Eureka.plg
│   │   │   ├── Eureka.rc
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── Eureka.ico
│   │   │   │   ├── Eureka.rc2
│   │   │   │   ├── mag_glass_blank.ico
│   │   │   │   ├── mag_glass.cur
│   │   │   │   └── mag_glass.ico
│   │   │   ├── resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── hexeditctrl
│   │   │   ├── HexEdit.aps
│   │   │   ├── HexEdit.cpp
│   │   │   ├── hexeditctrl.cpp
│   │   │   ├── hexeditctrl.h
│   │   │   ├── HexEditDlg.cpp
│   │   │   ├── HexEditDlg.h
│   │   │   ├── HexEdit.dsp
│   │   │   ├── HexEdit.h
│   │   │   ├── HexEdit.opt
│   │   │   ├── HexEdit.rc
│   │   │   ├── res
│   │   │   │   ├── HexEdit.ico
│   │   │   │   └── HexEdit.rc2
│   │   │   ├── resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── TreeHelper
│   │   │   ├── EditHelper.cpp
│   │   │   ├── EditHelper.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── bitmap1.bmp
│   │   │   │   ├── TreeHelperTest.ico
│   │   │   │   ├── TreeHelperTest.rc2
│   │   │   │   └── treeicon.bmp
│   │   │   ├── resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── TreeHelper.cpp
│   │   │   ├── TreeHelper.h
│   │   │   ├── TreeHelperTest.clw
│   │   │   ├── TreeHelperTest.cpp
│   │   │   ├── TreeHelperTestDlg.cpp
│   │   │   ├── TreeHelperTestDlg.h
│   │   │   ├── TreeHelperTest.dsp
│   │   │   ├── TreeHelperTest.dsw
│   │   │   ├── TreeHelperTest.exe
│   │   │   ├── TreeHelperTest.h
│   │   │   └── TreeHelperTest.rc
│   │   └── treelist
│   │   ├── SRC
│   │   │   ├── _BACKUP.BAT
│   │   │   ├── _DELDBG.BAT
│   │   │   ├── _DELREL.BAT
│   │   │   ├── DOC.CPP
│   │   │   ├── DOC.H
│   │   │   ├── HLP
│   │   │   │   ├── TREELIST.CNT
│   │   │   │   ├── TREELIST.HLP
│   │   │   │   ├── TREELIST.HM
│   │   │   │   ├── TREELIST.HPJ
│   │   │   │   ├── TREELIST.PH
│   │   │   │   └── TREELIST.RTF
│   │   │   ├── MAINFRM.CPP
│   │   │   ├── MAINFRM.H
│   │   │   ├── MAKEHELP.BAT
│   │   │   ├── RES
│   │   │   │   ├── CD.BMP
│   │   │   │   ├── COMPUTER.BMP
│   │   │   │   ├── DESKTOP.BMP
│   │   │   │   ├── DOC.BMP
│   │   │   │   ├── DOC.ICO
│   │   │   │   ├── FIXED.BMP
│   │   │   │   ├── FLOPPY.BMP
│   │   │   │   ├── FOLDCLS.BMP
│   │   │   │   ├── FOLDOPEN.BMP
│   │   │   │   ├── FOLDOPN2.BMP
│   │   │   │   ├── REMOTE.BMP
│   │   │   │   ├── REMOVE.BMP
│   │   │   │   ├── TOOLBAR.BMP
│   │   │   │   ├── TREELIST.ICO
│   │   │   │   └── TREELIST.RC2
│   │   │   ├── RESOURCE.H
│   │   │   ├── STDAFX.CPP
│   │   │   ├── STDAFX.H
│   │   │   ├── TREELIST.APS
│   │   │   ├── TREELIST.CPP
│   │   │   ├── TREELIST.H
│   │   │   ├── TREELIST.MAK
│   │   │   ├── TREELIST.MDP
│   │   │   ├── TREELIST.RC
│   │   │   ├── VIEWLIST.CPP
│   │   │   ├── VIEWLIST.H
│   │   │   ├── VIEWTREE.CPP
│   │   │   └── VIEWTREE.H
│   │   └── TREELIST.EXE
│   ├── char15
│   │   ├── autocompleting_combo
│   │   │   ├── ComboBoxEx.cpp
│   │   │   ├── ComboBoxEx.h
│   │   │   ├── ComboExDemo.aps
│   │   │   ├── ComboExDemo.clw
│   │   │   ├── ComboExDemo.cpp
│   │   │   ├── ComboExDemoDlg.cpp
│   │   │   ├── ComboExDemoDlg.h
│   │   │   ├── ComboExDemo.dsp
│   │   │   ├── ComboExDemo.dsw
│   │   │   ├── ComboExDemo.exe
│   │   │   ├── ComboExDemo.h
│   │   │   ├── ComboExDemo.rc
│   │   │   ├── res
│   │   │   │   ├── ComboExDemo.ico
│   │   │   │   └── ComboExDemo.rc2
│   │   │   ├── resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── colorpicker
│   │   │   └── 选择颜色的组合框.cpp
│   │   ├── flat_combobox
│   │   │   ├── FlatComboBox.cpp
│   │   │   ├── FlatComboBox.h
│   │   │   ├── FlatCombo.clw
│   │   │   ├── FlatCombo.cpp
│   │   │   ├── FlatComboDlg.cpp
│   │   │   ├── FlatComboDlg.h
│   │   │   ├── FlatCombo.dsp
│   │   │   ├── FlatCombo.dsw
│   │   │   ├── FlatCombo.h
│   │   │   ├── FlatCombo.rc
│   │   │   ├── ReadMe.txt
│   │   │   ├── Release
│   │   │   │   └── FlatCombo.exe
│   │   │   ├── res
│   │   │   │   ├── FlatCombo.ico
│   │   │   │   ├── FlatCombo.rc2
│   │   │   │   └── vssver.scc
│   │   │   ├── resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   └── MultiColumnComboBox
│   │   ├── ChildFrm.cpp
│   │   ├── ChildFrm.h
│   │   ├── ComboToolBar.cpp
│   │   ├── ComboToolBar.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── MultiColumnComboBox.cpp
│   │   ├── MultiColumnComboBox.h
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── Toolbar.bmp
│   │   │   ├── XxDoc.ico
│   │   │   ├── Xx.ico
│   │   │   └── Xx.rc2
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── Xx.001
│   │   ├── Xx.aps
│   │   ├── Xx.clw
│   │   ├── Xx.cpp
│   │   ├── XxDoc.cpp
│   │   ├── XxDoc.h
│   │   ├── Xx.dsp
│   │   ├── Xx.dsw
│   │   ├── Xx.h
│   │   ├── Xx.ncb
│   │   ├── Xx.opt
│   │   ├── Xx.plg
│   │   ├── Xx.rc
│   │   ├── XxView.cpp
│   │   └── XxView.h
│   ├── char16
│   │   ├── colorpicker
│   │   │   ├── CBCPTest.001
│   │   │   ├── CBCPTest.aps
│   │   │   ├── CBCPTest.clw
│   │   │   ├── CBCPTest.cpp
│   │   │   ├── CBCPTestDlg.cpp
│   │   │   ├── CBCPTestDlg.h
│   │   │   ├── CBCPTest.dsp
│   │   │   ├── CBCPTest.dsw
│   │   │   ├── CBCPTest.h
│   │   │   ├── CBCPTest.ncb
│   │   │   ├── CBCPTest.opt
│   │   │   ├── CBCPTest.plg
│   │   │   ├── CBCPTest.rc
│   │   │   ├── ColorPickerCB.cpp
│   │   │   ├── ColorPickerCB.h
│   │   │   ├── res
│   │   │   │   ├── CBCPTest.ico
│   │   │   │   └── CBCPTest.rc2
│   │   │   ├── resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── fontcombo
│   │   │   ├── FontCombo.cpp
│   │   │   ├── FontCombo.h
│   │   │   ├── FontTest.001
│   │   │   ├── FontTest.aps
│   │   │   ├── FontTest.clw
│   │   │   ├── FontTest.cpp
│   │   │   ├── FontTestDlg.cpp
│   │   │   ├── FontTestDlg.h
│   │   │   ├── FontTest.dsp
│   │   │   ├── FontTest.dsw
│   │   │   ├── FontTest.h
│   │   │   ├── FontTest.ncb
│   │   │   ├── FontTest.opt
│   │   │   ├── FontTest.plg
│   │   │   ├── FontTest.rc
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── FontTest.ico
│   │   │   │   ├── FontTest.rc2
│   │   │   │   └── printer.bmp
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── TipWnd.cpp
│   │   │   └── TipWnd.h
│   │   ├── multicol_combo
│   │   │   ├── ChildFrm.cpp
│   │   │   ├── ChildFrm.h
│   │   │   ├── ComboToolBar.cpp
│   │   │   ├── ComboToolBar.h
│   │   │   ├── MainFrm.cpp
│   │   │   ├── MainFrm.h
│   │   │   ├── MultiColumnComboBox.cpp
│   │   │   ├── MultiColumnComboBox.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── Release
│   │   │   │   └── Xx.exe
│   │   │   ├── res
│   │   │   │   ├── Toolbar.bmp
│   │   │   │   ├── XxDoc.ico
│   │   │   │   ├── Xx.ico
│   │   │   │   └── Xx.rc2
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── Xx.cpp
│   │   │   ├── XxDoc.cpp
│   │   │   ├── XxDoc.h
│   │   │   ├── Xx.dsp
│   │   │   ├── Xx.dsw
│   │   │   ├── Xx.h
│   │   │   ├── Xx.rc
│   │   │   ├── XxView.cpp
│   │   │   └── XxView.h
│   │   └── Q
│   │   ├── Q.001
│   │   ├── Q.APS
│   │   ├── Q.clw
│   │   ├── QComboBox.cpp
│   │   ├── QComboBox.h
│   │   ├── Q.cpp
│   │   ├── QDlg.cpp
│   │   ├── QDlg.h
│   │   ├── Q.DSP
│   │   ├── Q.dsw
│   │   ├── Q.h
│   │   ├── Q.ncb
│   │   ├── Q.opt
│   │   ├── Q.PLG
│   │   ├── Q.rc
│   │   ├── qtext.txt
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── Q.ico
│   │   │   └── Q.rc2
│   │   ├── resource.h
│   │   ├── StdAfx.cpp
│   │   └── StdAfx.h
│   ├── char17
│   │   ├── listbox_with_columns
│   │   │   ├── Clients.mdb
│   │   │   ├── ClientsRecordset.cpp
│   │   │   ├── ClientsRecordset.h
│   │   │   ├── DBListBox.cpp
│   │   │   ├── DBListBox.h
│   │   │   ├── Pizza.001
│   │   │   ├── Pizza.clw
│   │   │   ├── Pizza.cpp
│   │   │   ├── PizzaDlg.cpp
│   │   │   ├── PizzaDlg.h
│   │   │   ├── Pizza.dsp
│   │   │   ├── Pizza.dsw
│   │   │   ├── Pizza.exe
│   │   │   ├── Pizza.h
│   │   │   ├── Pizza.ncb
│   │   │   ├── Pizza.opt
│   │   │   ├── Pizza.plg
│   │   │   ├── Pizza.rc
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── Pizza.ico
│   │   │   │   └── Pizza.rc2
│   │   │   ├── resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── MRUCombo
│   │   │   ├── MRUCombo.cpp
│   │   │   ├── MRUCombo.h
│   │   │   ├── MRUComboTest.001
│   │   │   ├── MRUComboTest.aps
│   │   │   ├── MRUComboTest.clw
│   │   │   ├── MRUComboTest.cpp
│   │   │   ├── MRUComboTestDlg.cpp
│   │   │   ├── MRUComboTestDlg.h
│   │   │   ├── MRUComboTest.dsp
│   │   │   ├── MRUComboTest.dsw
│   │   │   ├── MRUComboTest.h
│   │   │   ├── MRUComboTest.ncb
│   │   │   ├── MRUComboTest.opt
│   │   │   ├── MRUComboTest.plg
│   │   │   ├── MRUComboTest.rc
│   │   │   ├── MRUParamsDlg.cpp
│   │   │   ├── MRUParamsDlg.h
│   │   │   ├── res
│   │   │   │   ├── MRUComboTest.ico
│   │   │   │   └── MRUComboTest.rc2
│   │   │   ├── resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── pagewnd
│   │   │   ├── MainFrm.cpp
│   │   │   ├── MainFrm.h
│   │   │   ├── PageWnd.cpp
│   │   │   ├── PageWnd.h
│   │   │   ├── Release
│   │   │   │   └── TestPage.exe
│   │   │   ├── res
│   │   │   │   ├── TestPageDoc.ico
│   │   │   │   ├── TestPage.ico
│   │   │   │   └── Toolbar.bmp
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── testpage.bmp
│   │   │   ├── TestPage.cpp
│   │   │   ├── TestPageDoc.cpp
│   │   │   ├── TestPageDoc.h
│   │   │   ├── TestPage.dsp
│   │   │   ├── TestPage.h
│   │   │   ├── TestPage.rc
│   │   │   ├── TestPageView.cpp
│   │   │   └── TestPageView.h
│   │   └── SysImageList
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── SysImageList.ico
│   │   │   └── SysImageList.rc2
│   │   ├── resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── SysImageList.001
│   │   ├── SysImageList.cpp
│   │   ├── SysImageListDlg.cpp
│   │   ├── SysImageListDlg.h
│   │   ├── SysImageList.dsp
│   │   ├── SysImageList.dsw
│   │   ├── SysImageList.h
│   │   ├── SysImageList.ncb
│   │   ├── SysImageList.opt
│   │   ├── SysImageList.plg
│   │   ├── SysImageList.rc
│   │   ├── SystemImageList.cpp
│   │   └── SystemImageList.h
│   ├── char18
│   │   ├── cprop_appl
│   │   │   ├── FourSeasons.001
│   │   │   ├── FourSeasons.dsp
│   │   │   ├── FourSeasons.dsw
│   │   │   ├── FourSeasons.exe
│   │   │   ├── FourSeasons.ncb
│   │   │   ├── FourSeasons.opt
│   │   │   ├── FourSeasons.plg
│   │   │   ├── FScript.aps
│   │   │   ├── FScript.clw
│   │   │   ├── FScript.rc
│   │   │   ├── Readme.txt
│   │   │   ├── resource.h
│   │   │   └── TheApp.cpp
│   │   ├── PropertySheetWithLogo
│   │   │   ├── FirstPropertyPage.cpp
│   │   │   ├── FirstPropertyPage.h
│   │   │   ├── PropertySheetWithLogo.001
│   │   │   ├── PropertySheetWithLogo.aps
│   │   │   ├── PropertySheetWithLogo.clw
│   │   │   ├── PropertySheetWithLogo.cpp
│   │   │   ├── PropertySheetWithLogoDlg.cpp
│   │   │   ├── PropertySheetWithLogoDlg.h
│   │   │   ├── PropertySheetWithLogo.dsp
│   │   │   ├── PropertySheetWithLogo.dsw
│   │   │   ├── PropertySheetWithLogo.h
│   │   │   ├── PropertySheetWithLogo.ncb
│   │   │   ├── PropertySheetWithLogo.opt
│   │   │   ├── PropertySheetWithLogo.plg
│   │   │   ├── PropertySheetWithLogo.rc
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── PropertySheetWithLogo.ico
│   │   │   │   └── PropertySheetWithLogo.rc2
│   │   │   ├── resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── propsheet_in_dialog
│   │   │   ├── CMyProperty.cpp
│   │   │   ├── CMyProperty.h
│   │   │   ├── Example.001
│   │   │   ├── Example.clw
│   │   │   ├── Example.cpp
│   │   │   ├── ExampleDlg.cpp
│   │   │   ├── ExampleDlg.h
│   │   │   ├── Example.dsp
│   │   │   ├── Example.dsw
│   │   │   ├── Example.h
│   │   │   ├── Example.ncb
│   │   │   ├── Example.opt
│   │   │   ├── Example.plg
│   │   │   ├── Example.rc
│   │   │   ├── PropPage1.cpp
│   │   │   ├── PropPage1.h
│   │   │   ├── PropPage2.cpp
│   │   │   ├── PropPage2.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── Example.ico
│   │   │   │   └── Example.rc2
│   │   │   ├── resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   └── PropSheet_Wizard
│   │   ├── Chooser.cpp
│   │   ├── Chooser.h
│   │   ├── Cstm1Dlg.cpp
│   │   ├── Cstm1Dlg.h
│   │   ├── cstm2dlg.cpp
│   │   ├── cstm2dlg.h
│   │   ├── Debug.cpp
│   │   ├── Debug.h
│   │   ├── PageDlg.cpp
│   │   ├── PageDlg.h
│   │   ├── Paint.cpp
│   │   ├── PropSheet WizardAw.cpp
│   │   ├── PropSheet WizardAw.h
│   │   ├── PropSheet Wizard.cpp
│   │   ├── PropSheet Wizard.dsp
│   │   ├── PropSheet Wizard.dsw
│   │   ├── PropSheet Wizard.h
│   │   ├── PropSheet Wizard.rc
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── about.bmp
│   │   │   ├── bitmap1.bmp
│   │   │   ├── bitmap2.bmp
│   │   │   ├── bitmap_m.bmp
│   │   │   ├── bitmap_p.bmp
│   │   │   ├── bitmap_s.bmp
│   │   │   ├── bmp00001.bmp
│   │   │   ├── bmp00002.bmp
│   │   │   ├── bmp00003.bmp
│   │   │   ├── icon1.ico
│   │   │   ├── icon_mov.ico
│   │   │   ├── moveupd.bmp
│   │   │   ├── moveupu1.bmp
│   │   │   ├── PropSheet Wizard.ico
│   │   │   ├── send_to_.bmp
│   │   │   ├── step2.bmp
│   │   │   ├── step3.bmp
│   │   │   ├── step4.bmp
│   │   │   ├── template.bin
│   │   │   ├── toolbar1.bmp
│   │   │   ├── ToolBar.bmp
│   │   │   ├── tooltips.bmp
│   │   │   └── yellowpn.bmp
│   │   ├── resource.h
│   │   ├── resource.hm
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── Template
│   │   ├── confirm.inf
│   │   ├── MainSheet.cpp
│   │   ├── MainSheet.h
│   │   ├── newproj.inf
│   │   ├── Page.cpp
│   │   ├── Page.h
│   │   ├── PropSheetTemplate.clw
│   │   ├── PropSheetTemplate.cpp
│   │   ├── PropSheetTemplate.h
│   │   ├── PropSheetTemplate.mak
│   │   ├── PropSheetTemplate.mdp
│   │   ├── PropSheetTemplate.rc
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── PageIcon.bmp
│   │   │   ├── PropSheetTemplate.ico
│   │   │   └── PropSheetTemplate.rc2
│   │   ├── resource.h
│   │   ├── StdAfx.cpp
│   │   └── StdAfx.h
│   ├── char19
│   │   ├── Example
│   │   │   ├── CMyProperty.cpp
│   │   │   ├── CMyProperty.h
│   │   │   ├── Example.001
│   │   │   ├── Example.aps
│   │   │   ├── Example.clw
│   │   │   ├── Example.cpp
│   │   │   ├── ExampleDlg.cpp
│   │   │   ├── ExampleDlg.h
│   │   │   ├── Example.dsp
│   │   │   ├── Example.dsw
│   │   │   ├── Example.h
│   │   │   ├── Example.ncb
│   │   │   ├── Example.opt
│   │   │   ├── Example.plg
│   │   │   ├── Example.rc
│   │   │   ├── PropPage1.cpp
│   │   │   ├── PropPage1.h
│   │   │   ├── PropPage2.cpp
│   │   │   ├── PropPage2.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── Example.ico
│   │   │   │   └── Example.rc2
│   │   │   ├── resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── property_list_control
│   │   │   ├── ChildFrm.cpp
│   │   │   ├── ChildFrm.h
│   │   │   ├── FPSPropertyList.cpp
│   │   │   ├── FPSPropertyList.h
│   │   │   ├── FPSPropertyListItem.cpp
│   │   │   ├── FPSPropertyListItem.h
│   │   │   ├── MainFrm.cpp
│   │   │   ├── MainFrm.h
│   │   │   ├── MemDC.h
│   │   │   ├── PropListDemo.cpp
│   │   │   ├── PropListDemoDoc.cpp
│   │   │   ├── PropListDemoDoc.h
│   │   │   ├── PropListDemo.dsp
│   │   │   ├── PropListDemo.exe
│   │   │   ├── PropListDemo.h
│   │   │   ├── PropListDemo.rc
│   │   │   ├── PropListDemoView.cpp
│   │   │   ├── PropListDemoView.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── PropListDemoDoc.ico
│   │   │   │   ├── PropListDemo.ico
│   │   │   │   ├── PropListDemo.rc2
│   │   │   │   └── Toolbar.bmp
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── TabView
│   │   │   ├── MainFrm.cpp
│   │   │   ├── MainFrm.h
│   │   │   ├── Release
│   │   │   │   └── tab.exe
│   │   │   ├── res
│   │   │   │   ├── tabDoc.ico
│   │   │   │   ├── tab.ico
│   │   │   │   └── tab.rc2
│   │   │   ├── Resource.h
│   │   │   ├── Skal.txt
│   │   │   ├── splitTab.cpp
│   │   │   ├── splitTab.h
│   │   │   ├── splitterTabWnd.cpp
│   │   │   ├── splitterTabWnd.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── tab.clw
│   │   │   ├── tab.cpp
│   │   │   ├── tabDoc.cpp
│   │   │   ├── tabDoc.h
│   │   │   ├── tab.h
│   │   │   ├── tab.mak
│   │   │   ├── tab.mdp
│   │   │   ├── tab.ncb
│   │   │   ├── tab.rc
│   │   │   ├── tabView.cpp
│   │   │   ├── tabView.h
│   │   │   ├── viewTwo.cpp
│   │   │   ├── viewTwo.h
│   │   │   ├── wndTab.cpp
│   │   │   └── wndTab.h
│   │   └── TestDialog
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── TestDialog.ico
│   │   │   └── TestDialog.rc2
│   │   ├── Resource.h
│   │   ├── SheetsDialog.cpp
│   │   ├── SheetsDialog.h
│   │   ├── SheetsWnd.cpp
│   │   ├── SheetsWnd.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── TestDialog.cpp
│   │   ├── TestDialogDlg.cpp
│   │   ├── TestDialogDlg.h
│   │   ├── TestDialog.dsp
│   │   ├── TestDialog.dsw
│   │   ├── TestDialog.exe
│   │   ├── TestDialog.h
│   │   └── TestDialog.rc
│   ├── char20
│   │   ├── BalloonTooltip
│   │   │   ├── DemoToolTip.aps
│   │   │   ├── DemoToolTip.clw
│   │   │   ├── DemoToolTip.cpp
│   │   │   ├── DemoToolTipDoc.cpp
│   │   │   ├── DemoToolTipDoc.h
│   │   │   ├── DemoToolTip.dsp
│   │   │   ├── DemoToolTip.exe
│   │   │   ├── DemoToolTip.h
│   │   │   ├── DemoToolTip.plg
│   │   │   ├── DemoToolTip.rc
│   │   │   ├── DemoToolTipView.cpp
│   │   │   ├── DemoToolTipView.h
│   │   │   ├── DemoTTDlg.cpp
│   │   │   ├── DemoTTDlg.h
│   │   │   ├── MainFrm.cpp
│   │   │   ├── MainFrm.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── DemoToolTipDoc.ico
│   │   │   │   ├── DemoToolTip.ico
│   │   │   │   ├── DemoToolTip.rc2
│   │   │   │   └── Toolbar.bmp
│   │   │   ├── resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── ToolTipWnd.cpp
│   │   │   └── ToolTipWnd.h
│   │   ├── CTRLBARS
│   │   │   ├── CTRLBARS.CLW
│   │   │   ├── CTRLBARS.CPP
│   │   │   ├── CTRLBARS.DSP
│   │   │   ├── CTRLBARS.DSW
│   │   │   ├── CTRLBARS.H
│   │   │   ├── CTRLBARS.MAK
│   │   │   ├── CTRLBARS.ncb
│   │   │   ├── CTRLBARS.OPT
│   │   │   ├── ctrlbars.plg
│   │   │   ├── CTRLBARS.RC
│   │   │   ├── L.JPN
│   │   │   │   └── CTRLBARS.RC
│   │   │   ├── MAINFRM.CPP
│   │   │   ├── MAINFRM.H
│   │   │   ├── MAKEFILE
│   │   │   ├── PALETTE.CPP
│   │   │   ├── PALETTE.H
│   │   │   ├── RES
│   │   │   │   ├── CTRLBARS.ICO
│   │   │   │   ├── PALETTE.BMP
│   │   │   │   ├── STYLES.BMP
│   │   │   │   └── TOOLBAR.BMP
│   │   │   ├── RESOURCE.H
│   │   │   ├── STDAFX.CPP
│   │   │   └── STDAFX.H
│   │   ├── DemoTBarC
│   │   │   ├── ChildFrm.cpp
│   │   │   ├── ChildFrm.h
│   │   │   ├── DemoTBarC.aps
│   │   │   ├── DemoTBarC.clw
│   │   │   ├── DemoTBarC.cpp
│   │   │   ├── DemoTBarCDoc.cpp
│   │   │   ├── DemoTBarCDoc.h
│   │   │   ├── DemoTBarC.dsp
│   │   │   ├── DemoTBarC.dsw
│   │   │   ├── DemoTBarC.h
│   │   │   ├── DemoTBarC.ncb
│   │   │   ├── DemoTBarC.opt
│   │   │   ├── DemoTBarC.plg
│   │   │   ├── DemoTBarC.rc
│   │   │   ├── DemoTBarCView.cpp
│   │   │   ├── DemoTBarCView.h
│   │   │   ├── MainFrm.cpp
│   │   │   ├── MainFrm.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── DemoTBarCDoc.ico
│   │   │   │   ├── DemoTBarC.ico
│   │   │   │   ├── DemoTBarC.rc2
│   │   │   │   └── Toolbar.bmp
│   │   │   ├── resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   └── multi_color_toolbar
│   │   ├── ChildFrm.cpp
│   │   ├── ChildFrm.h
│   │   ├── ExToolBar.aps
│   │   ├── ExToolBar.clw
│   │   ├── ExToolBar.cpp
│   │   ├── ExToolBarDoc.cpp
│   │   ├── ExToolBarDoc.h
│   │   ├── ExToolBar.dsp
│   │   ├── ExToolBar.dsw
│   │   ├── ExToolBar.exe
│   │   ├── ExToolBar.h
│   │   ├── ExToolBar.ncb
│   │   ├── ExToolBar.odl
│   │   ├── ExToolBar.opt
│   │   ├── ExToolBar.rc
│   │   ├── ExToolBar.reg
│   │   ├── ExToolBarView.cpp
│   │   ├── ExToolBarView.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── OOExToolBar.cpp
│   │   ├── OOExToolBar.hpp
│   │   ├── ReadMe.txt
│   │   ├── RES
│   │   │   ├── 16_std_toolbar.bmp
│   │   │   ├── 16_std_toolbar_bw.bmp
│   │   │   ├── 16_std_toolbar_db.bmp
│   │   │   ├── 256_std_toolbar.bmp
│   │   │   ├── 256_std_toolbar_bw.bmp
│   │   │   ├── 256_std_toolbar_db.bmp
│   │   │   ├── ExToolBarDoc.ico
│   │   │   ├── ExToolBar.ico
│   │   │   ├── ExToolBar.rc2
│   │   │   ├── small_16_std_toolbar.bmp
│   │   │   ├── small_16_std_toolbar_bw.bmp
│   │   │   ├── small_16_std_toolbar_db.bmp
│   │   │   ├── small_256_std_toolbar.bmp
│   │   │   ├── small_256_std_toolbar_bw.bmp
│   │   │   ├── small_256_std_toolbar_db.bmp
│   │   │   ├── toolbar1.bmp
│   │   │   └── toolbar.bmp
│   │   ├── resource.h
│   │   ├── StdAfx.cpp
│   │   └── StdAfx.h
│   ├── char21
│   │   ├── TextInStatus
│   │   │   ├── ccc.cpp
│   │   │   ├── ccc.h
│   │   │   ├── MainFrm.cpp
│   │   │   ├── MainFrm.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── TextInStatusDoc.ico
│   │   │   │   ├── TextInStatus.ico
│   │   │   │   ├── TextInStatus.rc2
│   │   │   │   └── Toolbar.bmp
│   │   │   ├── resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── TextInStatus.aps
│   │   │   ├── TextInStatus.clw
│   │   │   ├── TextInStatus.cpp
│   │   │   ├── TextInStatusDoc.cpp
│   │   │   ├── TextInStatusDoc.h
│   │   │   ├── TextInStatus.dsp
│   │   │   ├── TextInStatus.dsw
│   │   │   ├── TextInStatus.h
│   │   │   ├── TextInStatus.ncb
│   │   │   ├── TextInStatus.opt
│   │   │   ├── TextInStatus.plg
│   │   │   ├── TextInStatus.rc
│   │   │   ├── TextInStatusView.cpp
│   │   │   └── TextInStatusView.h
│   │   ├── text_progressctrl
│   │   │   ├── ProgressBarDemo.aps
│   │   │   ├── ProgressBarDemo.clw
│   │   │   ├── ProgressBarDemo.cpp
│   │   │   ├── ProgressBarDemoDlg.cpp
│   │   │   ├── ProgressBarDemoDlg.h
│   │   │   ├── ProgressBarDemo.dsp
│   │   │   ├── ProgressBarDemo.dsw
│   │   │   ├── ProgressBarDemo.exe
│   │   │   ├── ProgressBarDemo.h
│   │   │   ├── ProgressBarDemo.opt
│   │   │   ├── ProgressBarDemo.plg
│   │   │   ├── ProgressBarDemo.rc
│   │   │   ├── res
│   │   │   │   ├── ProgressBarDemo.ico
│   │   │   │   └── ProgressBarDemo.rc2
│   │   │   ├── resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── TextProgressCtrl.cpp
│   │   │   └── TextProgressCtrl.h
│   │   ├── tooltip_sound
│   │   │   ├── HyperLink.cpp
│   │   │   ├── hyperlink.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── Robotz - Popup di menu.wav
│   │   │   │   ├── Utopia - Popup di menu.wav
│   │   │   │   ├── WavTipSample.ico
│   │   │   │   └── WavTipSample.rc2
│   │   │   ├── resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── WavTipCtrl.cpp
│   │   │   ├── WavTipCtrl.h
│   │   │   ├── WavTipSample.aps
│   │   │   ├── WavTipSample.clw
│   │   │   ├── WavTipSample.cpp
│   │   │   ├── WavTipSampleDlg.cpp
│   │   │   ├── WavTipSampleDlg.h
│   │   │   ├── WavTipSample.exe
│   │   │   ├── WavTipSample.h
│   │   │   ├── WavTipSample.mak
│   │   │   ├── WavTipSample.mdp
│   │   │   ├── WavTipSample.ncb
│   │   │   └── WavTipSample.rc
│   │   └── vector_control
│   │   ├── QuatRotDemo.aps
│   │   ├── QuatRotDemo.clw
│   │   ├── QuatRotDemo.cpp
│   │   ├── QuatRotDemoDlg.cpp
│   │   ├── QuatRotDemoDlg.h
│   │   ├── QuatRotDemo.dsp
│   │   ├── QuatRotDemo.dsw
│   │   ├── QuatRotDemo.h
│   │   ├── QuatRotDemo.opt
│   │   ├── QuatRotDemo.plg
│   │   ├── QuatRotDemo.rc
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── QuatRotDemo.ico
│   │   │   └── QuatRotDemo.rc2
│   │   ├── resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── VectorCtl.cpp
│   │   └── VectorCtl.h
│   ├── char22
│   │   ├── avidemo
│   │   │   ├── Avidemo.aps
│   │   │   ├── Avidemo.clw
│   │   │   ├── Avidemo.cpp
│   │   │   ├── AvidemoDlg.cpp
│   │   │   ├── AvidemoDlg.h
│   │   │   ├── Avidemo.dsp
│   │   │   ├── Avidemo.dsw
│   │   │   ├── Avidemo.h
│   │   │   ├── Avidemo.ncb
│   │   │   ├── Avidemo.opt
│   │   │   ├── Avidemo.plg
│   │   │   ├── Avidemo.rc
│   │   │   ├── ReadMe.txt
│   │   │   ├── Release
│   │   │   │   └── Avidemo.exe
│   │   │   ├── res
│   │   │   │   ├── Avidemo.ico
│   │   │   │   ├── Avidemo.rc2
│   │   │   │   └── filecopy.avi
│   │   │   ├── resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── date_time_picker
│   │   │   ├── BaseDataPk.cpp
│   │   │   ├── BaseDataPk.h
│   │   │   ├── ChildFrm.cpp
│   │   │   ├── ChildFrm.h
│   │   │   ├── datapkproj.001
│   │   │   ├── datapkproj.aps
│   │   │   ├── datapkproj.clw
│   │   │   ├── datapkproj.cpp
│   │   │   ├── datapkprojDoc.cpp
│   │   │   ├── datapkprojDoc.h
│   │   │   ├── datapkproj.dsp
│   │   │   ├── datapkproj.dsw
│   │   │   ├── datapkproj.h
│   │   │   ├── datapkproj.ncb
│   │   │   ├── datapkproj.opt
│   │   │   ├── datapkproj.plg
│   │   │   ├── datapkproj.rc
│   │   │   ├── datapkprojView.cpp
│   │   │   ├── datapkprojView.h
│   │   │   ├── Debug
│   │   │   │   └── datapkproj.exe
│   │   │   ├── MainFrm.cpp
│   │   │   ├── MainFrm.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── datapkprojDoc.ico
│   │   │   │   ├── datapkproj.ico
│   │   │   │   ├── datapkproj.rc2
│   │   │   │   └── Toolbar.bmp
│   │   │   ├── resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   └── Text1.txt
│   │   ├── histogram_control
│   │   │   ├── HistogramCtrl.cpp
│   │   │   ├── HistogramCtrl.h
│   │   │   ├── HistogramTest.clw
│   │   │   ├── HistogramTest.cpp
│   │   │   ├── HistogramTestDlg.cpp
│   │   │   ├── HistogramTestDlg.h
│   │   │   ├── HistogramTest.dsp
│   │   │   ├── HistogramTest.dsw
│   │   │   ├── HistogramTest.h
│   │   │   ├── HistogramTest.rc
│   │   │   ├── res
│   │   │   │   ├── HistogramTest.ico
│   │   │   │   └── HistogramTest.rc2
│   │   │   ├── resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   └── XStatusBarProject
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── res
│   │   │   ├── BM1.bmp
│   │   │   ├── BM2.bmp
│   │   │   ├── jr.bmp
│   │   │   ├── SCBM1.bmp
│   │   │   ├── SCBM2.bmp
│   │   │   ├── StatusBarDoc.ico
│   │   │   ├── StatusBar.ico
│   │   │   ├── StatusBar.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── resource.h
│   │   ├── StatusBar.001
│   │   ├── StatusBar.aps
│   │   ├── StatusBar.clw
│   │   ├── StatusBar.cpp
│   │   ├── StatusBarDoc.cpp
│   │   ├── StatusBarDoc.h
│   │   ├── StatusBar.dsp
│   │   ├── StatusBar.dsw
│   │   ├── StatusBar.h
│   │   ├── StatusBar.ncb
│   │   ├── StatusBar.opt
│   │   ├── StatusBar.plg
│   │   ├── StatusBar.rc
│   │   ├── StatusBarView.cpp
│   │   ├── StatusBarView.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── XPaneText.h
│   │   ├── XStatusBar.cpp
│   │   └── XStatusBar.h
│   ├── char23
│   │   ├── FontsEnumTest
│   │   │   ├── fontsTest.001
│   │   │   ├── fontsTest.aps
│   │   │   ├── fontsTest.clw
│   │   │   ├── fontsTest.cpp
│   │   │   ├── fontsTestDlg.cpp
│   │   │   ├── fontsTestDlg.h
│   │   │   ├── fontsTest.dsp
│   │   │   ├── fontsTest.dsw
│   │   │   ├── fontsTest.h
│   │   │   ├── fontsTest.mak
│   │   │   ├── fontsTest.ncb
│   │   │   ├── fontsTest.opt
│   │   │   ├── fontsTest.plg
│   │   │   ├── fontsTest.rc
│   │   │   ├── res
│   │   │   │   ├── fontsTest.ico
│   │   │   │   └── fontsTest.rc2
│   │   │   ├── resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── WizFontExampleStatic.cpp
│   │   │   ├── WizFontExampleStatic.h
│   │   │   ├── WizFontNamesComboBox.cpp
│   │   │   ├── WizFontNamesComboBox.h
│   │   │   ├── WizFontScriptsComboBox.cpp
│   │   │   ├── WizFontScriptsComboBox.h
│   │   │   ├── WizFontsEnumerator.cpp
│   │   │   ├── WizFontsEnumerator.h
│   │   │   ├── WizFontSizesComboBox.cpp
│   │   │   └── WizFontSizesComboBox.h
│   │   ├── OSDetect
│   │   │   ├── Debug
│   │   │   │   └── OSDetect.exe
│   │   │   ├── InfoDlg.cpp
│   │   │   ├── InfoDlg.h
│   │   │   ├── MainFrm.cpp
│   │   │   ├── MainFrm.h
│   │   │   ├── OSDetect.001
│   │   │   ├── OSDetect.aps
│   │   │   ├── OSDetect.cpp
│   │   │   ├── OSDetectDoc.cpp
│   │   │   ├── OSDetectDoc.h
│   │   │   ├── OSDetect.dsp
│   │   │   ├── OSDetect.dsw
│   │   │   ├── OSDetect.h
│   │   │   ├── OSDetect.ncb
│   │   │   ├── OSDetect.opt
│   │   │   ├── OSDetect.plg
│   │   │   ├── OSDetect.rc
│   │   │   ├── OSDetectView.cpp
│   │   │   ├── OSDetectView.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── OSDetectDoc.ico
│   │   │   │   ├── OSDetect.ico
│   │   │   │   └── OSDetect.rc2
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── registry
│   │   │   ├── overview.htm
│   │   │   ├── ReadMe.txt
│   │   │   ├── Registry.cpp
│   │   │   ├── RegistryDemo.001
│   │   │   ├── RegistryDemo.cpp
│   │   │   ├── RegistryDemoDlg.cpp
│   │   │   ├── RegistryDemoDlg.h
│   │   │   ├── RegistryDemo.dsp
│   │   │   ├── RegistryDemo.dsw
│   │   │   ├── RegistryDemo.h
│   │   │   ├── RegistryDemo.ncb
│   │   │   ├── RegistryDemo.opt
│   │   │   ├── RegistryDemo.plg
│   │   │   ├── RegistryDemo.rc
│   │   │   ├── Registry.h
│   │   │   ├── res
│   │   │   │   ├── RegistryDemo.ico
│   │   │   │   └── RegistryDemo.rc2
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   └── traycalender
│   │   ├── HyperLink.cpp
│   │   ├── HyperLink.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── readme.txt
│   │   ├── res
│   │   │   ├── cursor1.cur
│   │   │   ├── icon10.ico
│   │   │   ├── icon11.ico
│   │   │   ├── icon12.ico
│   │   │   ├── icon13.ico
│   │   │   ├── icon14.ico
│   │   │   ├── icon15.ico
│   │   │   ├── icon16.ico
│   │   │   ├── icon17.ico
│   │   │   ├── icon18.ico
│   │   │   ├── icon19.ico
│   │   │   ├── icon1.ico
│   │   │   ├── icon20.ico
│   │   │   ├── icon21.ico
│   │   │   ├── icon22.ico
│   │   │   ├── icon23.ico
│   │   │   ├── icon24.ico
│   │   │   ├── icon25.ico
│   │   │   ├── icon26.ico
│   │   │   ├── icon27.ico
│   │   │   ├── icon28.ico
│   │   │   ├── icon29.ico
│   │   │   ├── icon2.ico
│   │   │   ├── icon30.ico
│   │   │   ├── icon31.ico
│   │   │   ├── icon3.ico
│   │   │   ├── icon4.ico
│   │   │   ├── icon5.ico
│   │   │   ├── icon6.ico
│   │   │   ├── icon7.ico
│   │   │   ├── icon8.ico
│   │   │   ├── icon9.ico
│   │   │   ├── TrayCalenderDoc.ico
│   │   │   ├── TrayCalender.ico
│   │   │   ├── TrayCalender.rc2
│   │   │   └── TrayDay.ico
│   │   ├── resource.h
│   │   ├── Splash.cpp
│   │   ├── Splash.h
│   │   ├── Splsh16.bmp
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── SystemTray.cpp
│   │   ├── SystemTray.h
│   │   ├── TrayCalender.001
│   │   ├── TrayCalender.aps
│   │   ├── TrayCalender.clw
│   │   ├── TrayCalender.cpp
│   │   ├── TrayCalender.dsp
│   │   ├── TrayCalender.dsw
│   │   ├── TrayCalender.exe
│   │   ├── TrayCalender.h
│   │   ├── TrayCalender.mak
│   │   ├── TrayCalender.ncb
│   │   ├── TrayCalender.opt
│   │   ├── TrayCalenderOptions.cpp
│   │   ├── TrayCalenderOptions.h
│   │   ├── TrayCalender.plg
│   │   └── TrayCalender.rc
│   ├── char24
│   │   ├── docking_window
│   │   │   ├── ChildFrm.cpp
│   │   │   ├── ChildFrm.h
│   │   │   ├── MainFrm.cpp
│   │   │   ├── MainFrm.h
│   │   │   ├── mybar.cpp
│   │   │   ├── mybar.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── SCBDemoDoc.ico
│   │   │   │   ├── SCBDemo.ico
│   │   │   │   ├── SCBDemo.rc2
│   │   │   │   └── Toolbar.bmp
│   │   │   ├── Resource.h
│   │   │   ├── SCBDemo.cpp
│   │   │   ├── SCBDemoDoc.cpp
│   │   │   ├── SCBDemoDoc.h
│   │   │   ├── SCBDemo.dsp
│   │   │   ├── SCBDemo.dsw
│   │   │   ├── SCBDemo.h
│   │   │   ├── SCBDemo.opt
│   │   │   ├── SCBDemo.plg
│   │   │   ├── SCBDemo.rc
│   │   │   ├── SCBDemoView.cpp
│   │   │   ├── SCBDemoView.h
│   │   │   ├── sizecbar.cpp
│   │   │   ├── sizecbar.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── HardwareInfo
│   │   │   ├── HardwareInfo.aps
│   │   │   ├── HardwareInfo.clw
│   │   │   ├── HardwareInfo.cpp
│   │   │   ├── HardwareInfoDlg.cpp
│   │   │   ├── HardwareInfoDlg.h
│   │   │   ├── HardwareInfo.doc
│   │   │   ├── HardwareInfo.dsp
│   │   │   ├── HardwareInfo.dsw
│   │   │   ├── HardwareInfo.h
│   │   │   ├── HardwareInfo.htm
│   │   │   ├── HardwareInfo.ncb
│   │   │   ├── HardwareInfo.opt
│   │   │   ├── HardwareInfo.plg
│   │   │   ├── HardwareInfo.rc
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── HardwareInfo.ico
│   │   │   │   └── HardwareInfo.rc2
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── SystemInfo.cpp
│   │   │   └── SystemInfo.h
│   │   └── ntray
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── NTRAY.CPP
│   │   ├── NTRAY.H
│   │   ├── ntray.htm
│   │   ├── RES
│   │   │   ├── happy.ico
│   │   │   ├── Nottest.rc2
│   │   │   └── sad.ico
│   │   ├── RESOURCE.H
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── Traytest.001
│   │   ├── Traytest.aps
│   │   ├── TRAYTEST.CLW
│   │   ├── TRAYTEST.CPP
│   │   ├── Traytest.dsp
│   │   ├── Traytest.dsw
│   │   ├── TRAYTEST.H
│   │   ├── Traytest.ncb
│   │   ├── Traytest.opt
│   │   ├── Traytest.plg
│   │   └── Traytest.rc
│   ├── char25
│   │   ├── start
│   │   │   ├── ADDGROUP.CPP
│   │   │   ├── ADDITEM.CPP
│   │   │   ├── DELGROUP.CPP
│   │   │   ├── DELITEM.CPP
│   │   │   ├── GLOBALS.H
│   │   │   ├── MAIN.C
│   │   │   ├── RESOURCE.H
│   │   │   ├── Strtmenu.001
│   │   │   ├── Strtmenu.aps
│   │   │   ├── Strtmenu.dsp
│   │   │   ├── Strtmenu.dsw
│   │   │   ├── STRTMENU.MAK
│   │   │   ├── Strtmenu.ncb
│   │   │   ├── Strtmenu.opt
│   │   │   ├── Strtmenu.plg
│   │   │   ├── Strtmenu.rc
│   │   │   └── WinDebug
│   │   │   └── Strtmenu.exe
│   │   └── TemplateMFC
│   │   ├── AssociateObjectDlg.cpp
│   │   ├── AssociateObjectDlg.h
│   │   ├── CategoryNameDlg.cpp
│   │   ├── CategoryNameDlg.h
│   │   ├── categorytest.cpp
│   │   ├── categorytest.h
│   │   ├── ComCatInfo.cpp
│   │   ├── ComCatInfo.hpp
│   │   ├── ComCatInformation.cpp
│   │   ├── ComCatInformation.hpp
│   │   ├── ComCatRegister.cpp
│   │   ├── ComCatRegister.hpp
│   │   ├── ComException.cpp
│   │   ├── ComException.hpp
│   │   ├── ComGUID.cpp
│   │   ├── ComGUID.hpp
│   │   ├── ComGUIDListBox.hpp
│   │   ├── ComUsesCom.cpp
│   │   ├── ComUsesCom.hpp
│   │   ├── ComUtils.hpp
│   │   ├── CountedRegKey.hpp
│   │   ├── DisassociateDlg.cpp
│   │   ├── DisassociateDlg.h
│   │   ├── ExpandableBuffer.hpp
│   │   ├── GUIDRegistryList.cpp
│   │   ├── GUIDRegistryList.hpp
│   │   ├── IEnumIterator.hpp
│   │   ├── IterateCATEGORYINFO.hpp
│   │   ├── IterateCATID.hpp
│   │   ├── IterateGUID.hpp
│   │   ├── JBListBox.cpp
│   │   ├── JBListBox.hpp
│   │   ├── JBListBoxPair.cpp
│   │   ├── JBListBoxPair.hpp
│   │   ├── JBListButton.cpp
│   │   ├── JBListButton.hpp
│   │   ├── JBListButtonList.cpp
│   │   ├── JBListButtonList.hpp
│   │   ├── Olestring.cpp
│   │   ├── Olestring.hpp
│   │   ├── ReferenceCounted.hpp
│   │   ├── RegistryKey.cpp
│   │   ├── RegistryKey.hpp
│   │   ├── RegistryList.hpp
│   │   ├── RegKeyIterator.cpp
│   │   ├── RegKeyIterator.hpp
│   │   ├── res
│   │   │   ├── TemplateMFC.ico
│   │   │   └── TemplateMFC.rc2
│   │   ├── resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── std.lnt
│   │   ├── TemplateAFX.hpp
│   │   ├── TemplateMFC.001
│   │   ├── TemplateMFC.aps
│   │   ├── TemplateMFC.clw
│   │   ├── TemplateMFC.cpp
│   │   ├── TemplateMFCDlg.cpp
│   │   ├── TemplateMFCDlg.h
│   │   ├── TemplateMFC.dsp
│   │   ├── TemplateMFC.dsw
│   │   ├── TemplateMFC.h
│   │   ├── TemplateMFC.ncb
│   │   ├── TemplateMFC.opt
│   │   ├── TemplateMFC.plg
│   │   ├── TemplateMFC.rc
│   │   ├── TListBox.hpp
│   │   ├── Utils.cpp
│   │   ├── Utils.hpp
│   │   ├── Win32Exception.cpp
│   │   └── Win32Exception.hpp
│   └── char26
│   ├── appbar
│   │   ├── ApBarDlg.cpp
│   │   ├── ApBarDlg.h
│   │   ├── ApBarWnd.cpp
│   │   ├── ApBarWnd.h
│   │   ├── AppBar.cpp
│   │   ├── AppBar.h
│   │   ├── Controls.cpp
│   │   ├── Controls.h
│   │   ├── Copy of ApBarDlg.cpp
│   │   ├── Copy of ApBarDlg.h
│   │   ├── defines.h
│   │   ├── LogMsg.cpp
│   │   ├── LogMsg.h
│   │   ├── LOG.TXT
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── TaskBar.ico
│   │   │   └── TaskBar.rc2
│   │   ├── resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── TaskBar.001
│   │   ├── TaskBar.aps
│   │   ├── TaskBar.clw
│   │   ├── TaskBar.cpp
│   │   ├── TaskBarDlg.cpp
│   │   ├── TaskBarDlg.h
│   │   ├── TaskBar.dsp
│   │   ├── TaskBar.dsw
│   │   ├── TaskBar.h
│   │   ├── TaskBar.ncb
│   │   ├── TaskBar.opt
│   │   ├── TaskBar.plg
│   │   ├── TaskBar.rc
│   │   ├── Utility.cpp
│   │   └── Utility.h
│   ├── cputicker
│   │   ├── cputicker.cpp
│   │   ├── cputicker.h
│   │   ├── res
│   │   │   ├── cpu.ico
│   │   │   └── cpu.rc2
│   │   ├── resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── ticktest.001
│   │   ├── ticktest.cpp
│   │   ├── ticktest.dsp
│   │   ├── ticktest.dsw
│   │   ├── ticktest.h
│   │   ├── ticktest.mak
│   │   ├── ticktest.ncb
│   │   ├── ticktest.opt
│   │   ├── ticktest.plg
│   │   └── ticktest.rc
│   └── stealth
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── ReadMe.txt
│   ├── res
│   │   ├── StealthDoc.ico
│   │   ├── Stealth.ico
│   │   ├── Stealth.rc2
│   │   └── Toolbar.bmp
│   ├── Resource.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── Stealth.001
│   ├── Stealth.clw
│   ├── Stealth.cpp
│   ├── StealthDoc.cpp
│   ├── StealthDoc.h
│   ├── Stealth.dsp
│   ├── Stealth.dsw
│   ├── Stealth.h
│   ├── Stealth.mak
│   ├── STEALTH.MDP
│   ├── Stealth.ncb
│   ├── Stealth.opt
│   ├── Stealth.plg
│   ├── Stealth.rc
│   ├── StealthView.cpp
│   └── StealthView.h
└── Visual C++ 高级界面特效制作百例-郭庆民-中国电力出版社-2000.pdf

265 directories, 2737 files

标签:

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警