I have created a basic CHtmlView
in an MDI application, that I can use to navigate to Winrar downloading link for example (https://www.win-rar.com/predownload.html?&L=0&Version=32bit).
Once I click on download, the following two dialog box pop out :
What I want to achieve is making the download happen in the background without those two dialog box showing up, Is such thing is possible? and how to achieve it.
Thanks.