文件名称:c#写OCX方法
文件大小:4KB
文件格式:TXT
更新时间:2015-09-27 11:33:40
c#写OCX方法
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Runtime.InteropServices; namespace WindowsFormsApplication24 { public partial class Form1 : Form { public Form1() { InitializeComponent(); }