Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Make C# applications look nice

I have been designing many applications for my company lately where "fancy" interfaces have not been needed, and where the "basic" controls have been good enough in terms of looks.

However, I have just been handed a project where the "typical" VS(Visual Studio 2010) look is not going to cut it. Is there some where that I can get "fancy"er looking controls for VS so that it does not look like a cheap build, or a basic windows program?

like image 916
Reid Avatar asked Jul 22 '12 20:07

Reid


2 Answers

Go and learn Windows Presentation Foundation. It utilizes DirectX and provides developers with a compact model for building rich user experiences for Windows-based systems. You can start on this tutorial site to learn about what WPF is and what you can do with that framework.

Also check out these components to see the power of WPF:

  • DevExpress DXperience
  • Telerik
  • ComponentOne
  • Syncfusion
like image 136
Ahmet B. Badın Avatar answered Sep 17 '22 19:09

Ahmet B. Badın


Some of the options:

  1. Move to WPF.

  2. Telerik, Devexpress, Infragistics etc offer richer library, but could leave a hole in your pocket.

  3. Bare minimum, you could just How can you make a .net windows forms project look fresh?

like image 45
nawfal Avatar answered Sep 18 '22 19:09

nawfal