How to add User control in the toolbox for C#.net for winforms by importing the dll to the reference?

后端 未结 5 1921
温柔的废话
温柔的废话 2020-12-17 08:14

I have one dll of usercontrol and I add to it to the references in my project. And now I want to access this usercontrol from toolbox but it does not appear in the toolbox.

5条回答
  •  自闭症患者
    2020-12-17 08:52

    Right Click on empty field of toolbox and select "choose item" and then go to your project folder and select your dll file (or EXE file)

提交回复
热议问题