Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2003.09.01;
Скачать: CL | DM;

Вниз

GameExplorer   Найти похожие ветки 

 
Opera ©   (2003-08-19 15:44) [0]

Делаю так:
var
i,j: integer;
begin
begin GameSetupUtility.DirectoryListBox1.Directory:=ProgDir+"\GameData";
i:=0;
While DirectoryListBox1.Items[i]<>"GameData" do i:=i+1;
Application.ProcessMessages;
for j:=i+1 to (DirectoryListBox1.Items.Count-1) do
begin
Application.ProcessMessages;
if (FileExists(ProgDir+"\GameData\"+DirectoryListBox1.Items[j]+"\game.ini "))
and (DirectoryExists("d:\Games\"+DirectoryListBox1.Items[j]))then
begin
Что здесь делать? Помогите!
end;

Мне нужно чтобы из game.ini грузилась вторая строка в Label"ы


 
Miralex ©   (2003-08-19 15:51) [1]

в какие Label"ы??? какого типа твои лебелы? String???


 
Opera ©   (2003-08-19 16:03) [2]

Label1.Caption;
Label2.Caption;
Label3.Caption;
Label4.Caption;
Label5.Caption;
и т.д.


 
Opera ©   (2003-08-19 17:48) [3]

:"-(



Страницы: 1 вся ветка

Текущий архив: 2003.09.01;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.016 c
6-1543
MegaVolt
2003-06-26 15:44
2003.09.01
Как получить доступ к компутеру с паролем?


14-1605
Дмитрий Терёхин
2003-08-13 18:41
2003.09.01
вопрос + работа


4-1711
DemonLord
2003-07-01 16:14
2003.09.01
Как нарисовать +/- в дереве


7-1679
serjhp
2003-06-11 11:40
2003.09.01
Спикер?


9-1270
BBear
2003-03-01 20:49
2003.09.01
procedure TForum.Destoy;