how to add a user control from a dll(already referenced) to ui in design mode? -


if first add toolbox, exception thrown, saying dll referenced.

and hate add ui programmatically.

any idea? have add programmatically?

how removing previous reference , browsing dll ?


Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -