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

"Buttons" on the screenshot #42

Closed dahall closed 5 years ago

dahall commented 5 years ago

On the mainpage for this project there is a couple of screenshot of the Wizard.

I can't figure out how the "buttons" are created (the ones with the "Hint-text" below the text).

I have downloaded the source for the library and looked at the TestWizard-project. In this project I can only see some standard WinForms buttons.

How do I make those "fancy" buttons?

UPDATE:

Found the classes in the source! But apparently they contain a lot of errors. Could you investigate these and maybe use the controls in the TestWizard project?

Originally posted: 2011-09-05T03:39:34

dahall commented 5 years ago

Those are command links and are available in a well supported library at http://archive.msdn.microsoft.com/WindowsAPICodePack.

Originally posted: 2011-09-06T09:32:07

dahall commented 5 years ago

Ah. Thanks!

Originally posted: 2011-09-07T02:12:14