Q&A, "Retrieve Volume Information," by Fabio Claudio Ferracchiati [Visual Studio Magazine, June 2003]


In the sample archive you will find two examples:

CursorApp - Shows how playing with the cursor (hide, show, change, etc.)
DriveInfo - Shows how using DriveInfo class to retrieve volume information using the code into the TestDriveInfo console application.

Note: Both examples contain a VS.NET 2003 solution that you can use to study the code. If you have the VS.NET 2002 tool then they are not compatible with it. Just create an empty project and add sample code files to it. The CursorApp is a VB.NET WinForm project, the DriveInfo is a VB.NET Class Library project and the TestDriveInfo is a VB.NET Console project.
