Question Help with the WebBrowser control opening link to files RSS

menekevin

New member
Joined
Mar 13, 2009
Messages
3
Programming Experience
1-3
Hi all,
I'm desperate from a few days with the WebBrowser control of System.Windows.Form's namespace. I've googled a lot, finding too much informations a lot confused :(

I need that webbrowser (if right undestanding is a small instance of IE installed on the system) can navigate not only pointing an HTML page, but I want to open directly some files as .mp3, .swf, .mp4, etc.

For example, with a .swf file, if I follow the link in IE, Macromedia Flash plugin open the file into the browser area, but with WebBrowser control, it show only a blank page.

I'm using VB.NET 2008, compiling an x86 assembly.

I hope that someone can say me why it happens and give me a useful solution. Thanks in advance.
 
Back
Top