Hi Kim,
You also have the option of using System.Diagnostics.Process.Start() which
acts like Shellexecute in VB6. It will shell the file you provide, and open
it with the default application.
Do a search for it on MSDN.
HTH
ALtaf
--------------------------------------------------------------------------------
All that glitters has a high refractive index.
www.mendhak.com
"Kim" <(E-Mail Removed)> wrote in message
news:664BD820-DBF3-4259-947B-(E-Mail Removed)...
>I have a datagrid that consists of a data-bound hyperlink column binded to
> the "Song Name" column of the data source. When user clicks on one of the
> links, the associated media application such as RealPlayer or Windows
> Media
> Player will be launched.
>
> I searched through the MSDN Library and found that Windows API can be used
> to play simple sounds. Is there other alternatives to achieve it ?