Fórum Mudar Pasta Padrão do ( TDirectoryListBox ) ?? #213703
12/02/2004
0
Ola Pessoal, não estou conseguindo setar o TDriveComboBox e o TDirectoryListBox, para que sempre que o programa, executado ele mostra outra pasta, e não a pasta o programa esta instalado.
Alves
Curtir tópico
+ 0
Responder
Posts
12/02/2004
Adilsond
procedure TForm1.Button1Click(Sender: TObject);
begin
DriveComboBox1.Drive := ´D´;
DirectoryListBox1.Directory := ´DOWNLOAD´;
end;
begin
DriveComboBox1.Drive := ´D´;
DirectoryListBox1.Directory := ´DOWNLOAD´;
end;
Responder
Gostei + 0
13/02/2004
Alves
Valeu, Obrigado. :wink:
procedure TForm1.Button1Click(Sender: TObject);
begin
DriveComboBox1.Drive := ´D´;
DirectoryListBox1.Directory := ´DOWNLOAD´;
end;
Responder
Gostei + 0
Clique aqui para fazer login e interagir na Comunidade :)