資源簡介
VS2010中VC編程例子,包含MFC、ATL、UNIX等...
代碼片段和文件信息
#include?
#include?“ActiveDoc_i.c“
//?Creates?a?compound?file?which?can?be?used?to?host?ActiveDoc?in?Internet?Explorer
//?Compile?with?
//?cl?createdocfile.cpp?/link?ole32.lib
//?Use?ActiveDoc.htm?to?test?-?after?this?program?has?been?run.
void?main?()
{
????HRESULT?hr?=?CoInitialize(NULL);
if?(FAILED(hr))
return;
????IStorage??*?pStorage?=?NULL;
????
????hr?=?StgCreateDocfile(
????????L“ActiveDoc.AAA“?
????????STGM_CREATE?|?STGM_READWRITE?|?STGM_SHARE_EXCLUSIVE??
????????NULL?
????????&pStorage);
????if?(SUCCEEDED(hr))
{
pStorage->SetClass(CLSID_CActiveDoc);
????pStorage->Release();
}
CoUninitialize();
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????899??2010-05-04?06:45??C++\MFC\Visual?C++?2008?Feature?Pack\MDITabsDemo\ChildFrm.h
?????文件????????1229??2010-05-04?06:45??C++\MFC\ole\superpad\superpad.sln
?????文件?????????110??2010-05-04?06:45??C++\CLR\stlclr\StlClr?Sample\StlClrLibrary\native.h
?????文件???????45921??2010-05-04?06:45??C++\MFC\XPS\MFCXPSSample\MFCXPSSample\MFCXPSSampleDoc.cpp
?????文件?????????204??2010-05-04?06:45??C++\MFC\Visual?C++?2008?Feature?Pack\TrayMenu\StdAfx.cpp
?????文件????????8114??2010-05-04?06:45??C++\ComTypeLibfor7\allinone\collect\colledoc.cpp
?????文件?????????866??2010-05-04?06:45??C++\ATL\General\commap\aggreg\AggBlind.cpp
?????文件????????1435??2010-05-04?06:45??C++\MFC\XPS\MFCXPSSample\MFCXPSSample\MainFrm.h
?????文件????????1743??2010-05-04?06:45??C++\Attributes\General\AutoThread\AutoClient\AutoClient.vcxproj.filters
?????文件????????2826??2010-05-04?06:45??C++\MFC\WindowsTouch\TouchDemo\TouchDemoView.h
?????文件?????????507??2010-05-04?06:45??C++\MFC\ole\acdual\acdualdriv\stdafx.cpp
?????文件????????4897??2010-05-04?06:45??C++\ATL\OLEDB\Consumer\catdb\ReadMe.htm
?????文件????????1471??2010-05-04?06:45??C++\MFC\advanced\DllScreenCap\DllScreenCap\stdafx.h
?????文件?????????603??2010-05-04?06:45??C++\ATL\Advanced\mfcatl\premfcat.cpp
?????文件????????1471??2010-05-04?06:45??C++\Compiler\General\ccWrapper\Input.h
?????文件?????????718??2010-05-04?06:45??C++\MFC\ole\hiersvr\res\itoolbar.bmp
?????文件????????1426??2010-05-04?06:45??C++\MFC\WindowsTouch\TouchDemo\Resource.h
?????文件?????????791??2010-05-04?06:45??C++\MFC\Visual?C++?2008?Feature?Pack\RibbonGadgets\StdAfx.cpp
?????文件????????1834??2010-05-04?06:45??C++\International\IME\IME.cpp
?????文件???????67777??2010-05-04?06:45??C++\MFC\Visual?C++?2008?Feature?Pack\ToolbarDateTimePicker\res\ToolbarDateTimePicker.ico
?????文件????????2939??2010-05-04?06:45??C++\MFC\Visual?C++?2008?Feature?Pack\RollupPane\RollupPane.vcxproj.filters
?????文件????????1839??2010-05-04?06:45??C++\MFC\controls\licensed\licenctl.h
?????文件????????4124??2010-05-04?06:45??C++\MFC\Visual?C++?2008?Feature?Pack\MSOffice2007Demo\RibbonListButton.h
?????文件????????1238??2010-05-04?06:45??C++\Attributes\General\COMMap\Aggreg\AggBlind.h
?????文件????????6877??2010-05-04?06:45??C++\MFC\Visual?C++?2008?Feature?Pack\PaletteDemo\ReadMe.htm
?????文件?????????616??2010-05-04?06:45??C++\MFC\general\tracker\stdafx.cpp
?????文件???????52224??2010-05-04?06:45??C++\Language\webservices\nile\nilesample.doc
?????文件?????????612??2010-05-04?06:45??C++\MFC\controls\spindial\spindial.def
?????文件?????????688??2010-05-04?06:45??C++\MFC\Visual?C++?2008?Feature?Pack\DlgToolTips\resource.h
?????文件????????2293??2010-05-04?06:45??C++\MFC\controls\time\time.cpp
?????文件????????2406??2010-05-04?06:45??C++\ATL\Controls\Polygon\PolyProp.h
............此處省略6156個文件信息
- 上一篇:倉庫管理系統C++版
- 下一篇:Visual C++ 6.0編程與技巧.pdf
評論
共有 條評論