Heyy guys

I have created a class and want to distribute it without giving off my code/create it as an application.

I am aware that components are nearly no longer used and their disadvantages.

I dont need to draw anything on the ui. (I know basically components are used for this aim but I just need to try this :] )

My question is:

My class uses a webbrowser because webclient and web request don't work for me. When I start vs 2010 and select new project - Class Library and include the namespace System.Windows.Forms it doesnt find it. So first of all should I select class library to create a component and how could I include the webbrowser object?

Thanks in advance ( Ps I know the webbrowser is not ideal but please I still wanna use it )