0
kicks
File access in Windows Forms (SaveFileDialog & OpenFileDialog)
n this lesson we’ll expand on the reading/writing of files we did earlier by introducing controls that allow the user to pick where a file should be saved to/opened from.
Create a Windows Forms Application and Add two Button controls to your form (one for saving and one for loading) and name them appropriately