I'm not 100% sure that VB Express includes the Windows Forms Control Library project template. If not, the alternatives are:

1. Create a Windows Forms Application project and then change 'Application type' in the project properties from Windows Forms Application to Class Library.

2. Create a Class Library project and then add a reference to the System.Windows.Forms.dll assembly and, if needed, System.Drawing.dll too.