Paulo Morgado

.NET Development & Architecture

Recent Articles

view all

Events

Projects

Recent Readers

Visitor Locations

Visitor Locations

Disclaimer

The opinions and viewpoints expressed in this site are mine and do not necessarily reflect those of Microsoft, my employer or any community that I belong to. Any code or opinions are offered as is. Products or services mentioned are purchased by me, made available to me by my employer or the manufacturer/vendor which doesn't influence my opinion in any way.

Extended WebBrowser Control - Version 0.0.0.0 Uploaded

After a long time, I finally managed to upload a version of the Extended WebBrowser Control to CodePlex.

It's still a work in progress, but it's usable. Feel free to download, comment and file issues. A nice tabbed browser demo is included.

Comments

webbes said:

A demo would be nice... I don't have a clue what you controls is or does.

Cheers,

Wesley

# December 3, 2009 5:14 AM

Paulo Morgado said:

That's why"A nice tabbed browser demo is included".

# December 3, 2009 5:24 AM

Kevin said:

Keep trying to download from codeplex, cannot extract.

# December 6, 2009 6:57 AM

Paulo Morgado said:

Sorry about that, Kevin.

The download has been replaced because it had been zipped with 7-Zip and seems that could only be unzipped with 7-Zip.

What are you using to unzip?

# December 6, 2009 8:30 AM

Kevin said:

Thanks Paulo.

# December 6, 2009 8:40 AM

Paulo Morgado said:

You're welcome.

# December 6, 2009 8:48 AM

Kevin said:

Paulo, nice work, however, i have a question concerning the WebBrowser Control.

I have developed a WebBrowser with my own Extended Class.The browser is designed for use with a specific Forum and is designed for Windows 7.

I have so far completed Tabbed thumbnails/Jumplist, there is another feature Taskbar Progress which i can acheive during navigation, ideally i would like the progress to be shown when a Download is taking place, i was hopeing that your WebBrowserEx would expose this event unfortunately it doesn't.

I know a message box can be displayed on the Filedownload event what i need to do is catch the event when the Download Progress Dialog is displayed.

The program is developed in C# i am using the API Pack for Taskbar features, except Shell (TaskbarItemInfo) handles the progress.

Sorry for rambling on but this has got me stumped.

Thanks

# December 7, 2009 7:06 AM

Paulo Morgado said:

Hi Kevin,

Look into the documentation of DWebBrowserEvents2 and look for the corresponding event in WebBrowserEx.

According to the documentation, the progress bar will be shown between the Downloding and the Downloaded event and the ProgressChanged event will give the progress informartion.

Does that help?

# December 7, 2009 8:09 AM

Kevin said:

Thanks for the reply Paulo.

Unfortunately that doesn't do it, however it is one event closer whereas before the progress would show in the Taskbar Button, when the Filedownload dialog is displayed it now also shows when the Save As dialog is displayed, but shows no progress when the progress dialog is displayed.

Appreciate your help.

Thanks

# December 8, 2009 4:15 AM

Paulo Morgado said:

Have you looked at the sample application? I'm actually only using the progress event.

I've replaced the FileDownloading event as Downloading as the managed handler for DWebBRowserEvents2.DownloadBegin and added the DonwloadingFile event wich is the managed handler for DWebBRowserEvents2.FileDownload.

# December 8, 2009 4:27 PM

Ashutosh said:

Hi paulo,

Thanks for this amazing stuff. I've one problem.. I want to integrate this in wpf. This control without tabs works fine. But how to do this with tabs in wpf project.

Thanks..

# October 4, 2010 9:51 AM

Paulo Morgado said:

Thanks, Ashutosh. Always glad to help.

It's still a work in progress and I do intend to make a WPF version (as soon as I learn enough WPF).

Can't you add the web browser control as the content of a tab?

# October 4, 2010 10:04 AM

wilfridB said:

Hi Paulo,

Your extended webbrowser control sure looks promising. I converted the project to VS2010 and cannot get it to work. I get an 'object reference not set ...' error. Did you try to convert your project to VS2010 ?

# December 21, 2010 5:36 PM

Paulo Morgado said:

I haven't converted it yet, but I intend to - next year.

Where are you getting this exception?

# December 21, 2010 7:04 PM
Leave a Comment

(required) 

(required) 

(optional)

(required)