I am using the webbrowser control in my project which has many forms. My question is simple... does my prgoram require more memory if I had the webbrowser component on all three forms that are in my program... or would it be better to build a generic template form that I would customize dependent on it's use (thus only useing the webbrowser control once.

Simply stated: Does it matter how many times you use a control in your project once you have added it as a component?