摘要:
刚看了园子里的 VC include 路径解析http://www.cppblog.com/nightsky0911/articles/176503.html又想起了include的其它表示方式,在VS2010里测试了下:头文件为:F:\MYDOC\Visual Studio 2010\Projects\TestDlls\FirstDll\FirstDll.h工程文件TestDlls在目录F:\MYDOC\Visual Studio 2010\Projects\TestDlls\TestDlls下以下#include在VC2010中均可编译通过:#include "FirstDll. 阅读全文
摘要:
读取写入前需创建Word的引用,打开文件并获取Word的Document对象。需要说明的一点是,Word自定义属性所能写入的长度是有限制的,约255个字符。 '对自定义属性进行读取 Dim Properties = SourceDoc.CustomDocumentProperties Dim PropertyType As Type = Properties.GetType Try Dim Authorprop = PropertyType.InvokeMember("Item", Reflection.Bi... 阅读全文