Does anyone know how I can use the same UserControl (the content of the usercontrol, the same chosen color for example) I created in all windows Forms of the same project?
Asked
Active
Viewed 233 times
1 Answers
2
If I understand you correctly: You could make a Window that contains the user control and inherit from this Window when you want to create another window. Is that what you are looking for?

Emond
- 50,210
- 11
- 84
- 115
-
Yes that's exactly what im looking for? – Uness Apr 06 '11 at 06:19