ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Progress Bar Query (https://www.excelbanter.com/excel-programming/395046-progress-bar-query.html)

zoddiax

Progress Bar Query
 
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.


All times are GMT +1. The time now is 09:12 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com