Link to home
Start Free TrialLog in
Avatar of LilMoke
LilMoke

asked on

CHtmlView Progress Bar?

Hello,

I have a CHtmlView in a MyBrowser app.  I have added a status bar but I want to add a progress bar to one of the panes.  Does anyone have an example of how to track the browser status so I can display and update the progress bar like in IE?

I am in need of doing this as soon as possible.  Any help would be greatly appreciated.

Thanks,
Tony
Avatar of AlexFM
AlexFM

CHtmlView::OnProgressChange looks like a function that you need.

To show progress in status bar use this sample:

http://www.codeproject.com/miscctrl/progressbar.asp
ASKER CERTIFIED SOLUTION
Avatar of AlexFM
AlexFM

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial