Dragon-China
博客园
首页
新随笔
新文章
联系
订阅
管理
posts - 286,comments - 149,trackbacks - 24
<
2012年2月
>
日
一
二
三
四
五
六
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
1
2
3
4
5
6
7
8
9
10
呵呵,本Blog所收集的所有资料以自娱为主,如转帖文章未注明出处,还望见谅
昵称:
Dragon-China
园龄:
5年8个月
粉丝:
13
关注:
0
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
最新随笔
1. 转:如何用C#获得文件信息以及扩展信息
2. C#制作WinForm控件
3. InfoPath: Passing Command Line parameters to a new form
4. Office 2003 主 Interop 程序集的安装和使用
5. .NET 反编译工具及其插件
6. Extensible OLE Property Pages in .NET
7. COM组件设计与应用之GUID和接口
8. 用C#创建COM对象
9. ActiveX and Com
10. Infopath中,自己编写的ActiveX控件,为何不能绑定数据到XML属性节点
我的标签
如何用C#获得文件信息以及扩展信息
(1)
随笔分类
(298)
Ajax技术(3)
ASP.NET技术(46)
C# WinForm(20)
C#于ActiveX技术(29)
Infopath ActiveX(13)
Infopath资料(33)
Js技术(12)
Office开发相关(18)
SharePoint资料 (12)
Sql Server(16)
XML/Xpath/XSLT(21)
技术资料(25)
设计模式(2)
社会杂谈(8)
图形图像(2)
文本编辑录入(10)
文本处理(14)
我的创作(10)
项目部署(4)
随笔档案
(286)
2008年4月 (1)
2007年12月 (3)
2007年11月 (12)
2007年10月 (27)
2007年9月 (34)
2007年8月 (4)
2007年7月 (10)
2007年6月 (19)
2007年5月 (18)
2007年4月 (24)
2007年3月 (38)
2007年2月 (43)
2007年1月 (4)
2006年12月 (9)
2006年11月 (13)
2006年10月 (3)
2006年9月 (5)
2006年8月 (6)
2006年7月 (1)
2006年6月 (12)
文章档案
(5)
2006年6月 (5)
技术人员Blog
cleo的Blog(Infopath/Shrepoint/WebPart)
KaneBoy--SPS的牛人
laeb的Asp.net
陈曦
快快乐乐编程
梦幻老妖的BLOG
苏鹏的博客(Ajax)
提辖外传
天道酬勤
雪叶丹枫
技术资料
C#学习
企鹅杂货铺
中国IT试验室
中国图像图形网
友情博客
王小丫的BLOG
吴晓莉的Blog
积分与排名
积分 - 208773
排名 - 404
最新评论
阅读排行榜
评论排行榜
推荐排行榜
2008年4月24日
转:如何用C#获得文件信息以及扩展信息
摘要: 转:http://blog.csdn.net/knight94/archive/2006/05/07/711327.aspx在C#中获得文件信息很容易,只需要用FileInfo类或者FileVersionInfo类就可以获得,但是如果想要获得文件的扩展信息,则无法从这两类来获得。不过在C#中,这也不是件难事,只要引入“Microsoft Shell Controls and Autom...
阅读全文
posted @ 2008-04-24 10:11 Dragon-China 阅读(765) 评论(1)
编辑
2007年12月17日
C#制作WinForm控件
摘要: 转:http://www.cnblogs.com/salonliudong/archive/2007/04/29/732524.html 自定义控件基础知识一、概述Windows 窗体控件是可再次使用的组件,它们封装了用户界面功能,并且可以用于客户端 Windows 应用程序。“Windows 窗体”不仅提供了许多现成控件,还提供了自行开发控件的基础结构。可以组合现有控件、...
阅读全文
posted @ 2007-12-17 10:58 Dragon-China 阅读(1537) 评论(1)
编辑
2007年12月14日
InfoPath: Passing Command Line parameters to a new form
摘要: A frequent question from InfoPath users is “How can I pass parameters to a newInfoPath form when it is created?”Unfortunately, there’s no built-in functionality for passing command-l...
阅读全文
posted @ 2007-12-14 09:59 Dragon-China 阅读(550) 评论(0)
编辑
2007年12月12日
Office 2003 主 Interop 程序集的安装和使用
摘要: 转字:http://www.microsoft.com/china/msdn/library/office/office/OfficePrIntopAssFAQ.mspx?mfr=true摘要:了解如何获取并安装 Office 2003 主 interop 程序集 (PIA) 和如何对其进行引用以及疑难解答。本页内容 简介 获取 Office 2003 PIA 安装 Office 2003 P...
阅读全文
posted @ 2007-12-12 10:46 Dragon-China 阅读(4000) 评论(0)
编辑
2007年11月22日
.NET 反编译工具及其插件
摘要: 工具网址:http://www.aisto.com/roeder/dotnet/插件网址:http://www.codeplex.com/reflectoraddins Reflector for .NET Reflector is the class browser, explorer, analyzer and documentation viewer for .NET. Reflector ...
阅读全文
posted @ 2007-11-22 08:52 Dragon-China 阅读(1010) 评论(2)
编辑
2007年11月20日
Extensible OLE Property Pages in .NET
摘要: IntroductionI've written a lot of COM code over the years. One of things I used quite liberally were OLE property pages. It was a handy way to configure an otherwise invisible COM component in a safe,...
阅读全文
posted @ 2007-11-20 10:54 Dragon-China 阅读(743) 评论(0)
编辑
2007年11月14日
COM组件设计与应用之GUID和接口
摘要: 转:http://www.bc-cn.net/Article/kfyy/vc/jszl/200601/3006_2.html一、前言 书接上回,话说在 doc(Word) 复合文件中,已经解决了保存 xls(Excel) 数据的问题了。那么,接下来又要解决另一个问题:当 WORD 程序读取复合文件,遇到了 xls 数据的时候,它该如何启动 Excel 呢?启动后,又如何让 Excel 自己去读入...
阅读全文
posted @ 2007-11-14 10:32 Dragon-China 阅读(597) 评论(0)
编辑
用C#创建COM对象
摘要: 转:http://www.bc-cn.net/Article/kfyy/vc/jszl/200708/6020.html在本篇文章中,我们将讨论下面的问题:·使用C#创建一个简单的COM对象(使用COM的Interop特性)。·从VC++客户端软件中访问COM。客户端软件使用了TypeLibrary(.TLB文件)。为了简单和方便开发人员使用、测试起见,我们使用了SQLSERV...
阅读全文
posted @ 2007-11-14 09:38 Dragon-China 阅读(604) 评论(0)
编辑
ActiveX and Com
摘要: 一、ActiveX的由来ActiveX最初只不过是一个商标名称而已,它所涵盖的技术并不是各自孤立的,其中多数都与Internet和Web有一定的关联。更重要的是,ActiveX的整体技术是由Microsoft的COM(Component Object Model,组件对象模型)构筑的。但不要误认为ActiveX是定义了所有包含基于COM的技术。COM与Microsoft Office和Window...
阅读全文
posted @ 2007-11-14 09:12 Dragon-China 阅读(492) 评论(1)
编辑
2007年11月7日
Infopath中,自己编写的ActiveX控件,为何不能绑定数据到XML属性节点
摘要: 转自:http://www.mcse.ms/message1299834.html&highlight=InfopathControl.savestateI've been recently dealing with this same issue and here's the resolutionI've come to:1. You can ONLY use Integers, Lon...
阅读全文
posted @ 2007-11-07 09:47 Dragon-China 阅读(578) 评论(1)
编辑
2007年11月5日
一位软件工程师的6年总结本人读了深受启发,献给所有从事IT开发的人[转贴]
摘要: “又是一年毕业时”,看到一批批学子离开人生的象牙塔,走上各自的工作岗位;想想自己也曾经意气风发、踌躇满志,不觉感叹万千……本文是自己工作6年的经历沉淀或者经验提炼,希望对所有的软件工程师们有所帮助,早日实现自己的人生目标。本文主要是关于软件开发人员如何提高自己的软件专业技术方面的具体建议,前面几点旨在确定大的方向,算是废话吧。谨以此文献给那个自己为你...
阅读全文
posted @ 2007-11-05 15:56 Dragon-China 阅读(1215) 评论(2)
编辑
2007年11月2日
InfoPath 的自动化和扩展
摘要: from: 微软 操作方法:创建 COM 加载项以将自定义功能添加到 InfoPath Microsoft Office InfoPath 2007 支持用于扩展表单编辑用户体验的 COM 加载项。尽管这是 Office InfoPath 2007 的新功能,但其他 Office 应用程序(如 Microsoft Office Word 和 Microsoft Office Excel)从 Off...
阅读全文
posted @ 2007-11-02 15:17 Dragon-China 阅读(519) 评论(2)
编辑
2007年11月1日
创建可绑定到 InfoPath 表单数据的 ActiveX 控件
摘要: 来自:微软表单中可以承载 ActiveX 控件。这些控件可以是现成的(具有某些约束),也可以针对 InfoPath 专门编写这些控件。编写 ActiveX 控件像 InfoPath 中的其他控件一样,ActiveX 控件应该支持现有的组件对象模型 (COM) 接口: IDispatch IPersistPropertyBag IPersistStreamInit IPropertyPage IOb...
阅读全文
posted @ 2007-11-01 15:11 Dragon-China 阅读(638) 评论(0)
编辑
Extending the InfoPath control set with custom controls
摘要: From: http://blogs.msdn.com/infopath/archive/2004/04/09/110504.aspxExtending the InfoPath control set with custom controlsInfoPath provides a rich and complete set of generic built-in controls in both...
阅读全文
posted @ 2007-11-01 10:58 Dragon-China 阅读(318) 评论(0)
编辑
InfoPath2007 开发人员的新增功能
摘要: 来自微软:Microsoft Office InfoPath 2007 增加了开发人员感兴趣的许多新功能和改进之处。这些改进中最重要的一点是增加了新的托管代码对象模型(对象模型:分层组织的对象和集合库,代表了应用程序的内容和功能。对象和集合具有属性、方法和事件,可用于处理应用程序和与应用程序交互。),该对象模型能够更完全并更好地与 .NET Framework 集成。对于在 Office Info...
阅读全文
posted @ 2007-11-01 10:48 Dragon-China 阅读(1305) 评论(0)
编辑
在Infopath中使用自定义控件不能激发 OnPropertyChange 事件
摘要: InfoPath has a really powerful feature to allow users to create their own custom controls for InfoPath forms using Microsoft's ActiveX technology. One requirement that is essential for controls to wor...
阅读全文
posted @ 2007-11-01 10:42 Dragon-China 阅读(314) 评论(0)
编辑
2007年10月17日
ActiveX控件和它的容器
摘要: 转:http://blog.5d.cn/user7/luhui/200601/197699.html ActiveX控件和它的容器1.COM基础 2.ActiveX控件及实现 3.ActiveX控件容器及实现 4.总结 1.COM基础 COM是一种组件开发技术, 它实际上是一种在二进制层上兼容的软件开发方法的规范. COM技术是与具体的编程语言无关的技术, 只要是支持COM开发的开发工具都可以用来...
阅读全文
posted @ 2007-10-17 15:51 Dragon-China 阅读(1418) 评论(0)
编辑
2007年10月11日
值得推荐的Infopath开发例子和资料
摘要: 例子地址:http://www.infopathdev.com/files/详细:Example Forms File Date Added Downloads Microsoft Office InfoPath 2003 Developer's Reference Microsoft Office InfoPath 2003 Developer's Reference 09-14-2006 55...
阅读全文
posted @ 2007-10-11 11:13 Dragon-China 阅读(2055) 评论(1)
编辑
Custom Control support in InfoPath
摘要: Custom Control support in InfoPath (Part I - Simple Binding)Published 07 July 04 11:32 AM | ajma Over the last year and a half, the InfoPath team has been working on the SP1 release. If anyone's seen ...
阅读全文
posted @ 2007-10-11 10:59 Dragon-China 阅读(496) 评论(0)
编辑
How To Implement IObjectSafety in Visual Basic Controls
摘要: SUMMARYThis article describes how to implement the IObjectSafety interface in Visual Basic controls to mark the controls safe for scripting and initialization. By default, Visual Basic controls use co...
阅读全文
posted @ 2007-10-11 10:57 Dragon-China 阅读(623) 评论(0)
编辑
仅列出标题
下一页