How can I detect a new removable drive in the DriveComboBox plugged in after the program has been already running?

Currently I have to close then re-open the program to get the new drive updated in the
DriveComboBox.

Please help!

void __fastcall TForm1::DriveComboBox1Change(TObject *Sender)
{

DriveComboBox1->Update();
}

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.