随笔分类 -  C#于ActiveX技术

上一页 1 2
Walk through COM-,NET InterOp
摘要:转: Using COM Components in .NET Introduction This Article will help you in understanding the Inter operation between .NET Environment and COM components (Which are nothing but Win32 Dynamic Linked L... 阅读全文
posted @ 2007-09-25 10:19 Dragon-China 阅读(253) 评论(0) 推荐(0) 编辑
Component-Based Development with Visual C#
摘要:转:http://www.codeproject.com/books/0764549146_8.asp Author ... 阅读全文
posted @ 2007-09-25 10:13 Dragon-China 阅读(1483) 评论(0) 推荐(0) 编辑
Simple way to expose a .NET WinForm control as an ActiveX control in any HTML page
摘要:转:http://www.codeproject.com/cs/miscctrl/htmlwincontrol.asp Download source files - 7.5 Kb Download demo project - 14.5 Kb Introduction This article intends to show a very simple way to ad... 阅读全文
posted @ 2007-09-25 10:03 Dragon-China 阅读(456) 评论(0) 推荐(0) 编辑
Importing and Extending ActiveX Controls in .NET
摘要:转:http://www.codeproject.com/csharp/importactivex.asp Download source files - 62.4 Kb Introduction We often need to reuse and extend an ActiveX control developed by other vendors in real .NET a... 阅读全文
posted @ 2007-09-25 09:56 Dragon-China 阅读(694) 评论(0) 推荐(0) 编辑
Downloading C# ActiveX components through CAB file
摘要:转:http://www.codeproject.com/useritems/C__Deployment.asp ... 阅读全文
posted @ 2007-09-25 09:50 Dragon-China 阅读(1337) 评论(0) 推荐(0) 编辑
ActiveX EXE Wrappers
摘要:转:http://www.codeproject.com/dotnet/ActiveXEXEWrappers.asp Download source - 14.4 Kb Problem When I create a new application, I create the application in .NET. However, I do have many legacy ap... 阅读全文
posted @ 2007-09-25 09:38 Dragon-China 阅读(589) 评论(0) 推荐(0) 编辑
Exposing Windows Forms Controls as ActiveX controls
摘要:转:http://www.codeproject.com/cs/miscctrl/exposingdotnetcontrols.asp?df=100&forumid=2373&exp=0&select=1359005 Download demo project - 15 Kb This article will describe how to utilise Windows Fo... 阅读全文
posted @ 2007-09-25 09:29 Dragon-China 阅读(357) 评论(0) 推荐(0) 编辑
HOW TO:使用 Visual C# .NET 生成 Office COM 外接程序
摘要:转:http://support.microsoft.com/kb/302901/zh-cn 概要 Microsoft Office XP 和 Microsoft Office 2003 都支持一种新的统一的设计结构,这种结构用于生成应用程序外接程序以增强和控制 Office 应用程序。这些外接程序叫做 COM 外接程序。本文逐步讨论了 Office COM 外接程序,并介绍了如何使用 Micr... 阅读全文
posted @ 2007-09-21 10:58 Dragon-China 阅读(416) 评论(0) 推荐(0) 编辑
用C#编写ActiveX控件
摘要:转:http://www.cnblogs.com/homer/archive/2005/01/04/86473.html 用C#编写ActiveX控件(一) 前些日子做一个Web项目,必须自己编写一个ActiveX控件。如今的ActiveX控件大多是使用VB/C++来开发的,而我对他们并不熟悉,因此考虑使用熟悉的C#编写ActiveX控件。 首先,建立一个WinFo... 阅读全文
posted @ 2007-09-21 09:50 Dragon-China 阅读(395) 评论(0) 推荐(0) 编辑

上一页 1 2