views:

235

answers:

0

I can't seem to add a user control from an existing solution I've created in visual C++ 2008 Express. I don't see the option located anywhere. Perhaps I'm looking in the wrong area or it's just not available in the express edition. I've followed the advice described here: http://msdn.microsoft.com/en-us/library/114xc3e5%28VS.80%29.aspx

The steps listed in the link above are as follows:
1. On the File menu, click New Project.
2. On the Templates pane, in the New Project dialog box, click Class Library and then click OK.
3. On the Project menu, click Add User Control.

Step 3 is where I get stuck. There is no 'Add User Control'. Additionally, even if the prior link was for visual basic, the same procedure (I would have thought) still applies. When I tried performing the above steps in Visual C# 2008 Express everything seemed to work as expected.

Thanks for any help at all!