using System; using System.Diagnostics; using System.IO; using System.Linq; using System.Management; using System.Runtime.InteropServices; using System.Text; namespace Metasharp { public class DriveManager { #region SetLabel /// <summary> /// set a…
DotNetBar ComboBoxEx using System; using System.ComponentModel; using System.Drawing; using System.Runtime.InteropServices; using System.Windows.Forms; using Endv.DotNetBar.Rendering; using Endv.DotNetBar.TextMarkup; using Endv.Editors; namespace End…
Article Author(s): Audric Thevenet All Rights Reserved. Here's how to format hard drives, floppies, usb drives, ... in C#. Put the following code in a DriveManager.cs file in your project. Add the following references : System.Management (from the GA…