• 大小: 0.01M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-25
  • 语言: C#
  • 标签: C#  activex  

资源简介

C# 创建activeX 例子源码(要求客户端得有.net framework)

资源截图

代码片段和文件信息

using System.Reflection;
using System.Runtime.CompilerServices;
using System.Security.Permissions;

//
// General Information about an assembly is controlled through the following 
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
//
[assembly: Assemblytitle(““)]
[assembly: AssemblyDescription(““)]
[assembly: AssemblyConfiguration(““)]
[assembly: AssemblyCompany(““)]
[assembly: AssemblyProduct(““)]
[assembly: AssemblyCopyright(““)]
[assembly: AssemblyTrademark(““)]
[assembly: AssemblyCulture(““)]

//
// Version information for an assembly consists of the following four values:
//
//      Major Version
//      Minor Version 
//      Build Number
//      Revision
//
// You can specify all the values or yo

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2008-03-04 15:15  AcriveXSourceCode\
     文件        4286  2008-03-04 15:14  AcriveXSourceCode\ActiveXTest.csproj
     文件         907  2008-03-04 15:13  AcriveXSourceCode\ActiveXTest.sln
     文件        2581  2007-11-11 17:38  AcriveXSourceCode\AssemblyInfo.cs
     目录           0  2008-03-04 15:14  AcriveXSourceCode\bin\
     目录           0  2008-03-04 15:15  AcriveXSourceCode\bin\Debug\
     文件       20480  2008-03-04 15:08  AcriveXSourceCode\bin\Debug\ActiveXReport.dll
     文件       20480  2008-03-04 15:15  AcriveXSourceCode\bin\Debug\ActiveXTest.dll
     文件         596  2007-11-11 17:38  AcriveXSourceCode\Kosmala.Michal.ActiveXReport.snk
     文件        4398  2008-03-04 15:13  AcriveXSourceCode\OurActiveX.cs

评论

共有 条评论