Re: Open a Directory

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Cor Ligthert (notfirstname_at_planet.nl)
Date: 06/03/04


Date: Thu, 3 Jun 2004 17:33:30 +0200

Hi Mike,

Dim fd As New FolderBrowserDialog
fd.SelectedPath = "c:\myfolder"
fd.ShowDialog()
(That folder must exist when you do it this way)

Do you mean this?

Cor