Greetings,
I am using Visual C# 2005 Express edition. I tried to create a Windows Control Library project and noticed that the template was missing.
Is it possible to download this template
If so where can I download it from
Thanks in advance,
Robert Lancaster
PS: Are there any other templates it may be worthwhile downloading, and if so, where can these templates be downloaded.

Visual C# 2005 Windows Control Library project template
Priscilla
You don't need a template to develop Windows Control Library Controls. Look at http://msdn2.microsoft.com/en-us/library/yhzc935f(d=printer).aspx
This article will answer all your questions. To be more speific, if you have VS2005 Professional, team etc than you have the WCL option, with Web edtion you can create a .cs or .vb class file and compile it from the command line. It is all in the above reference.