Progress Bar Query

Z

zoddiax

Hi,

I am opening an excel file in web browser in windows forms. I want to
implement progress bar which increases when the file is loading in the
browser.

Following is my code

private void lbListScripts_SelectedIndexChanged(object sender, EventArgs e)
{
wbBrowser.Navigate("D:\\" + lbListScripts.Text);
}

Can you tell me how can I implement it.

Thanks.
 

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