iNKORE-NET / UI.WPF.Modern

Modern (Fluent 2) styles and controls for your WPF applications
https://docs.inkore.net/ui-wpf-modern
GNU Lesser General Public License v2.1
326 stars 29 forks source link

Add InputBox dialog #45

Closed JeremyAnsel closed 4 months ago

JeremyAnsel commented 4 months ago

Is your feature request related to a problem? Please describe. Currently, to show an input box, we have to use the InputBox from the Microsoft.VisualBasic.Interaction class. This requires to add a reference to Microsoft.VisualBasic.

Describe the solution you'd like Implement a InputBox class to show a dialog asking for a string.

Additional context The VB InputBox looks like that: image

JeremyAnsel commented 4 months ago

@NotYoojun Thank you for this library. Do you know when the next version will be released to NuGet?

NotYoojun commented 4 months ago

I have approved the latest release v0.9.26, check it out!

JeremyAnsel commented 4 months ago

Thank you