C# threading a FolderBrowserDialog
- by Marthin
Hi,
Im trying to use the FolderBrowserDialog to select a folder in C#. At first I got a Thread exception, so I googled what was wrong and fixed that but now im stuck at a nother problem. I whant to know when a folder has been selected.
This is what i'v got right now.
private void btnWorkingFolder_Click(object sender, EventArgs e)
{
…