This article has not been rated yet. After reading, feel free to leave comments and rate it.
Question:
How can I make the TWebBrowser component display a progress bar?
Answer:
The TWebBrowser component cannot display a progress bar on its own. You need to add a TProgressBar component from the Win32 component palette and hook into the TWebBrowser.OnProgressChange event as shown in the code below.