using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Text;
using System.Windows.Forms;namespace WindowsControlLibrary1
{
    public partial class UserControl1 : UserControl
    {
        public UserControl1()
        {
            InitializeComponent();
        }        private void button1_Click(object sender, EventArgs e)
        {        }
    }
}
我首先新建一个项目---控件库
然后就拖放几个标签到UserControl1,然后生成解决方案然后在其它项目中,在工具箱里右键选择“选择项”引入相对应的dll.可是工具箱没反应,为什么呢,郁闷死人了..