views:

85

answers:

4

Hi

I want to show youtube videos (not website) in my software (winform) , how can I do this ?

Is there any way so do not require Browser ?

A: 

Look here and here

Alex Reitbort
A: 

But you still want to stream from the internet? Or do you want to include the youtubevideo in your application (offline mode)`?

femseks
I want to stream video ,
Ata
+1  A: 

Couple of links which might help you with example codes -

http://knowlegezone.com/documents/79/Youtube-API-using-C-VBNET/

http://www.eggheadcafe.com/community/aspnet/2/10142417/live-video-streaming-for-remote-desktop-application-or-to-show-youtube-video.aspx

For desktop application you need to use webbrowser control

Sachin Shanbhag
it is the same link
Alex Reitbort
@Alex - updated link. yeah copy paste problem.
Sachin Shanbhag
+1  A: 

Try This link Here

Matthew