Prix
Prix

Reputation: 19528

Personalized windows form and controls?

I wanted to make my own windows style, borders, controls for close, minimize, maximize, etc.

I was looking around with terms like "custom windows form", "personalized windows form", "custom controls" but it did not helped very much to find what I am looking for.

I would like to know what should I be looking for if I want to maky my own windows form design and controls ?

Are there libraries to make this easier ?

PS: I am sorry if this question looks too abroad I am still not sure how to simplificate it.

Upvotes: 0

Views: 1330

Answers (2)

Prix
Prix

Reputation: 19528

Recently found http://www.devcomponents.com/dotnetbar/ which seems pretty nice and easy to deal with and since i got no other replies of ways to acomplish this and this library was the on I liked the most from the recommendations I got im answering with it and checking as the answer, if in the future some one post another option that is better and easier then what I currently have I will consider it.

Upvotes: 1

Javed Akram
Javed Akram

Reputation: 15354

If you want to modify the look of your form and controls try DotNetSkin. You can make from existing windows themes or your own controls by modifying it.

Upvotes: 1

Related Questions