qais
qais

Reputation: 123

How would one create a UI such as this for an application?

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 :)

alt text

Upvotes: 0

Views: 472

Answers (3)

renick
renick

Reputation: 3881

If you want a free solution for WinForms check out Krypton Toolkit.

It has some nice custom themes..

Upvotes: 2

Dan Iveson
Dan Iveson

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

GarethD
GarethD

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

Related Questions