Once a user has selected a file with the open file dialog, how can I handle this action? For example, if the user has selected a .txt file and has opened it, how can it get the data from the file? How can it return the path that the user found the file in? Then, how can it save the file?
I know that there is a OpenFileDialog.OpenFile() method, but I am also pretty sure this is not what I am looking for. I have also tried the ToObject method, but I probably messed up somehow.
Is there a quick and easy way to open an image, for example?
Thanks for the help!
This is in VB.net by the way.