Krypton-Suite / Extended-Toolkit

A companion toolkit for the standard toolkit.
MIT License
180 stars 31 forks source link

[Feature Request]: A `ExceptionMessageBox` #482

Open PWagner1 opened 10 months ago

PWagner1 commented 10 months ago

Is it possible to create a WinForms version of this (it's WPF)

AdditionalExceptionDetailsWithHelp

PWagner1 commented 10 months ago

@Smurf-IV Do we know the difference between System.Windows.Controls.TreeView and System.Windows.Forms.TreeView, as the example uses System.Windows.Controls.TreeView? The rest of the code can easily be converted over.

Smurf-IV commented 10 months ago

Isn't that the WPF equivalent with more bell's and whistles ?

PWagner1 commented 10 months ago

Isn't that the WPF equivalent with more bell's and whistles ?

Ah ok, I wonder if it can be 'converted' over?