I need to create a Form Application,
With 2 buttons.
When button1 is clicked, an openfile dialog has to pop-up,
Then the names of the chosen files need to be parsed into an array.
When button2 is clicked it has to show messageboxes with the names of the arrays
I know how to show messageboxes with array values
But I don't know how to read in filenames and parse them into an array
