c#生成ocx控件

c#生成ocx控件

ID:23468983

大小:465.00 KB

页数:12页

时间:2018-11-08

c#生成ocx控件_第1页
c#生成ocx控件_第2页
c#生成ocx控件_第3页
c#生成ocx控件_第4页
c#生成ocx控件_第5页
资源描述:

《c#生成ocx控件》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库

1、用C#编写ActiveX控件(一)   前些日子做一个Web项目,必须自己编写一个ActiveX控件。如今的ActiveX控件大多是使用VB/C++来开发的,而我对他们并不熟悉,因此考虑使用熟悉的C#编写ActiveX控件。   首先,建立一个WinForm控件项目HelloWorld,并拖入一个Label控件,文字设为HelloWorld,如图:UserControl1.cs内容如下:using System;using System.Collections;using System.ComponentModel;usin

2、g System.Drawing;using System.Data;using System.Windows.Forms;namespace HelloWorld{    /**//// 

    /// UserControl1 的摘要说明。    ///     public class Demo : System.Windows.Forms.UserControl    {        private System.Windows.Forms.Label label1;     

3、   /**//// 

        /// 必需的设计器变量。        ///         private System.ComponentModel.Container components = null;        public Demo()        {            // 该调用是 Windows.Forms 窗体设计器所必需的。            InitializeComponent();            // TODO: 在 InitC

4、omponent 调用后添加任何初始化        }        /**//// 

        /// 清理所有正在使用的资源。        ///         protected override void Dispose( bool disposing )        {            if( disposing )            {                if( components != null )                    

5、components.Dispose();            }            base.Dispose( disposing );        }        组件设计器生成的代码#region 组件设计器生成的代码        /**//// 

        /// 设计器支持所需的方法 - 不要使用代码编辑器         /// 修改此方法的内容。        ///         private void InitializeComponent()   

6、     {            this.label1 = new System.Windows.Forms.Label();            this.SuspendLayout();            //             // label1            //             this.label1.Location = new System.Drawing.Point(32, 32);            this.label1.Name = "label1";        

7、    this.label1.Size = new System.Drawing.Size(120, 32);            this.label1.TabIndex = 0;            this.label1.Text = "HelloWorld";            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;            //             // Demo            /

8、/             this.Controls.Add(this.label1);            this.Name = "Demo";            this.Size = new System.Drawing.Size(184, 96);            

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。