claws
claws

Reputation: 54100

Where to get custom controls for Winforms .NET?

I'm wondering if I can get some custom controls in winforms .NET? Is there any place? I'm looking for album control. (something like this: http://joomla15.sakic.net/gallery/78th-international-motor-show-geneva/#8

Upvotes: 1

Views: 509

Answers (2)

Sorin Comanescu
Sorin Comanescu

Reputation: 4867

Also, WindowsClient.NET is a good source.

Upvotes: 4

µBio
µBio

Reputation: 10748

There are lots of places.

  • telerik is a popular commercial option
  • Codeplex has a lot of code of varying quality
  • Google and of course the goog has millions of hits to wade through if the above don't work out.

As for your specific control, I'm pretty certain I've seen a number of them on codeplex in the past.

Upvotes: 4

Related Questions