Skip to content

Commit

Permalink
fixup! Add Windows Forms TaskDialog API sample
Browse files Browse the repository at this point in the history
  • Loading branch information
RussKie committed Jul 7, 2020
1 parent 4e4f533 commit c38457d
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 58 deletions.
20 changes: 16 additions & 4 deletions windowsforms/TaskDialogDemo/cs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,20 @@ This sample is written in C# and targets .NET 5.0 running on Windows. It require

## Building the sample

Build and run the demo:
To download and run the sample, follow these steps:

```
TaskDialogDemo\cs> dotnet run
```
01. Download and unzip the sample.

01. In Visual Studio 2019 or later:

01. On the menu bar, choose **File** > **Open** > **Project/Solution**.

01. Navigate to the folder that holds the unzipped sample code, and open the project (*.csproj*) file.

01. Choose the F5 key, or Ctrl+F5 keys, to run the project.

01. From the command line:

01. Navigate to the folder that holds the unzipped sample code.

01. At the command line, type `dotnet run`.
25 changes: 0 additions & 25 deletions windowsforms/TaskDialogDemo/cs/TaskDialogDemo.sln

This file was deleted.

20 changes: 16 additions & 4 deletions windowsforms/TaskDialogDemo/vb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,20 @@ This sample is written in Visual Basic and targets .NET 5.0 running on Windows.

## Building the sample

Build and run the demo:
To download and run the sample, follow these steps:

```
TaskDialogDemo\vb> dotnet run
```
01. Download and unzip the sample.

01. In Visual Studio 2019 or later:

01. On the menu bar, choose **File** > **Open** > **Project/Solution**.

01. Navigate to the folder that holds the unzipped sample code, and open the project (*.vbproj*) file.

01. Choose the F5 key, or Ctrl+F5 keys, to run the project.

01. From the command line:

01. Navigate to the folder that holds the unzipped sample code.

01. At the command line, type `dotnet run`.
25 changes: 0 additions & 25 deletions windowsforms/TaskDialogDemo/vb/TaskDialogDemo.sln

This file was deleted.

0 comments on commit c38457d

Please sign in to comment.