GithubHelp home page GithubHelp logo

stevebate / advancedwizard Goto Github PK

View Code? Open in Web Editor NEW
17.0 17.0 7.0 38 KB

A WinForms Wizard Control that I originally wrote back in 2003. Full design-time IDE support and still useful!

Home Page: https://stevebate.wordpress.com/

C# 100.00%

advancedwizard's People

Contributors

stevebate avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

advancedwizard's Issues

Back button not disabling

Having an odd issue where I am attempting to toggle the enabled state of the back button when pages are shown but it doesn't seem to work. The back button is always enabled. The next button toggles just fine though.

// This works
this.advancedWizardControl.NextButtonEnabled = false;

// This does nothing.
this.advancedWizardControl.BackButtonEnabled = false;

Clarification Edit:

When a given page is shown, I set the backButtonEnabled setting to false. I am attempting to disable the Back and/or Next button depending on what options the user has selected.

Back button doesn't trigger event handler

Hi,
I have an issue with the back button event handler. I want to disable the finish button when I click the back button but when debugging I found that my program doesn't even enter the back button event handler function, but it works fine for other buttons.

this.advancedWizard1.Back += new System.EventHandler(this.AdvancedWizard1_Back);

private void AdvancedWizard1_Back(object sender, EventArgs e)
        {
            advancedWizard1.FinishButtonEnabled = false;
        }

No CancelButtonEnabled property

I've noticed that there's no CancelButtonEnabled property. Now I'm not sure if this was by design or not.
Would it be possible to add this property?
Awesome control btw :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.