Résumé
Wrapper class and UserControls for the CopyFileEx API.
With this library, you can copy file and get evenet during copy. A user control is also available.
Description du projet - Français
Le Framework .NET ne permet pas (encore) de copier des fichiers avec une information sur l'avancement. Il faut passer par l'API windows CopyFileEx pour réaliser cela.
Ce projet vise à fournir un wrapper pour cette API afin de faciliter le travail du développeur.
Le travail effectué repose sur une implémentation du wrapper fournie ici: http://msdn.microsoft.com/en-us/magazine/cc163851.aspx
Project description - English
The. NET Framework does not allow to copy files with information on the progress. You have to pass throught the windows CopyFileEx API to do that.
This project aims to provide a wrapper for this API to facilitate the developer's work.
It is based on an implementation found here: http://msdn.microsoft.com/en-us/magazine/cc163851.aspx