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

Next button says "Next >" in design mode but is displayed as "Next" in runtime #27

Closed dahall closed 6 years ago

dahall commented 6 years ago

There is a discrepancy in how the Next button is previewed in design mode and how it is presented in runtime. The 'greater than' arrow is missing in runtime. In the Design.cs file the button text is defined as this.nextButton.Text = "Next >" but it doesn't seem to help.

I'm using AeroWizard 2.1.0.0 (runtime version v4.0.30319) and Visual Studio 2015, running in Windows 7 SP1.

Update: This is about the Wizard 97 style template. The behavior can be seen in the last screenshot on https://aerowizard.codeplex.com/ as well. The back button says "< Back", but the next button is displayed as "Next" (without the angle bracket).

Originally posted: 2016-01-01T10:05:49

dahall commented 6 years ago

Fixed in 2.1.8

Originally posted: 2017-01-12T11:36:24