stylish form skin in visual basic .Net?
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.
Program开发者_如何学运维ming language: VB.Net (2008) Database: SQL Sever
Try using WPF in stead of winforms. It allows for a more stylished interface, and it's somewhat easier to build according to some.
Use Krypton Controls which allows to style forms and controls.
精彩评论