Project Type in Visual Studio .NET

  • Thread starter Thread starter Franky
  • Start date Start date
F

Franky

I want to create a custum control but in Visual
Studio .NET In the list of Product Type they dont have
the: Windows Control Library...

How can i add it?
Or create it or something else...


Thanks

______________________
Franky
 
There is no "custom control" editor, because there is no designer support
for it. To create a custom control, simply derive a class from Control. To
add designer support is a bit more work, but is pretty well documented
online with samples from Microsoft and OpenNETCF
 
Back
Top