Re: [DUG] File/Dir Open at My Computer

2011-05-23 Thread John Bird
Group - Delphi List Subject: Re: [DUG] File/Dir Open at My Computer John, the TDriveCombobox should do the trick. On 20/05/2011 1:35 a.m., John Bird wrote: I want to bring up a dialog to select a drive (Will be usually a removable USB drive). Can I do this with any of the standard Delphi

Re: [DUG] File/Dir Open at My Computer

2011-05-23 Thread David O'Brien
]+':\'); end; FreeMem(MyStr); end; From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of John Bird Sent: Friday, 20 May 2011 1:35 a.m. To: NZ Borland Developers Group - Delphi List Subject: [DUG] File/Dir Open at My Computer I want to bring up

Re: [DUG] File/Dir Open at My Computer

2011-05-23 Thread Pawel Rewak
– as in it has Windows 3.1 look.   Is this really the most modern version of selecting a drive I can use on Windows 7? John From: Rohit Gupta Sent: Monday, May 23, 2011 2:37 PM To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] File/Dir Open at My Computer John, the TDriveCombobox

Re: [DUG] File/Dir Open at My Computer

2011-05-23 Thread John Bird
on D2007? John -Original Message- From: Pawel Rewak Sent: Tuesday, May 24, 2011 11:02 AM To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] File/Dir Open at My Computer Have a look at the JEDI VCL - TJvDriveCombo (in the Jv Lists, Combos, Trees tab) does this much better

Re: [DUG] File/Dir Open at My Computer

2011-05-23 Thread Jolyon Smith
be very straightforward. -Original Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of John Bird Sent: Tuesday, 24 May 2011 15:49 To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] File/Dir Open at My Computer Have looked

Re: [DUG] File/Dir Open at My Computer

2011-05-23 Thread Jolyon Smith
Ah wait, I think I am thinking of the JCL. -Original Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of John Bird Sent: Tuesday, 24 May 2011 15:49 To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] File/Dir Open at My Computer

Re: [DUG] File/Dir Open at My Computer

2011-05-23 Thread Jolyon Smith
. :) -Original Message- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of John Bird Sent: Tuesday, 24 May 2011 15:49 To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] File/Dir Open at My Computer Have looked at the MegaDemo program

Re: [DUG] File/Dir Open at My Computer

2011-05-22 Thread Rohit Gupta
John, the TDriveCombobox should do the trick. On 20/05/2011 1:35 a.m., John Bird wrote: I want to bring up a dialog to select a drive (Will be usually a removable USB drive). Can I do this with any of the standard Delphi TOpenDialog or SelectDirectory etc? Ideally I want to bring up a

[DUG] File/Dir Open at My Computer

2011-05-19 Thread John Bird
I want to bring up a dialog to select a drive (Will be usually a removable USB drive). Can I do this with any of the standard Delphi TOpenDialog or SelectDirectory etc? Ideally I want to bring up a dialog starting at My Computer...(D2007) [Aside - I know how to show My Computer by starting