differentpla.net
My account
Search
Photo Gallery
Home
›
Implementing a Wizard in C#, Part 2
Mon, 2007-08-13 15:22 — roger
Disabling Cancel button, but still allowing the wizard to close
You probably want to rearrange the code in
wizardSheet_Closing
, so that it checks
finishButton.Enabled
first.
Reply
Your name:
*
E-mail:
*
The content of this field is kept private and will not be shown publicly.
Homepage:
Subject:
Comment:
*
Allowed HTML tags: <a> <b> <br> <code> <dd> <dl> <dt> <hr> <h1> <h2> <h3> <i> <img> <li> <ol> <p> <pre> <table> <td> <th> <tr> <tt> <u> <ul>
Images can be added to this post.
More information about formatting options
Disabling Cancel button, but still allowing the wizard to close