Re: Open a Directory
From: Cor Ligthert (notfirstname_at_planet.nl)
Date: 06/03/04
- Next message: gsilvey: "Re: Rebuild Windows Forms Designer Generated Code"
- Previous message: Mark Jones: "What if my properties have methods?"
- In reply to: Mike Fellows: "Re: Open a Directory"
- Next in thread: Mike Fellows: "Re: Open a Directory"
- Reply: Mike Fellows: "Re: Open a Directory"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: gsilvey: "Re: Rebuild Windows Forms Designer Generated Code"
- Previous message: Mark Jones: "What if my properties have methods?"
- In reply to: Mike Fellows: "Re: Open a Directory"
- Next in thread: Mike Fellows: "Re: Open a Directory"
- Reply: Mike Fellows: "Re: Open a Directory"
- Messages sorted by: [ date ] [ thread ]