Is it proper to add usercontrol directly in Windows Form Application instead of creating Windows Form Control Library and reference it to Windows Form Application?
Asked
Active
Viewed 877 times
0
-
2Don't hesitate to just *try* this. – Hans Passant Jun 02 '13 at 18:27
-
I already tried it I'm just asking if its proper or is there any issue about it. :) – Karlx Swanovski Jun 02 '13 at 18:37
-
There's nothing improper about it, there are no "issues". – Hans Passant Jun 02 '13 at 18:43
1 Answers
3
Yes; that is perfectly possible.
You will still need to rebuild the project to make the designer pick up changes in the control.

SLaks
- 868,454
- 176
- 1,908
- 1,964