Extended-Toolkit
Extended-Toolkit copied to clipboard
[Other Issues]: Nice to Haves
- [ ] https://www.codeproject.com/Articles/13123/MessageBoxManager-A-Windows-Forms-component-that-p
- [ ] https://www.codeproject.com/Articles/19865/How-to-extend-the-native-MessageBox-dialog-in-NET
- [ ] https://www.codeproject.com/Articles/9656/Dissecting-the-MessageBox?q=messagebox+extended
- [ ] https://www.codeproject.com/Articles/454307/A-versatile-MessageBox-replacement
- [ ] https://www.codeproject.com/Articles/19566/Extend-OpenFileDialog-and-SaveFileDialog-the-easy
ToolTip / BalloonTip Links:
- [ ] https://help.syncfusion.com/windowsforms/supertooltip/supertooltip
- [ ] https://www.codeproject.com/Articles/98967/A-ToolTip-with-Title-Multiline-Contents-and-Image
- [ ] https://www.grapecity.com/en/controls/winforms/supertooltip
- [ ] https://www.codeproject.com/Articles/31411/VS-Style-Tooltips-and-A-Whole-Lot-More
- [ ] http://www.c-sharpcorner.com/UploadFile/deepak.sharma00/how-to-show-notifyicon-in-windows-forms-application-using-C-Sharp/
- [ ] http://www.hardcodet.net/wpf-notifyicon
Enhanced progress bar
- [ ] https://www.codeproject.com/Articles/31406/Add-the-Percent-or-Any-Text-into-a-Standard-Progre
- [ ] https://www.codeproject.com/Articles/48419/A-simple-custom-progressbar
- [ ] https://www.codeproject.com/Articles/29457/TSmartProgressBar-A-Smart-C-ProgressBar-with-Perce
- [ ] https://www.codeproject.com/Articles/1082902/How-to-Paint-on-Top-of-a-ProgressBar-using-Csharp
- [ ] https://www.codeproject.com/Articles/33971/ProgressBar-with-Percentage
- [ ] https://www.codeproject.com/Tips/292948/Glass-Style-ProgressBar
- [ ] https://www.codeproject.com/Articles/834522/An-universal-Desktop-Splash-Dialog-with-Progressba
- [ ] https://www.codeproject.com/Articles/32404/Custom-Control-for-Text-Over-a-Progress-Bar
- [ ] http://www.dreamincode.net/forums/topic/94631-add-the-percent-into-a-progress-bar-updated/
Misc:
- [ ] https://github.com/Behzadkhosravifar/BlurMessageBox
- [ ] In Chinese: https://github.com/ahdung/MessageBoxEx
- [ ] https://blogs.msdn.microsoft.com/knom/2007/03/12/vista-command-link-control-with-c-windows-forms/
- [ ] https://www.codeproject.com/Articles/1020671/MRU-File-Manager-Component
- [ ] https://github.com/saleyn/ToolStripEditor
- [ ] https://www.codeproject.com/Articles/29154/CodeTextBox-another-RichTextBox-control-with-synta
- [ ] https://visualstudiomagazine.com/articles/2011/08/01/pfint_tear-off-tearstrips.aspx
- [ ] https://www.codeproject.com/Articles/1029499/ToggleSwitch-Winforms-Control?
- [ ] https://www.codeproject.com/Tips/794577/Windows-Forms-ToggleButton
Is it ok I drop few ideas here ? 😏
-
Radial Menu http://www.devcomponents.com/kb2/?p=1363
-
Nuget packages are kind of messy. Any cleanup plans ?
Title menu bar (KryptonForm?)
Just like they do it for DevExpress Forms:
https://docs.devexpress.com/WindowsForms/DevExpress.XtraBars.ToolbarForm.ToolbarForm
https://stackoverflow.com/questions/2575216/how-to-move-and-resize-a-form-without-a-border https://stackoverflow.com/questions/7482922/remove-the-title-bar-in-windows-forms http://csharphelper.com/blog/2015/07/move-a-form-without-a-title-bar-in-c/
My initial attempt with sizable border. Win10 shows ugly line on top so I used suggestion from this link: https://stackoverflow.com/questions/2575216/how-to-move-and-resize-a-form-without-a-border
Still ugly but I just wanted to check if it is manegable.
Is it ok I drop few ideas here ? 😏
Nuget packages are kind of messy. Any cleanup plans ?
Yep, all legacy packages will be deprecated as of November. I don't know if I can upload the current NuGet packages to the GitHub feed.
Circular progress bar: https://github.com/falahati/CircularProgressBar
Exception messagebox: https://www.codeproject.com/Articles/18838/Exception-Message-Box-Using-C
Hi @dax-leo
Do you mean something like this: https://www.codeproject.com/Articles/32623/Vista-Aero-ToolStrip-on-Non-Client-Area
https://github.com/dotnet/winforms-datavisualization
Support for FontAwesome ttf
so that icons can be used - everywhere an image can be used - i.e. in Navigator tabs
This might be interesting https://stackoverflow.com/questions/56481230/how-to-create-windows-10-acrylic-transparency-effect-in-winform-c-sharp
https://github.com/IgnaceMaes/MaterialSkin
https://github.com/ArthurHub/HTML-Renderer
https://github.com/ArthurHub/HTML-Renderer
Isn't this already covered by the following:
https://github.com/ArthurHub/HTML-Renderer
Isn't this already covered by the following:
Not the ability to have hyperlinks in tooltips though?
Title menu bar (KryptonForm?)
Just like they do it for DevExpress Forms: https://docs.devexpress.com/WindowsForms/DevExpress.XtraBars.ToolbarForm.ToolbarForm
https://stackoverflow.com/questions/2575216/how-to-move-and-resize-a-form-without-a-border https://stackoverflow.com/questions/7482922/remove-the-title-bar-in-windows-forms http://csharphelper.com/blog/2015/07/move-a-form-without-a-title-bar-in-c/
Manage most of the concerns from this as well: https://github.com/rossy/borderless-window
https://github.com/Taiizor/ReaLTaiizor
Support for
FontAwesome ttf
so that icons can be used - everywhere an image can be used - i.e. in Navigator tabs
@Smurf-IV Would this be a good candidate for a ST feature request (future version)?