-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request]: Bring MessageBox States
inline with latest .Net 6
#728
Comments
@Smurf-IV Just thinking about it, do these new features need the |
|
* Semi implement #728, with points 2 & 4 outstanding
Needs testing >= .162 |
@Smurf-IV Do we know if this is working, also what is |
It is displayed via a new System API, where
|
So, is there a |
@Smurf-IV I assume the "new" button4 option would go to the left of the existing buttons if it's a dedicated help button? i.e. |
You will have to create a demo app in .Net 6 and try.... |
I'm not sure if we even need this, as a button for help is already catered for |
Got it!! PR coming soon |
@Wagnerp I think in order to get "Backward compatible with previous versions of TFM", _we_would need to use a krypton type for buttons etc. Like you did for the Icons. e.g. Thuoghts ? |
@Smurf-IV I think I did something similar in the extended toolkit, regarding buttons, so you can borrow that code |
…`MessageBoxButtons` - Fix fallout for the new dialogResult type - Fix Help button not being shown - Add missing `private` monikers - Fix usage of controls in the KryptonMessageBox demo - Remove some usages of .net 5 - Remove some compile warnings / messages from Example projects #Krypton-Suite/Standard-Toolkit#867 #Krypton-Suite/Standard-Toolkit#728)
https://docs.microsoft.com/en-us/dotnet/desktop/winforms/whats-new/net60?view=netdesktop-6.0#updated-apis
===================
Edit:
The "Idea" of these changes is to bring the functionality "Down" from .Net 6 / 7 into the earlier versions, so that a Single code base will work for multi-target builds.
The text was updated successfully, but these errors were encountered: