MindFlavor.Net library - Version 2.0
SummaryWhat does it do?The .Net library has many useful classes, both visual and non visual. But it lacks of visual components to ease the developing of network programs. For example if you need to download a file from a remote server via InstallationOnce downloaded, unzip the file in a temporary directory. From there you can
add the library to your project simply copying it in the root project folder. Alternatively you can install it in the This way you can use the library in your project without have to copy the DLL in the root project folder. Don't worry: if another version of MindFlavor.Net will be released your code will work the same (this magic belongs to .Net). How to useTo quickly test the library create a new Windows© application form. Insert two buttons. SingleDownloaderHere is the code for the first button. It will create a MindFlavor.Net.SingleDownloader instance and launch its download.
Of course you have to change the location of your output directory to suit your file system. Here's a screenshot of the program in action:
MultiDownloaderNow, let's see how to use the MultiDownloader form. Link the following code to the second button of our test form.
Here is a screenshot of the program in action:
On-line documentationThe on-line documentation is available by clicking here. However you don't need to access the web to view the documentation. A compiled form is bundled with the library. The HTML form is also available as separate download (for the ones that don't like the Windows©'s compressed HTML help). DownloadYou can download here the library including the compressed HTML help file for reference. As a separate download you can get the standard HTML help.
|
©2003 Francesco Cogno.