12 2012 档案

摘要:在Word我们通常在VBA或VB.NET环境下以如下方式查找Wingdings符号: Dim wdApp As Word.Application = Globals.ThisDocument.Application Dim wdDoc As Word.Document =... 阅读全文
posted @ 2012-12-31 15:10 许阳 无锡 阅读(618) 评论(0) 推荐(0)
摘要:// AddHyperLinkViaCom.cpp : Defines the entry point for the console application.//#include "stdafx.h"HRESULT AutoWrap(int autoType, VARIANT *pvResult,... 阅读全文
posted @ 2012-12-28 09:11 许阳 无锡 阅读(196) 评论(0) 推荐(0)
摘要:// Outlook_AddLink.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include HRESULT AutoWrap(int autoType, VARIANT *pvR... 阅读全文
posted @ 2012-12-27 18:54 许阳 无锡 阅读(306) 评论(0) 推荐(0)
摘要:// WordIssue.cpp : main project file.#include "stdafx.h"using namespace System;using namespace System::Reflection;#define Office Microsoft::Office#def... 阅读全文
posted @ 2012-12-04 13:43 许阳 无锡 阅读(276) 评论(0) 推荐(0)