File access in Windows Forms (SaveFileDialog & OpenFileDialog)

added by bsenoff
8/11/2011 7:17:48 PM

147 Views

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


0 comments