how to use html code in windows application

P

Prashant M

Hi

I want to play video file in my c#.net application (windows), the input for
the video file is in html format, i;e i will give the link like <a
href:=http://................ like this
and from the site i've to play that video in my windows application.


Hoping for quick reply guys!

Bye!
 
N

Nicholas Paldino [.NET/C# MVP]

Prashant,

Why is the input in HTML format? Why not just find the link to the file
in the HTML and then pass that to whatever video player you have?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top