C# Desktop Application multi image select

I have this logic and I set dialog.Multiselect = true, so I can select multi images, but the problem is that I get only the first image path. Do you know how to get and the other images path, not only first private void flatButton4_Click(object sender, EventArgs e) { OpenFileDialog dialog = new OpenFileDialog(); dialog.Filter… Read More C# Desktop Application multi image select