Web Browser Control .NET CF v2.0 WM5 no ProgresChanged event

G

Guest

I’m using Visual Studio 2005 and SmartPhone 2005 and the Web Browser Control
from Windows Mobile 5. (on a Cinguler 2125)
Very cool.

However, I can’t get the ProgressChanged event to fire. In fact, it doesn’t
show up in Object Browser or intellisense for my VB app.
I can get Navigated, Navigating, DocumentCompleted to fire just fine.

I’m trying to get a progress bar to show while downloading. The Pocket IE on
Windows Mobile 5 does show a progress bar, so I suspect that the feature is
available.

This link
http://msdn2.microsoft.com/en-us/library/system.windows.forms.webbrowser.progresschanged(VS.80).aspx
shows that the ProgressChanged event should be available.

See more detail of my project at
http://blogs.msdn.com/calvin_hsia/archive/2006/03/17/554059.aspx

Am I doing something wrong?

Thanks!
 
B

Brian Nantz

I think the webcontrol in the opennetcf is more fucntional. Take a look
at that.
 

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