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

How can i place logotype picture on header? #62

Closed dahall closed 5 years ago

dahall commented 5 years ago

How can i place logotype picture on header?

thanks

Originally posted: 2015-03-04T09:34:16

dahall commented 5 years ago

Using WizardControl, you cannot as it forces adherence to the Windows UI standards which don't allow for a picture in the header. However, you can use the WizardPageContainer (see samples in project) to create any kind of "wizardy" form you want.

Originally posted: 2015-03-05T20:00:33