D
Dropper7894
Guest
Bonjour, j'ai créé un lanceur pour télécharger un jeu. This button on "Download" is available on the page HTML intégré to CEFSHARP (Web browser with chrome engine). Il démarre le téléchargement à partir du lanceur.
Voici le code que j'utilise pour télécharger un fichier
WebClient client = nouveau WebClient (); client . DownloadProgressChanged + = new TéléchargerProgressChangedEventHandler ( client_DownloadProgressChanged ); client . DownloadFileCompleted + = Client_DownloadFileCompleted ; client . DownloadFileAsync ( nouvel Uri ( "FileURL" ), System . IO . Path . Combine (fbd2 . SelectedPath , "test.7z" ));
Mais au lieu d'appuyer sur un bouton, je veux appuyer sur un bouton sur un site Web.
Désolé pour mon anglais
Continue reading...
Voici le code que j'utilise pour télécharger un fichier
WebClient client = nouveau WebClient (); client . DownloadProgressChanged + = new TéléchargerProgressChangedEventHandler ( client_DownloadProgressChanged ); client . DownloadFileCompleted + = Client_DownloadFileCompleted ; client . DownloadFileAsync ( nouvel Uri ( "FileURL" ), System . IO . Path . Combine (fbd2 . SelectedPath , "test.7z" ));
Mais au lieu d'appuyer sur un bouton, je veux appuyer sur un bouton sur un site Web.
Désolé pour mon anglais
Continue reading...