嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
Visual C 高级编程及其项目应用开发[PDF 源代码]
Visual C 高级编程及其项目应用开发[PDF 源代码] 由浅入深,让大家迅速掌握项目开发思想. VC项目开发的源代码,内容详尽,适合学习VC. 第1章 C 关键语法 第2章 Windows消息及界面设计 第3章 进程与线程 第4章 ...
.
├── Visual C 高级编程及其项目应用开发[PDF 源代码]_Visual C 高级编程及其项目应用开发.zip
└── Visual C 高级编程及其项目应用开发
├── www.pudn.com.txt
├── 第1章
│ ├── MyOperLoad
│ │ ├── MyOperLoad.cpp
│ │ ├── MyOperLoad.dep
│ │ ├── MyOperLoad.dsp
│ │ ├── MyOperLoad.dsw
│ │ └── MyOperLoad.mak
│ ├── MyOverLoad
│ │ ├── MyOverLoad.cpp
│ │ ├── MyOverLoad.dsp
│ │ └── MyOverLoad.dsw
│ ├── MyRef
│ │ ├── MyRef.cpp
│ │ ├── MyRef.dsp
│ │ └── MyRef.dsw
│ ├── myDerived
│ │ ├── myDerived.cpp
│ │ └── myDerived.dsw
│ ├── myExcept
│ │ ├── myExcept.cpp
│ │ ├── myExcept.dsp
│ │ └── myExcept.dsw
│ ├── myFuncP
│ │ ├── myFuncP.cpp
│ │ ├── myFuncP.dsp
│ │ └── myFuncP.dsw
│ ├── myPoint
│ │ ├── myPoint.cpp
│ │ ├── myPoint.dsp
│ │ └── myPoint.dsw
│ ├── myRTTI
│ │ ├── myRTTI.cpp
│ │ ├── myRTTI.dsp
│ │ └── myRTTI.dsw
│ ├── myStatic
│ │ ├── myStatic.cpp
│ │ ├── myStatic.dsp
│ │ └── myStatic.dsw
│ ├── myStdStr
│ │ ├── myStdStr.cpp
│ │ ├── myStdStr.dsp
│ │ └── myStdStr.dsw
│ ├── myString
│ │ ├── myString.cpp
│ │ ├── myString.dsp
│ │ └── myString.dsw
│ ├── myTemplate
│ │ ├── myTemplate.cpp
│ │ ├── myTemplate.dsp
│ │ └── myTemplate.dsw
│ └── myVDerived
│ ├── myVDerived.cpp
│ ├── myVDerived.dsp
│ └── myVDerived.dsw
├── 第2章
│ ├── DlgTry
│ │ ├── DlgTry.aps
│ │ ├── DlgTry.clw
│ │ ├── DlgTry.cpp
│ │ ├── DlgTry.dsp
│ │ ├── DlgTry.dsw
│ │ ├── DlgTry.h
│ │ ├── DlgTry.rc
│ │ ├── DlgTryDlg.cpp
│ │ ├── DlgTryDlg.h
│ │ ├── FlatButton.cpp
│ │ ├── FlatButton.h
│ │ ├── MyEdit.cpp
│ │ ├── MyEdit.h
│ │ ├── MyListCtrl.cpp
│ │ ├── MyListCtrl.h
│ │ ├── ReadMe.txt
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── res
│ │ ├── AUDIO.ICO
│ │ ├── CLOCK02.ICO
│ │ ├── CLOCK05.ICO
│ │ ├── CLOCK06.ICO
│ │ ├── DlgTry.ico
│ │ ├── DlgTry.rc2
│ │ └── bitmap1.bmp
│ ├── myUI
│ │ ├── ExToolBar.cpp
│ │ ├── ExToolBar.h
│ │ ├── FormFrame.cpp
│ │ ├── FormFrame.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── MyFormView.cpp
│ │ ├── MyFormView.h
│ │ ├── ReadMe.txt
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── myUI.aps
│ │ ├── myUI.clw
│ │ ├── myUI.cpp
│ │ ├── myUI.dsp
│ │ ├── myUI.dsw
│ │ ├── myUI.h
│ │ ├── myUI.rc
│ │ ├── myUIDoc.cpp
│ │ ├── myUIDoc.h
│ │ ├── myUIView.cpp
│ │ ├── myUIView.h
│ │ └── res
│ │ ├── AUDIO.ICO
│ │ ├── BOOKS05.ICO
│ │ ├── Toolbar.bmp
│ │ ├── idr_myui.ico
│ │ ├── myUI.ico
│ │ ├── myUI.rc2
│ │ ├── myUIDoc.ico
│ │ └── toolbar1.bmp
│ └── 界面特例
│ ├── SizeCoolBar
│ │ ├── scbarcf.cpp
│ │ ├── scbarcf.h
│ │ ├── scbarg.cpp
│ │ ├── scbarg.h
│ │ ├── sizecbar.cpp
│ │ └── sizecbar.h
│ └── clientMain
│ ├── ChildFrm.cpp
│ ├── ChildFrm.h
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── MyWndBar.cpp
│ ├── MyWndBar.h
│ ├── NewClientWnd.cpp
│ ├── NewClientWnd.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── clientMain.clw
│ ├── clientMain.cpp
│ ├── clientMain.dsp
│ ├── clientMain.dsw
│ ├── clientMain.h
│ ├── clientMain.rc
│ ├── clientMainDoc.cpp
│ ├── clientMainDoc.h
│ ├── clientMainView.cpp
│ ├── clientMainView.h
│ └── res
│ ├── BOOKS01.ICO
│ ├── BOOKS02.ICO
│ ├── Toolbar.bmp
│ ├── bitmap1.bmp
│ ├── clientMain.ico
│ ├── clientMain.rc2
│ ├── clientMainDoc.ico
│ ├── icon3.ico
│ ├── icon4.ico
│ ├── icon5.ico
│ └── mp_tree.bmp
├── 第3章
│ ├── MyCopy
│ │ ├── Copy_Client
│ │ │ ├── Copy_Client.aps
│ │ │ ├── Copy_Client.clw
│ │ │ ├── Copy_Client.cpp
│ │ │ ├── Copy_Client.dsp
│ │ │ ├── Copy_Client.dsw
│ │ │ ├── Copy_Client.h
│ │ │ ├── Copy_Client.rc
│ │ │ ├── Copy_ClientDlg.cpp
│ │ │ ├── Copy_ClientDlg.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ └── res
│ │ │ ├── Copy_Client.ico
│ │ │ └── Copy_Client.rc2
│ │ └── Copy_Server
│ │ ├── Copy_Server.aps
│ │ ├── Copy_Server.clw
│ │ ├── Copy_Server.cpp
│ │ ├── Copy_Server.dsp
│ │ ├── Copy_Server.dsw
│ │ ├── Copy_Server.h
│ │ ├── Copy_Server.rc
│ │ ├── Copy_ServerDlg.cpp
│ │ ├── Copy_ServerDlg.h
│ │ ├── ReadMe.txt
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── res
│ │ ├── Copy_Server.ico
│ │ └── Copy_Server.rc2
│ ├── MyCritSect
│ │ ├── MyCritSect.aps
│ │ ├── MyCritSect.clw
│ │ ├── MyCritSect.cpp
│ │ ├── MyCritSect.dsp
│ │ ├── MyCritSect.dsw
│ │ ├── MyCritSect.h
│ │ ├── MyCritSect.rc
│ │ ├── ReadMe.txt
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── MyEvent
│ │ ├── MyEvent.clw
│ │ ├── MyEvent.cpp
│ │ ├── MyEvent.dsp
│ │ ├── MyEvent.dsw
│ │ ├── MyEvent.h
│ │ ├── MyEvent.rc
│ │ ├── ReadMe.txt
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── MyMutex
│ │ ├── MyMutex.clw
│ │ ├── MyMutex.cpp
│ │ ├── MyMutex.dsp
│ │ ├── MyMutex.dsw
│ │ ├── MyMutex.h
│ │ ├── MyMutex.rc
│ │ ├── ReadMe.txt
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── MyPipe
│ │ ├── named_pipe
│ │ │ ├── ReadMe.txt
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── named_pipe.aps
│ │ │ ├── named_pipe.clw
│ │ │ ├── named_pipe.cpp
│ │ │ ├── named_pipe.dsp
│ │ │ ├── named_pipe.dsw
│ │ │ ├── named_pipe.h
│ │ │ ├── named_pipe.rc
│ │ │ ├── named_pipeDlg.cpp
│ │ │ ├── named_pipeDlg.h
│ │ │ ├── res
│ │ │ │ ├── named_pipe.ico
│ │ │ │ └── named_pipe.rc2
│ │ │ └── resource.h
│ │ └── named_pipe_c
│ │ ├── ReadMe.txt
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── named_pipe_c.aps
│ │ ├── named_pipe_c.clw
│ │ ├── named_pipe_c.cpp
│ │ ├── named_pipe_c.dsp
│ │ ├── named_pipe_c.dsw
│ │ ├── named_pipe_c.h
│ │ ├── named_pipe_c.rc
│ │ ├── named_pipe_cDlg.cpp
│ │ ├── named_pipe_cDlg.h
│ │ ├── res
│ │ │ ├── named_pipe_c.ico
│ │ │ └── named_pipe_c.rc2
│ │ └── resource.h
│ ├── MySemaphore
│ │ ├── MySemaphore.clw
│ │ ├── MySemaphore.cpp
│ │ ├── MySemaphore.dsp
│ │ ├── MySemaphore.dsw
│ │ ├── MySemaphore.h
│ │ ├── MySemaphore.rc
│ │ ├── ReadMe.txt
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── TryMutex
│ │ ├── ReadMe.txt
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── TryMutex.aps
│ │ ├── TryMutex.clw
│ │ ├── TryMutex.cpp
│ │ ├── TryMutex.dsp
│ │ ├── TryMutex.dsw
│ │ ├── TryMutex.h
│ │ ├── TryMutex.rc
│ │ ├── TryMutexDlg.cpp
│ │ ├── TryMutexDlg.h
│ │ └── res
│ │ ├── TryMutex.ico
│ │ └── TryMutex.rc2
│ └── TryProcess
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── TryProcess.aps
│ ├── TryProcess.clw
│ ├── TryProcess.cpp
│ ├── TryProcess.dsp
│ ├── TryProcess.dsw
│ ├── TryProcess.h
│ ├── TryProcess.rc
│ ├── TryProcessDlg.cpp
│ ├── TryProcessDlg.h
│ └── res
│ ├── TryProcess.ico
│ └── TryProcess.rc2
├── 第4章
│ ├── MyCommun
│ │ ├── MyCommun.aps
│ │ ├── MyCommun.clw
│ │ ├── MyCommun.cpp
│ │ ├── MyCommun.dsp
│ │ ├── MyCommun.dsw
│ │ ├── MyCommun.h
│ │ ├── MyCommun.rc
│ │ ├── MyCommunDlg.cpp
│ │ ├── MyCommunDlg.h
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── res
│ │ ├── MyCommun.ico
│ │ └── MyCommun.rc2
│ ├── MyFileMap
│ │ ├── MyFirstMap
│ │ │ ├── MyFirstMap.aps
│ │ │ ├── MyFirstMap.clw
│ │ │ ├── MyFirstMap.cpp
│ │ │ ├── MyFirstMap.dsp
│ │ │ ├── MyFirstMap.dsw
│ │ │ ├── MyFirstMap.h
│ │ │ ├── MyFirstMap.rc
│ │ │ ├── MyFirstMapDlg.cpp
│ │ │ ├── MyFirstMapDlg.h
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── WriteData.cpp
│ │ │ ├── WriteData.h
│ │ │ └── res
│ │ │ ├── MyFirstMap.ico
│ │ │ └── MyFirstMap.rc2
│ │ └── MySecondMap
│ │ ├── MySecondMap.aps
│ │ ├── MySecondMap.clw
│ │ ├── MySecondMap.cpp
│ │ ├── MySecondMap.dsp
│ │ ├── MySecondMap.h
│ │ ├── MySecondMap.rc
│ │ ├── MySecondMapDlg.cpp
│ │ ├── MySecondMapDlg.h
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── res
│ │ ├── MySecondMap.ico
│ │ └── MySecondMap.rc2
│ ├── MyIniFile
│ │ ├── MyIniFile.aps
│ │ ├── MyIniFile.clw
│ │ ├── MyIniFile.cpp
│ │ ├── MyIniFile.dsp
│ │ ├── MyIniFile.dsw
│ │ ├── MyIniFile.h
│ │ ├── MyIniFile.rc
│ │ ├── MyIniFileDlg.cpp
│ │ ├── MyIniFileDlg.h
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── res
│ │ ├── MyIniFile.ico
│ │ └── MyIniFile.rc2
│ ├── MyReadFile
│ │ ├── MyReadFile.clw
│ │ ├── MyReadFile.cpp
│ │ ├── MyReadFile.dsp
│ │ ├── MyReadFile.dsw
│ │ ├── MyReadFile.h
│ │ ├── MyReadFile.rc
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── MyRegTry
│ │ ├── MyRegTry.aps
│ │ ├── MyRegTry.clw
│ │ ├── MyRegTry.cpp
│ │ ├── MyRegTry.dsp
│ │ ├── MyRegTry.dsw
│ │ ├── MyRegTry.h
│ │ ├── MyRegTry.rc
│ │ ├── MyRegTryDlg.cpp
│ │ ├── MyRegTryDlg.h
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── res
│ │ ├── MyRegTry.ico
│ │ └── MyRegTry.rc2
│ ├── MySearchFile
│ │ ├── MySearchFile.aps
│ │ ├── MySearchFile.clw
│ │ ├── MySearchFile.cpp
│ │ ├── MySearchFile.dsp
│ │ ├── MySearchFile.dsw
│ │ ├── MySearchFile.h
│ │ ├── MySearchFile.rc
│ │ ├── MySearchFileDlg.cpp
│ │ ├── MySearchFileDlg.h
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── res
│ │ │ ├── CLSDFOLD.ICO
│ │ │ ├── FOLDER02.ICO
│ │ │ ├── MySearchFile.ico
│ │ │ ├── MySearchFile.rc2
│ │ │ └── bitmap1.bmp
│ │ └── ~VC39F.tmp
│ └── MySendPort
│ ├── MySendPort.aps
│ ├── MySendPort.clw
│ ├── MySendPort.cpp
│ ├── MySendPort.dsp
│ ├── MySendPort.dsw
│ ├── MySendPort.h
│ ├── MySendPort.rc
│ ├── MySendPortDlg.cpp
│ ├── MySendPortDlg.h
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── res
│ ├── MySendPort.ico
│ └── MySendPort.rc2
├── 第5章
│ ├── MyComTry
│ │ ├── MyComClient
│ │ │ ├── 20030701.log
│ │ │ ├── MyComClient.aps
│ │ │ ├── MyComClient.clw
│ │ │ ├── MyComClient.cpp
│ │ │ ├── MyComClient.dsp
│ │ │ ├── MyComClient.dsw
│ │ │ ├── MyComClient.h
│ │ │ ├── MyComClient.rc
│ │ │ ├── MyComClientDlg.cpp
│ │ │ ├── MyComClientDlg.h
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ └── res
│ │ │ ├── MyComClient.ico
│ │ │ └── MyComClient.rc2
│ │ └── TimeLogServer
│ │ ├── GUIDS.h
│ │ ├── ITimeLogServer.h
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── TimeLogServer.aps
│ │ ├── TimeLogServer.clw
│ │ ├── TimeLogServer.cpp
│ │ ├── TimeLogServer.def
│ │ ├── TimeLogServer.dsp
│ │ ├── TimeLogServer.dsw
│ │ ├── TimeLogServer.h
│ │ ├── TimeLogServer.odl
│ │ ├── TimeLogServer.rc
│ │ ├── TimeLogServerApp.cpp
│ │ ├── TimeLogServerApp.h
│ │ └── res
│ │ └── TimeLogServer.rc2
│ ├── MyDllClient
│ │ ├── MyDllClient.aps
│ │ ├── MyDllClient.clw
│ │ ├── MyDllClient.cpp
│ │ ├── MyDllClient.dsp
│ │ ├── MyDllClient.h
│ │ ├── MyDllClient.rc
│ │ ├── MyDllClientDlg.cpp
│ │ ├── MyDllClientDlg.h
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── res
│ │ ├── MyDllClient.ico
│ │ └── MyDllClient.rc2
│ └── MyHookDll
│ ├── MyHookDll.aps
│ ├── MyHookDll.clw
│ ├── MyHookDll.cpp
│ ├── MyHookDll.def
│ ├── MyHookDll.dsp
│ ├── MyHookDll.dsw
│ ├── MyHookDll.h
│ ├── MyHookDll.rc
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── res
│ └── MyHookDll.rc2
├── 第6章
│ ├── WinSocket-TCP
│ │ ├── WinSockClient
│ │ │ ├── Resource.h
│ │ │ ├── SocketClient.cpp
│ │ │ ├── SocketClient.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── WinSockClient.aps
│ │ │ ├── WinSockClient.clw
│ │ │ ├── WinSockClient.cpp
│ │ │ ├── WinSockClient.dsp
│ │ │ ├── WinSockClient.dsw
│ │ │ ├── WinSockClient.h
│ │ │ ├── WinSockClient.rc
│ │ │ ├── WinSockClientDlg.cpp
│ │ │ ├── WinSockClientDlg.h
│ │ │ └── res
│ │ │ ├── WinSockClient.ico
│ │ │ └── WinSockClient.rc2
│ │ └── WinSockServer
│ │ ├── Resource.h
│ │ ├── SocketListen.cpp
│ │ ├── SocketListen.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── WinSockServer.aps
│ │ ├── WinSockServer.clw
│ │ ├── WinSockServer.cpp
│ │ ├── WinSockServer.dsp
│ │ ├── WinSockServer.dsw
│ │ ├── WinSockServer.h
│ │ ├── WinSockServer.rc
│ │ ├── WinSockServerDlg.cpp
│ │ ├── WinSockServerDlg.h
│ │ └── res
│ │ ├── WinSockServer.ico
│ │ └── WinSockServer.rc2
│ └── WinSocket-UDP
│ └── WinSockUDP
│ ├── Resource.h
│ ├── SocketUdp.cpp
│ ├── SocketUdp.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── WinSockUDP.aps
│ ├── WinSockUDP.clw
│ ├── WinSockUDP.cpp
│ ├── WinSockUDP.dsp
│ ├── WinSockUDP.dsw
│ ├── WinSockUDP.h
│ ├── WinSockUDP.rc
│ ├── WinSockUDPDlg.cpp
│ ├── WinSockUDPDlg.h
│ └── res
│ ├── WinSockUDP.ico
│ └── WinSockUDP.rc2
├── 第7章
│ ├── MyCommandTry
│ │ ├── DlgProxy.cpp
│ │ ├── DlgProxy.h
│ │ ├── MyCommandTry.aps
│ │ ├── MyCommandTry.clw
│ │ ├── MyCommandTry.cpp
│ │ ├── MyCommandTry.dsp
│ │ ├── MyCommandTry.dsw
│ │ ├── MyCommandTry.h
│ │ ├── MyCommandTry.odl
│ │ ├── MyCommandTry.rc
│ │ ├── MyCommandTryDlg.cpp
│ │ ├── MyCommandTryDlg.h
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── column.cpp
│ │ ├── column.h
│ │ ├── columns.cpp
│ │ ├── columns.h
│ │ ├── dataformatdisp.cpp
│ │ ├── dataformatdisp.h
│ │ ├── datagrid.cpp
│ │ ├── datagrid.h
│ │ ├── font.cpp
│ │ ├── font.h
│ │ ├── picture.cpp
│ │ ├── picture.h
│ │ ├── res
│ │ │ ├── MyCommandTry.ico
│ │ │ └── MyCommandTry.rc2
│ │ ├── selbookmarks.cpp
│ │ ├── selbookmarks.h
│ │ ├── split.cpp
│ │ ├── split.h
│ │ ├── splits.cpp
│ │ ├── splits.h
│ │ ├── stddataformatsdisp.cpp
│ │ └── stddataformatsdisp.h
│ ├── MyConnTrans
│ │ ├── DlgProxy.cpp
│ │ ├── DlgProxy.h
│ │ ├── MyConnTrans.aps
│ │ ├── MyConnTrans.clw
│ │ ├── MyConnTrans.cpp
│ │ ├── MyConnTrans.dsp
│ │ ├── MyConnTrans.dsw
│ │ ├── MyConnTrans.h
│ │ ├── MyConnTrans.odl
│ │ ├── MyConnTrans.rc
│ │ ├── MyConnTransDlg.cpp
│ │ ├── MyConnTransDlg.h
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── column.cpp
│ │ ├── column.h
│ │ ├── columns.cpp
│ │ ├── columns.h
│ │ ├── dataformatdisp.cpp
│ │ ├── dataformatdisp.h
│ │ ├── datagrid.cpp
│ │ ├── datagrid.h
│ │ ├── font.cpp
│ │ ├── font.h
│ │ ├── msado26.tlh
│ │ ├── msado26.tli
│ │ ├── picture.cpp
│ │ ├── picture.h
│ │ ├── res
│ │ │ ├── MyConnTrans.ico
│ │ │ └── MyConnTrans.rc2
│ │ ├── selbookmarks.cpp
│ │ ├── selbookmarks.h
│ │ ├── split.cpp
│ │ ├── split.h
│ │ ├── splits.cpp
│ │ ├── splits.h
│ │ ├── stddataformatsdisp.cpp
│ │ └── stddataformatsdisp.h
│ ├── MyConnTry
│ │ ├── MyConnTry.aps
│ │ ├── MyConnTry.clw
│ │ ├── MyConnTry.cpp
│ │ ├── MyConnTry.dsp
│ │ ├── MyConnTry.dsw
│ │ ├── MyConnTry.h
│ │ ├── MyConnTry.rc
│ │ ├── MyConnTryDlg.cpp
│ │ ├── MyConnTryDlg.h
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── column.cpp
│ │ ├── column.h
│ │ ├── columns.cpp
│ │ ├── columns.h
│ │ ├── dataformatdisp.cpp
│ │ ├── dataformatdisp.h
│ │ ├── datagrid.cpp
│ │ ├── datagrid.h
│ │ ├── font.cpp
│ │ ├── font.h
│ │ ├── msado26.tlh
│ │ ├── msado26.tli
│ │ ├── picture.cpp
│ │ ├── picture.h
│ │ ├── res
│ │ │ ├── MyConnTry.ico
│ │ │ └── MyConnTry.rc2
│ │ ├── selbookmarks.cpp
│ │ ├── selbookmarks.h
│ │ ├── split.cpp
│ │ ├── split.h
│ │ ├── splits.cpp
│ │ ├── splits.h
│ │ ├── stddataformatsdisp.cpp
│ │ └── stddataformatsdisp.h
│ └── MyFieldTry
│ ├── MyFieldTry.aps
│ ├── MyFieldTry.clw
│ ├── MyFieldTry.cpp
│ ├── MyFieldTry.dsp
│ ├── MyFieldTry.dsw
│ ├── MyFieldTry.h
│ ├── MyFieldTry.rc
│ ├── MyFieldTryDlg.cpp
│ ├── MyFieldTryDlg.h
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── res
│ ├── MyFieldTry.ico
│ └── MyFieldTry.rc2
├── 源代码_Visual C 高级编程及其项目应用开发.rar
├── 最终项目
│ ├── AdoQuery
│ │ ├── AdoQuery.aps
│ │ ├── AdoQuery.clw
│ │ ├── AdoQuery.cpp
│ │ ├── AdoQuery.def
│ │ ├── AdoQuery.dsp
│ │ ├── AdoQuery.dsw
│ │ ├── AdoQuery.h
│ │ ├── AdoQuery.idl
│ │ ├── AdoQuery.rc
│ │ ├── AdoQuery_i.c
│ │ ├── AdoQuery_p.c
│ │ ├── AdoQueryps.def
│ │ ├── AdoQueryps.mk
│ │ ├── EXPLORER.ICO
│ │ ├── Gxp_adoQuery.cpp
│ │ ├── Gxp_adoQuery.h
│ │ ├── Gxp_adoQuery.rgs
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── adoQueryDlg.cpp
│ │ ├── adoQueryDlg.h
│ │ ├── atlcontrols.h
│ │ ├── dlldata.c
│ │ ├── dlldatax.c
│ │ ├── dlldatax.h
│ │ └── msado26.tlh
│ ├── BmpIcon
│ │ ├── Last.bmp
│ │ ├── first.bmp
│ │ ├── first1.bmp
│ │ ├── next.bmp
│ │ ├── 目录树.bmp
│ │ ├── 关闭当前.bmp
│ │ ├── 关闭所有.bmp
│ │ ├── 垂直排列.bmp
│ │ ├── 平铺排列.bmp
│ │ └── 水平排列.bmp
│ ├── Pos_Server
│ │ ├── Pos_ADO.cpp
│ │ ├── Pos_ADO.h
│ │ ├── Pos_ADO.rgs
│ │ ├── Pos_Server.aps
│ │ ├── Pos_Server.cpp
│ │ ├── Pos_Server.def
│ │ ├── Pos_Server.dep
│ │ ├── Pos_Server.dsp
│ │ ├── Pos_Server.dsw
│ │ ├── Pos_Server.h
│ │ ├── Pos_Server.idl
│ │ ├── Pos_Server.mak
│ │ ├── Pos_Server.rc
│ │ ├── Pos_Server.rgs
│ │ ├── Pos_Server_i.c
│ │ ├── Pos_Server_p.c
│ │ ├── Pos_Serverps.def
│ │ ├── Pos_Serverps.mk
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── dlldata.c
│ │ ├── dlldatax.c
│ │ ├── dlldatax.h
│ │ ├── msado26.tlh
│ │ └── msado26.tli
│ ├── ProgBMP
│ │ ├── BackGround.bmp
│ │ └── splashBMP.bmp
│ ├── SizeCoolBar
│ │ ├── scbarcf.cpp
│ │ ├── scbarcf.h
│ │ ├── scbarg.cpp
│ │ ├── scbarg.h
│ │ ├── sizecbar.cpp
│ │ └── sizecbar.h
│ └── clientMain
│ ├── ADOSamp.tlh
│ ├── ADOSamp.tli
│ ├── AdoQuery.tlh
│ ├── AdoQuery.tli
│ ├── BuyMaterialView.cpp
│ ├── BuyMaterialView.h
│ ├── ChildFrm.cpp
│ ├── ChildFrm.h
│ ├── ClientFinanceView.cpp
│ ├── ClientFinanceView.h
│ ├── ClientSellView.cpp
│ ├── ClientSellView.h
│ ├── CommPrintDlg.cpp
│ ├── CommPrintDlg.h
│ ├── FChildFrm.cpp
│ ├── FChildFrm.h
│ ├── InitDlg.cpp
│ ├── InitDlg.h
│ ├── MSWORD.tlh
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ManageUserView.cpp
│ ├── ManageUserView.h
│ ├── MyWndBar.cpp
│ ├── MyWndBar.h
│ ├── NewClientWnd.cpp
│ ├── NewClientWnd.h
│ ├── Pos_Server.tlh
│ ├── Resource.h
│ ├── SChildFrm.cpp
│ ├── SChildFrm.h
│ ├── SellMaterialView.cpp
│ ├── SellMaterialView.h
│ ├── Server_dbPos.h
│ ├── Server_dbPos.tlh
│ ├── Splash.cpp
│ ├── Splash.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── SysLogInDlg.cpp
│ ├── SysLogInDlg.h
│ ├── UserDlg.cpp
│ ├── UserDlg.h
│ ├── VBE6EXT.tlh
│ ├── clientMain.aps
│ ├── clientMain.clw
│ ├── clientMain.cpp
│ ├── clientMain.dsp
│ ├── clientMain.dsw
│ ├── clientMain.h
│ ├── clientMain.ncb
│ ├── clientMain.opt
│ ├── clientMain.plg
│ ├── clientMain.rc
│ ├── clientMainDoc.cpp
│ ├── clientMainDoc.h
│ ├── clientMainView.cpp
│ ├── clientMainView.h
│ ├── column.cpp
│ ├── column.h
│ ├── columns.cpp
│ ├── columns.h
│ ├── dataformatdisp.cpp
│ ├── dataformatdisp.h
│ ├── datagrid.cpp
│ ├── datagrid.h
│ ├── excel.cpp
│ ├── excel.h
│ ├── font.cpp
│ ├── font.h
│ ├── msado26.tlh
│ ├── msflexgrid.cpp
│ ├── msflexgrid.h
│ ├── msword.cpp
│ ├── msword.h
│ ├── picture.cpp
│ ├── picture.h
│ ├── res
│ │ ├── ADD.bmp
│ │ ├── BINOCULR.ICO
│ │ ├── BOOKS01.ICO
│ │ ├── BOOKS02.ICO
│ │ ├── BackGround.bmp
│ │ ├── CNFNOT.ICO
│ │ ├── CRDFLE13.ICO
│ │ ├── Cancel.bmp
│ │ ├── Del.bmp
│ │ ├── EXPLORER.ICO
│ │ ├── EYE.ICO
│ │ ├── HAMMER.ICO
│ │ ├── KEY04.ICO
│ │ ├── Last.bmp
│ │ ├── MISC18.ICO
│ │ ├── MISC19.ICO
│ │ ├── NOTE14.ICO
│ │ ├── SCDCNCLL.ICO
│ │ ├── Toolbar.bmp
│ │ ├── clientMain.ico
│ │ ├── clientMain.rc2
│ │ ├── clientMainDoc.ico
│ │ ├── first.bmp
│ │ ├── first1.bmp
│ │ ├── ico00001.ico
│ │ ├── ico00002.ico
│ │ ├── ico00003.ico
│ │ ├── ico00004.ico
│ │ ├── ico00005.ico
│ │ ├── ico00006.ico
│ │ ├── ico00007.ico
│ │ ├── ico00008.ico
│ │ ├── icon3.ico
│ │ ├── icon4.ico
│ │ ├── icon5.ico
│ │ ├── idr_clie.ico
│ │ ├── idr_mate.ico
│ │ ├── mp_tree.bmp
│ │ ├── next.bmp
│ │ ├── splashBMP.bmp
│ │ ├── 修改.bmp
│ │ ├── 目录树.bmp
│ │ ├── 电脑探密 回收站已满.ico
│ │ ├── 关闭当前.bmp
│ │ ├── 关闭所有.bmp
│ │ ├── 垂直排列.bmp
│ │ ├── 平铺排列.bmp
│ │ └── 水平排列.bmp
│ ├── rowcursor.cpp
│ ├── rowcursor.h
│ ├── selbookmarks.cpp
│ ├── selbookmarks.h
│ ├── split.cpp
│ ├── split.h
│ ├── splits.cpp
│ ├── splits.h
│ ├── stddataformatsdisp.cpp
│ └── stddataformatsdisp.h
└── 最终项目使用说明.txt
96 directories, 820 files