views:

503

answers:

1

I was looking for it all night, but it seems that the project type is not on vs 2010.

But the main problem is, I want to make a custom control (or a user control compiled to a dll, if vs 2010 does not have the custom control library feature). Unluckily, I was not able to find any article for 2010 but only for 2008, which is pretty much different from the 2010 IDE.

http://msdn.microsoft.com/en-us/library/aa479318.aspx#customcontrolfromusercontrol%5Ftopic3

How will I be able to create a custom control in vs2010? Thanks in advance.

A: 

Have you tried the process listed in that article? It should still work in VS2010. I'm surprised Microsoft recommends that process, however. It's a bit of a hack. I've tried it in the past and found it unreliable.

Dave Swersky
Some of the steps on this article are not applicable to vs 2010 (or they might have a different way of doing it, but are not listed so).Thanks for the response =)
ace