sharpbrowser / SharpBrowser

A full featured web-browser built using C# and CefSharp
MIT License
881 stars 386 forks source link

How to visualize page loading and updating using the "ProgressBar"? #53

Open it19862 opened 2 years ago

it19862 commented 2 years ago

How to visualize page loading and updating using the "ProgressBar"? I try to do it, but nothing works.

I have set breakpoints in the downloadHandler.cs class in the methods:

But when debugging, nothing happens there.