文件名称:ReportDesign

  • 所属分类:
  • Audio
  • 资源属性:
  • [Windows] [Visual C] [源码] [Visual.Net]
  • 上传时间:
  • 2008-10-13
  • 文件大小:
  • 955.11kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • dg***
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

如何使程序在运行时自动注册ActiveX控件

Last updated on 2007-01-05 01:14:23

单身白领浪漫交友,认准亚洲交友中心

编写Delphi应用程序时,经常会遇到一些ActiveX控件[注:扩展名为OCX的控件或DLL的类型库],它们为应用程序的开发提供了简单的操作途径。然而,这些程序在发布的同时,面临ActiveX控件注册问题。解决途径:一、用安装程序制作打包文件,往往会给增加程序本身的大小,系统重装时,则必须重新安装它;二、用程序本身进行代码编写函数的形式处理它。

使用方法分为两种:

一、直接把可视化的ActiveX控件放到程序中;

二、运行时根据需要实时建立。

如果是直接使用,则应用程序在初始化的过程中会自动寻找、创建所需的ActiveX控件,如果控件没有注册,初始化程序会产生一个异常,捕捉并处理这个异常。

在程序Form中加入一个新的方法:

unit UAutoRegActiveX

interface-how that process at runtime automatic registration ActiveX Last updated on 2 007-01-05 01:14:23 single white-collar romantic friends. Recognizing the Center for Asian friends Delphi application procedures, often encounter some ActiveX controls [Note : The expansion called OCX controls or the type of DLL] for their application development provide a simple way to operate. However, the issuance of these procedures while facing ActiveX registration. Solution : First, use the setup program produced packaging paper can often increase the size of the process itself, the system of heavy equipment, we must re-install it; Second, the procedures themselves function code in the form of the preparation to deal with it. Use divided into two categories : one, directly to the visualization of ActiveX cont
(系统自动生成,下载前可以参看下载内容)

下载文件列表

压缩包 : 35738649reportdesign.rar 列表
ReportDesign\ReportDesign\DataAccess\AssemblyInfo.cs
ReportDesign\ReportDesign\DataAccess\bin\Debug\DataAccess.dll
ReportDesign\ReportDesign\DataAccess\CDataAccess.cs
ReportDesign\ReportDesign\DataAccess\DataAccess.csproj
ReportDesign\ReportDesign\DataAccess\DataAccess.csproj.user
ReportDesign\ReportDesign\DataAccess\obj\Debug\DataAccess.dll
ReportDesign\ReportDesign\DataAccess\obj\Debug\DataAccess.projdata
ReportDesign\ReportDesign\DataAccess\obj\Release\DataAccess.projdata
ReportDesign\ReportDesign\DataBase\ReportDemo.bak
ReportDesign\ReportDesign\ReportBusiness\AssemblyInfo.cs
ReportDesign\ReportDesign\ReportBusiness\bin\AxInterop.CELL50Lib.dll
ReportDesign\ReportDesign\ReportBusiness\bin\Interop.CELL50Lib.dll
ReportDesign\ReportDesign\ReportBusiness\DBStruct\DBField.cs
ReportDesign\ReportDesign\ReportBusiness\DBStruct\DBTable.cs
ReportDesign\ReportDesign\ReportBusiness\obj\Debug\AxInterop.CELL50Lib.dll
ReportDesign\ReportDesign\ReportBusiness\obj\Debug\DataAccess.dll
ReportDesign\ReportDesign\ReportBusiness\obj\Debug\Interop.CELL50Lib.dll
ReportDesign\ReportDesign\ReportBusiness\obj\Debug\ReportBusiness.dll
ReportDesign\ReportDesign\ReportBusiness\obj\Debug\ReportBusiness.dll.incr
ReportDesign\ReportDesign\ReportBusiness\obj\Debug\ReportBusiness.projdata
ReportDesign\ReportDesign\ReportBusiness\obj\Release\ReportBusiness.projdata
ReportDesign\ReportDesign\ReportBusiness\Public\CDataDictionary.cs
ReportDesign\ReportDesign\ReportBusiness\Public\CSqlBuilder.cs
ReportDesign\ReportDesign\ReportBusiness\Public\CStringFunction.cs
ReportDesign\ReportDesign\ReportBusiness\Report\CCellMethods.cs
ReportDesign\ReportDesign\ReportBusiness\Report\CReportCon.cs
ReportDesign\ReportDesign\ReportBusiness\Report\CReportMethod.cs
ReportDesign\ReportDesign\ReportBusiness\Report\CSystemBm.cs
ReportDesign\ReportDesign\ReportBusiness\ReportBusiness.csproj
ReportDesign\ReportDesign\ReportBusiness\ReportBusiness.csproj.user
ReportDesign\ReportDesign\ReportDemo\AssemblyInfo.cs
ReportDesign\ReportDesign\ReportDemo\bin\App.ico
ReportDesign\ReportDesign\ReportDemo\bin\AxInterop.CELL50Lib.dll
ReportDesign\ReportDesign\ReportDemo\bin\cellReport.dll
ReportDesign\ReportDesign\ReportDemo\bin\DataAccess.dll
ReportDesign\ReportDesign\ReportDemo\bin\Interop.CELL50Lib.dll
ReportDesign\ReportDesign\ReportDemo\bin\ReportBusiness.dll
ReportDesign\ReportDesign\ReportDemo\bin\ReportServiceConfig.exe
ReportDesign\ReportDesign\ReportDemo\bin\Start.ico
ReportDesign\ReportDesign\ReportDemo\bin\Stop.ico
ReportDesign\ReportDesign\ReportDemo\cellReport.csproj
ReportDesign\ReportDesign\ReportDemo\cellReport.csproj.webinfo
ReportDesign\ReportDesign\ReportDemo\Css\BaseInfo.css
ReportDesign\ReportDesign\ReportDemo\Css\Common.css
ReportDesign\ReportDesign\ReportDemo\Css\DataGridMagic.css
ReportDesign\ReportDesign\ReportDemo\Css\GuideAdmin.css
ReportDesign\ReportDesign\ReportDemo\Css\navbar.css
ReportDesign\ReportDesign\ReportDemo\Css\Paiche2.css
ReportDesign\ReportDesign\ReportDemo\Css\Style.css
ReportDesign\ReportDesign\ReportDemo\Css\test.css
ReportDesign\ReportDesign\ReportDemo\Css\top.css
ReportDesign\ReportDesign\ReportDemo\Global.asax
ReportDesign\ReportDesign\ReportDemo\Global.asax.cs
ReportDesign\ReportDesign\ReportDemo\Global.asax.resx
ReportDesign\ReportDesign\ReportDemo\Images\BaseInfo.gif
ReportDesign\ReportDesign\ReportDemo\Images\Calendar.gif
ReportDesign\ReportDesign\ReportDemo\Images\Contract.gif
ReportDesign\ReportDesign\ReportDemo\Images\Expand.gif
ReportDesign\ReportDesign\ReportDemo\Images\extend1.gif
ReportDesign\ReportDesign\ReportDemo\Images\extend2.gif
ReportDesign\ReportDesign\ReportDemo\Images\firstPage.gif
ReportDesign\ReportDesign\ReportDemo\Images\GGGG.gif
ReportDesign\ReportDesign\ReportDemo\Images\go.gif
ReportDesign\ReportDesign\ReportDemo\Images\HideQuery.gif
ReportDesign\ReportDesign\ReportDemo\Images\k3_03.gif
ReportDesign\ReportDesign\ReportDemo\Images\lastPage.gif
ReportDesign\ReportDesign\ReportDemo\Images\login_bg.gif
ReportDesign\ReportDesign\ReportDemo\Images\nextPage.gif
ReportDesign\ReportDesign\ReportDemo\Images\prePage.gif
ReportDesign\ReportDesign\ReportDemo\Images\querybtn1.gif
ReportDesign\ReportDesign\ReportDemo\Images\querybtn2.gif
ReportDesign\ReportDesign\ReportDemo\Images\ShowQuery.gif
ReportDesign\ReportDesign\ReportDemo\Images\关闭.gif
ReportDesign\ReportDesign\ReportDemo\Images\删除.gif
ReportDesign\ReportDesign\ReportDemo\Images\取消1.gif
ReportDesign\ReportDesign\ReportDemo\Images\排序.gif
ReportDesign\ReportDesign\ReportDemo\Images\查询.gif
ReportDesign\ReportDesign\ReportDemo\Images\登记.gif
ReportDesign\ReportDesign\ReportDemo\Images\确定1.gif
ReportDesign\ReportDesign\ReportDemo\Images\编辑.gif
ReportDesign\ReportDesign\ReportDemo\Images\详情.gif
ReportDesign\ReportDesign\ReportDemo\Js\calendar.js
ReportDesign\ReportDesign\ReportDemo\Js\CheckSelect.js
ReportDesign\ReportDesign\ReportDemo\Js\date.js
ReportDesign\ReportDesign\ReportDemo\Js\HandleXml.js
ReportDesign\ReportDesign\ReportDemo\Js\Validdate.js
ReportDesign\ReportDesign\ReportDemo\Report\BMInfo.cs
ReportDesign\ReportDesign\DataAccess\obj\Debug\temp
ReportDesign\ReportDesign\DataAccess\obj\Debug\TempPE
ReportDesign\ReportDesign\DataAccess\obj\Release\temp
ReportDesign\ReportDesign\DataAccess\obj\Release\TempPE
ReportDesign\ReportDesign\ReportBusiness\obj\Debug\temp
ReportDesign\ReportDesign\ReportBusiness\obj\Debug\TempPE
ReportDesign\ReportDesign\ReportBusiness\obj\Release\temp
ReportDesign\ReportDesign\ReportBusiness\obj\Release\TempPE
ReportDesign\ReportDesign\DataAccess\bin\Debug
ReportDesign\ReportDesign\DataAccess\bin\Release
ReportDesign\ReportDesign\DataAccess\obj\Debug
ReportDesign\ReportDesign\DataAccess\obj\Release
ReportDesign\ReportDesign\ReportBusiness\obj\Debug
ReportDesign\ReportDesign\ReportBusiness\obj\Release
ReportDesign\ReportDesign\DataAccess\bin
ReportDesign\ReportDesign\DataAccess\obj
ReportDesign\ReportDesign\ReportBusiness\bin
ReportDesign\ReportDesign\ReportBusiness\DBStruct
ReportDesign\ReportDesign\ReportBusiness\obj
ReportDesign\ReportDesign\ReportBusiness\Public
ReportDesign\ReportDesign\ReportBusiness\Report
ReportDesign\ReportDesign\ReportDemo\bin
ReportDesign\ReportDesign\ReportDemo\Css
ReportDesign\ReportDesign\ReportDemo\Images
ReportDesign\ReportDesign\ReportDemo\Js
ReportDesign\ReportDesign\ReportDemo\Report
ReportDesign\ReportDesign\DataAccess
ReportDesign\ReportDesign\DataBase
ReportDesign\ReportDesign\ReportBusiness
ReportDesign\ReportDesign\ReportDemo
ReportDesign\ReportDesign
ReportDesign
zz265.com.txt
程序近日更新.html
站长265.txt
站长265源码下载.html
重要说明.txt

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org