相关文章  
  • Visual Studio 2005中C++的变化
  • 使用Reporting Services窗体身份验证
  • 动态下拉菜单的简单实现
  • 如何实现日期比较 显示五天内日期
  • 构建一个弹出式图象按钮
  • 小心GDI+资源泄漏 -- 猜想 测试 应对全过程
  • 浅谈 C# 中的代码协同 (Coroutine) 执行支持
  • 在 C# 中处理结构内的数组源代码分析
  • 谈 WinDbg 之 InternalCall 的使用与实现
  • 谈 WinDbg 之 AppDomain 的创建过程
  •   推荐  
      科普之友首页   专利     科普      动物      植物        天文   考古   前沿科技
     您现在的位置在:  首页 >>文献 >>培训

    C#与Excel的交互功能代码实例4

    "button1";
      this.button1.Click += new System.EventHandler(this.button1_Click);
      //
      // comboBox1
      //
      this.comboBox1.Location = new System.Drawing.Point(112, 40);
      this.comboBox1.Name = "comboBox1";
      this.comboBox1.Size = new System.Drawing.Size(376, 20);
      this.comboBox1.TabIndex = 1;
      this.comboBox1.Text = "comboBox1";
      //
      // Form3
      //
      this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
      this.ClientSize = new System.Drawing.Size(544, 333);
      this.Controls.Add(this.comboBox1);
      this.Controls.Add(this.button1);
      this.Name = "Form3";
      this.Text = "Form3";
      this.Load += new System.EventHandler(this.Form3_Load);
      this.ResumeLayout(false);
      
      }
      #endregion
      
      [STAThread]
      static void Ma

    页码:[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]4页、共10页

         

          设为首页       |       加入收藏       |       广告服务       |       友情链接       |       版权申明      

    Copyriht 2007 - 2008 ©  科普之友 All right reserved