Krypton-Suite / Extended-Toolkit

A companion toolkit for the standard toolkit.
MIT License
175 stars 29 forks source link

[Other Issues]: Nice to Haves #28

Open Wagnerp opened 3 years ago

Wagnerp commented 3 years ago

ToolTip / BalloonTip Links:

Enhanced progress bar

Misc:

dax-leo commented 3 years ago

Is it ok I drop few ideas here ? šŸ˜

  1. Radial Menu http://www.devcomponents.com/kb2/?p=1363

  2. Nuget packages are kind of messy. Any cleanup plans ? image

dax-leo commented 3 years ago

Title menu bar (KryptonForm?)

Just like they do it for DevExpress Forms: https://docs.devexpress.com/WindowsForms/DevExpress.XtraBars.ToolbarForm.ToolbarForm image

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 image

Still ugly but I just wanted to check if it is manegable.

Wagnerp commented 3 years ago

Hi @dax-leo

Re Radial Menus: Yes, I've found this, but I don't know how to convert WPF to WinForms.

Wagnerp commented 3 years ago

Is it ok I drop few ideas here ? šŸ˜

Nuget packages are kind of messy. Any cleanup plans ? image

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.

Wagnerp commented 3 years ago

Circular progress bar: https://github.com/falahati/CircularProgressBar

Wagnerp commented 3 years ago

Exception messagebox: https://www.codeproject.com/Articles/18838/Exception-Message-Box-Using-C

image

Wagnerp commented 3 years ago

Hi @dax-leo

Do you mean something like this: https://www.codeproject.com/Articles/32623/Vista-Aero-ToolStrip-on-Non-Client-Area

Wagnerp commented 3 years ago

https://github.com/dotnet/winforms-datavisualization

Smurf-IV commented 3 years ago

Support for FontAwesome ttf so that icons can be used - everywhere an image can be used - i.e. in Navigator tabs

Wagnerp commented 2 years ago

This might be interesting https://stackoverflow.com/questions/56481230/how-to-create-windows-10-acrylic-transparency-effect-in-winform-c-sharp

Wagnerp commented 2 years ago

https://github.com/IgnaceMaes/MaterialSkin

Wagnerp commented 1 year ago

https://github.com/ArthurHub/HTML-Renderer

Smurf-IV commented 1 year ago

https://github.com/ArthurHub/HTML-Renderer

Isn't this already covered by the following: image

Wagnerp commented 1 year ago

https://github.com/ArthurHub/HTML-Renderer

Isn't this already covered by the following: image

Not the ability to have hyperlinks in tooltips though?

Smurf-IV commented 1 year ago

Title menu bar (KryptonForm?)

Just like they do it for DevExpress Forms: https://docs.devexpress.com/WindowsForms/DevExpress.XtraBars.ToolbarForm.ToolbarForm image

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

Wagnerp commented 1 year ago

https://github.com/Taiizor/ReaLTaiizor

Wagnerp commented 3 weeks ago

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)?