dahall / AeroWizard

Library for easy creation of custom and Aero Wizards. Aero Wizard strictly follows Microsoft guidelines and uses Visual Styles to get visual theming.
MIT License
112 stars 32 forks source link

Run-time Example - Windows 7 / Vista source #71

Closed dahall closed 5 years ago

dahall commented 5 years ago

Hi

Is it possible to please share the source of the Windows 7 run example image? I cannot see how to create those awesome looking buttons!

Thanks

Originally posted: 2016-08-18T10:01:46

dahall commented 5 years ago

You can use the Vista Controls library. https://www.nuget.org/packages/WindowsFormsAero/

Originally posted: 2016-08-19T10:51:51

dahall commented 5 years ago

I wrote this for a diagnostic tool to allow me to use that style on XP as well. It will use the native button if available, and will custom draw if needed.

http://taskscheduler.codeplex.com/SourceControl/latest#TaskService/TaskSchedulerConfig/CommandLink.cs

Originally posted: 2016-08-19T15:00:53