0

How to make stylish form in VB.Net?

I am working on Final year project for graduation. Project on a "Service center" of a Mobile company.

Please suggest, how to make project more beautiful or easy user interface.

Programming language: VB.Net (2008) Database: SQL Sever

  • 1
    UI Design is altogether another aspect of software development. There is no one answer to it. Use icons, images in buttons, form transparency, backgrounds etc etc. – A G Sep 01 '10 at 10:40
  • Thanks Aseem and how can make my project with multilingual support, specially Hindi. – Rahul SIngh Rathaure Sep 01 '10 at 10:52
  • 1
    I think you are going too fast :)... http://stackoverflow.com/questions/119568/best-practice-to-make-a-multi-language-application-in-c-winforms – A G Sep 01 '10 at 10:54

2 Answers2

0

Try using WPF in stead of winforms. It allows for a more stylished interface, and it's somewhat easier to build according to some.

Ikke
  • 99,403
  • 23
  • 97
  • 120
0

Use Krypton Controls which allows to style forms and controls.

Giorgi
  • 30,270
  • 13
  • 89
  • 125