- Create a C# WPF Project, name it whatever you like. I recommend using .NET Core 3.1.
- Add 3 TextBoxes and 2 Buttons.
- Put and name them in this order:
- MailTextBox
- PassTextBox
- PathTextBox
- PathBtn
- LaunchBtn
- Delete the Text content from all TextBoxes.
-
You can add labels on top of the TextBoxes, you don't have to add a name to them.
-
Place everything where you want to, I recommend making it look like this:
- You're now done with the 1st part! Go here for the 2nd part.