Windows Forms Sample: Task Dialog (Visual Basic)
This sample is a .NET 5.0 Windows Forms Visual Basic application that demonstrates how to use Task Dialog
.
Credits: this sample was authored by @kpreisser, the author of Task Dialog
for Windows Forms.
Sample prerequisites
This sample is written in Visual Basic and targets .NET 5.0 running on Windows. It requires the .NET 5.0 SDK.
Building the sample
To download and run the sample, follow these steps:
Download and unzip the sample.
In Visual Studio 2019 or later:
On the menu bar, choose File > Open > Project/Solution.
Navigate to the folder that holds the unzipped sample code, and open the project (.vbproj) file.
Choose the F5 key, or Ctrl+F5 keys, to run the project.
From the command line:
Navigate to the folder that holds the unzipped sample code.
At the command line, type
dotnet run
.