differentpla.net
My account
Search
Photo Gallery
Home
›
Implementing a Wizard in C#, Part 2
Sat, 2008-06-14 20:54 —
Ondrej Medek
(not verified)
Finish disabled
Hi Roger,
how to make the finish button visible, but disabled? Maybe one more flag in WizardButtons? In fact, we have 4 states: Next enabled, Next disabled, Finish enabled, Finish disabled. It is possible to code by 4 bits, but might be confusing.
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
Finish disabled
how to make the finish button visible, but disabled? Maybe one more flag in WizardButtons? In fact, we have 4 states: Next enabled, Next disabled, Finish enabled, Finish disabled. It is possible to code by 4 bits, but might be confusing.