Reputation: 123
Anyone know how I would go about implementing a UI that's very customized, something like this? (Programming in VB.net right now if it matters).
Have yet to deviate from the standard windows form look but I've got a project which I would like to visually style out how I want. Thanks in advance :)
Upvotes: 0
Views: 472
Reputation: 3881
If you want a free solution for WinForms check out Krypton Toolkit.
It has some nice custom themes..
Upvotes: 2
Reputation: 936
With a few custom graphics and controls you should be able to reproduce that with VB.Net, although it's been a while so I can't be more specific.
Upvotes: 0
Reputation: 340
Use WPF.
You can style that however you like.
You will probably be able to find some UI components from companies like Telerik and Infragistics.
Upvotes: 2