Welcome to WindowsClient.net | My Blog | Sign in | Join

Windows Client Videos

Web Browser Control

This video demonstrates the web browser control. The web browser control supplies full functionality of the browser within your application. Customize your application to provide multiple tabs for viewing or respond to unique application elements.

Comments

Emalaith said:

The ipod version is broken. Audio and Video are out of sync. It's like this for other videos too. Please fix it.

Regards

Emalaith

# January 23, 2008 2:23 AM

mpochimcherla said:

Emalaith,

Thank you for your feedback.

We are working on this issue right now and hope to have an update soon.

Regards,

WindowsClient.net Team

# January 24, 2008 1:26 PM

bigjoe11a said:

When trying to load my program, I get this error

Value of '-1' is not valid for 'Value'. 'Value' should be between 'minimum' and 'maximum'.

Parameter name: Value

this is where the error starts at

toolStripProgressBar1.Value = (int)e.CurrentProgress;

How do I set the  toolStripProgressBar1.Minimum = 0;

private void webBrowser1_ProgressChanged(object sender, WebBrowserProgressChangedEventArgs e)

       {

           toolStripProgressBar1.Maximum = (int)e.MaximumProgress;

           toolStripProgressBar1.Value = (int)e.CurrentProgress;

       }

# September 12, 2011 5:27 AM

bigjoe11a said:

I need the source code for this sample. Due to the fact that it doesn't work.

# September 14, 2011 6:35 AM