Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows Forms Windows 8 Theme

How to apply windows 8 theme for windows forms ?

enter image description here

Note : What i want to achieve is clearly using the style so that any user [with\without] windows 8 installed can see my application with windows 8 style. {Just Like Any Other Style?]

like image 601
Roman Ratskey Avatar asked Jun 20 '26 07:06

Roman Ratskey


1 Answers

Not sure why you would want to, because it makes your UI inconsistent with other applications in the OS - chances are users won't be happy. To help you convert the whole OS, there are 3rd party themes available on the internet. For Windows 7, there is one by deviantart. Or try Windows 8 Transformation pack, which supposedly can even work on XP.

If you want to style your particular app, there are 3rd party UI components you can use, but they are all paid (from what I know). Some vendors, for example, are Devexpress and Telerik.

like image 160
Neolisk Avatar answered Jun 23 '26 03:06

Neolisk