A simple dialog box to capture user input. Supports a single string input or selection of a value from a dropdown box. Also functions a a standard MessageBox. 20220202 - Enabled a scrolling textbox if message is too long. 20220213 - Updated XML comments 20220308 - Enable no icon and adjusted sizes of other elements accordingly 20231214 - Fixed combobox Enter key = click Ok button (if exists) 20231215 - Code Cleanup only (no true updates) 20240103 - Added numeric selector. moved Enums to separate classes (eliminate InputDialog.InputDialog.enum) 20240128 - Added ability to control appearance of scroll arrows when using Textbox style 20250821 - Update to .Net 9 and C# 13
$ dotnet add package InputDialogNo README available.