C# WFA Open File Dialog

C# Code Snippets Open File Dialog in WFA
Share:

About

In this code snippet, we will see how to use the Open File Dialog in WFA C# apps.

In this example, I will use a WFA application. If you just want to know how to create/read/write files check out this example with a console application.

When we click the “Open File” button a file dialog will open. After selecting a file the path will get saved in a variable. Then we can either read or write to the selected file. We will be using the StreamWriter class to write to the file and the StreamReader class to read from the file. All these operations need to performed inside a try catch block to prevent the application from crashing if an exception occurs.

Let’s have a look below to see how to implement this.

First, let’s create the layout.

Code:

[amp-gist id=”f7847a7198fbfbc43517f94e1ee5e3c9″]

Resulting output:

Share:

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.
The following GDPR rules must be read and accepted:
This form collects your name, email and content so that we can keep track of the comments placed on the website. For more info check our privacy policy where you will get more info on where, how and why we store your data.

Advertisment ad adsense adlogger