https://github.com/karenpayneoregon/task-dialog-page-vb
New ways to present options to users via TaskDialogPage
https://github.com/karenpayneoregon/task-dialog-page-vb
netcore7 vbnet
Last synced: 12 months ago
JSON representation
New ways to present options to users via TaskDialogPage
- Host: GitHub
- URL: https://github.com/karenpayneoregon/task-dialog-page-vb
- Owner: karenpayneoregon
- Created: 2021-11-18T22:38:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-23T20:02:39.000Z (about 3 years ago)
- Last Synced: 2025-04-09T16:06:34.274Z (about 1 year ago)
- Topics: netcore7, vbnet
- Language: Visual Basic .NET
- Homepage:
- Size: 95.7 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Support: SupportLibrary/Classes/ApplicationSettings.vb
Awesome Lists containing this project
README
# Using TaskDialog (VB.NET)
This repository shows how to present various ways to communicate with users in Windows forms in place of MessageBox.
Using [TaskDialogPage](https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.taskdialogpage?view=windowsdesktop-6.0) provides options to control button position, text, caption and icon, add in Radio Button controls, auto close dialogs and much more.
Some of these samples originated from Microsoft, modified along with extracting code from a form and placing code into a class project for ease of use in any project.
A seldom needed requirement, present a dialog and allow the user to click a CheckBox to indicate never to show the dialog again. This operation as presented uses a json file to remember this setting along with storage of other properties so not to hard code text for caption, buttons and text to display.
# Requires
:heavy_check_mark: .NET Core 7x or higher
:heavy_check_mark: Microsoft Visual Studio 2022 or higher
# Screenshots






