malaikuangren

What is the purpose or drive to build thing like (xxx),How can it achieve the original goal of design?

2012年8月13日

Exposing COM Components to the .NET Framework

摘要: This section summarizes the process needed to expose an existing COM component to managed code. For details about writing COM servers that tightly integrate with the .NET Framework, seeDesign Considerations for Interoperation.Existing COM components are valuable resources in managed code as middle-t 阅读全文

posted @ 2012-08-13 20:06 malaikuangren 阅读(429) 评论(0) 推荐(0) 编辑
OutLook 2007 UI

摘要: Closer look at Ribbon1.TabsThe Ribbon is made up of different tabs. Here we've shown theMessagetab. Each tab is related to specific kinds of work that you do in Outlook. On the tabs are the commands and buttons that you've used before.2.GroupsEach tab has several groups that show related ite 阅读全文

posted @ 2012-08-13 17:11 malaikuangren 阅读(347) 评论(0) 推荐(0) 编辑
Type Equivalence and Embedded Interop Types

摘要: Beginning with the .NET Framework version4, the common language runtime supports embedding type information for COM types directly into managed assemblies, instead of requiring the managed assemblies to obtain type information for COM types from interop assemblies. Because the embedded type informat 阅读全文

posted @ 2012-08-13 17:10 malaikuangren 阅读(638) 评论(0) 推荐(0) 编辑
Configuring a Computer to Develop Office Solutions

摘要: You must install the following prerequisites before you can use the Microsoft Office developer tools in Visual Studio 2010:Visual Studio.NET FrameworkMicrosoft OfficeFor most development tasks, you must also install and register the primary interop assemblies for Microsoft Office in the global assem 阅读全文

posted @ 2012-08-13 15:35 malaikuangren 阅读(526) 评论(0) 推荐(0) 编辑
Class Indexer and Index property

摘要: C# classes can declare indexers to provide array-like access to the classes.For example, suppose you want to define a class that makes a file appear as an array of bytes. If the file were very large, it would be impractical to read the entire file into memory, especially if you only wanted to read o 阅读全文

posted @ 2012-08-13 11:41 malaikuangren 阅读(196) 评论(0) 推荐(0) 编辑
JQuery UI

摘要: listhttp://www.cnblogs.com/think8848/archive/2011/09/28/2193990.htmlscroll barhttp://www.cnblogs.com/xiaoyao2011/archive/2012/08/13/jquery-scrollbar-plugin-examples.htmlarg.dialog 阅读全文

posted @ 2012-08-13 09:37 malaikuangren 阅读(145) 评论(0) 推荐(0) 编辑