Otis wrote:
Why not? A resource is a resource. Though, I have to say, when you have to reuse windows forms, it's better to create them as user controls, and stick them on a form when you need them.
Yes, I agee. Our application is full of user controls and custom controls, however, they are re-used within our application, not across applications. What is the benefit of re-using usercontrols, rather than forms across apps?
Thanks!