Главная страница
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
1-1422
cult
2003-08-19 13:56
2003.09.01
Проблемы с DCOM-взаимодействием в WinXP


4-1727
tipman
2003-06-28 20:42
2003.09.01
Где взять hProcess для функции WaitForInputIdle


3-1292
Privet
2003-08-11 07:50
2003.09.01
SQL


1-1428
lightix
2003-08-19 11:52
2003.09.01
Динамическое меню


14-1558
sniknik
2003-08-11 22:59
2003.09.01
Linux C/C++ with IDE (???)