Hi all,
I have a string variable (path) that i get from an openFileDialog (Windows 10).
I would like to pass this path to Process.Start to start browsing the images of a folder.
I would like to show "next" and "previous" buttons too, in this way the user can moves with the mouse arrows.
How is this possible?
I have tried with
"ProcessStartInfo startInfo = new ProcessStartInfo (fileImage)",
but the button next and previuos are not there.
Tips?
thanks
I have a string variable (path) that i get from an openFileDialog (Windows 10).
I would like to pass this path to Process.Start to start browsing the images of a folder.
I would like to show "next" and "previous" buttons too, in this way the user can moves with the mouse arrows.
How is this possible?
I have tried with
"ProcessStartInfo startInfo = new ProcessStartInfo (fileImage)",
but the button next and previuos are not there.
Tips?
thanks