I have a list of media files to choose from in the app. Right now
clicking on it will launch it using System.Diagnostics.Process.Start to
launch whatever appropriate application for that particular file. Since
I know the extension of the file, can I embed media player in the app
instead of having media player popped up and run separately, just like
embedding the media player in the web page with certain functionality
show?

Re: Embed windows media player and possibly others in .net app? by Lloyd

Lloyd
Sun Dec 18 23:46:03 CST 2005

I would like to see the solution once it has been implemented!
Anyway I think you could do some cooking with:
NativeWindow
and Process.MainWindowHandle


--
Regards,
Lloyd Dupont

NovaMind development team
NovaMind Software
Mind Mapping Software
<www.nova-mind.com>
<tedqn@yahoo.com> wrote in message
news:1134783233.092697.310170@g44g2000cwa.googlegroups.com...
>I have a list of media files to choose from in the app. Right now
> clicking on it will launch it using System.Diagnostics.Process.Start to
> launch whatever appropriate application for that particular file. Since
> I know the extension of the file, can I embed media player in the app
> instead of having media player popped up and run separately, just like
> embedding the media player in the web page with certain functionality
> show?
>



Re: Embed windows media player and possibly others in .net app? by tedqn

tedqn
Mon Dec 19 22:47:02 CST 2005

Found the way. You need to install the Windows Media Player SDK. It
installs some extra wrapper and shiet like that. Afterward, the WMP
icon shows in the Tool panel to select like any other available tool.


Re: Embed windows media player and possibly others in .net app? by Lloyd

Lloyd
Tue Dec 20 05:30:26 CST 2005

cool

<tedqn@yahoo.com> wrote in message
news:1135054022.737092.124300@f14g2000cwb.googlegroups.com...
> Found the way. You need to install the Windows Media Player SDK. It
> installs some extra wrapper and shiet like that. Afterward, the WMP
> icon shows in the Tool panel to select like any other available tool.
>