Hey everyone, so I have a big datagridview with several columns representing movies.

Right now columns are : Title, Genre, Rating, Plot, Path

Path is the path on the computer to the AVI file (ie C:/Movies/Matrix.avi)

So I also have a windows media player control on my form

What I want, is when a user selects a row (or any cell in that row), and then presses a button, the button changes the Windows Media Player "URL" property to the Path field of the selected row (every entry has a path field).

So even if only the title cell of a movie is selected, or a genre cell - it should extract the Path of whatever row that is in and set the WMP URL to that path.

Any ideas?

Thank you!