0

I'm fairly new to coding but im getting a hang of c# Winform app development. I'm working on a web browser using CefSharp.

I've looked everywhere but can't seem to figure out how i can get my recent downloads/active downloads on a url page like chrome does. for example the url ("browser://storage/downloads.html") or a button click will show a downloads page with active downloads, recent downloads and the date or time etc.

Wai Ha Lee
  • 7,664
  • 52
  • 54
  • 80
  • You only need to remember the URLs the user enters! then every time the user types a letter in the URL text box you show a drop down of matching URLs. – Siraf Jan 15 '19 at 17:08
  • There is no such built in feature, you can track download progress using `IDownloadHandler`, you can then maintain/update a list of download items yourself. See https://stackoverflow.com/questions/46174834/get-finished-download-in-cefsharp to get you started – amaitland Jan 15 '19 at 20:14

0 Answers0