Главная страница
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.026 c
6-1533
nester
2003-06-25 18:16
2003.09.01
как перехватить в IE 404 not found и подсунуть вместо этого свое


14-1629
Tornado
2003-08-13 08:26
2003.09.01
форум умер


4-1720
RIMMER
2003-06-28 00:27
2003.09.01
Горизонтальная прокрутка в ListBox


1-1419
bfg1000ke
2003-08-19 14:03
2003.09.01
Печать


1-1436
don-do
2003-08-19 09:03
2003.09.01
Как различить DesignTime и RunTime