I am new to WPF, I checked around for solutions to my question but I haven't quite found the right way to do things. I am making an application where the user can make an account and add a profile image. So in the Create_Account_Page
I have a button that on click has an event to create a OpenFileDialog
and then call dialog.showdialog()
;
What I want is to be able to get the selected file and save it to my project folder. I know that there is a FileOk
event and it seems its what I need but all the solutions I've found don't work.