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

Вниз

Как узнать в какой папке находится Windows?   Найти похожие ветки 

 
JustMan   (2002-03-17 15:20) [0]

Как узнать в какой папке находится Windows?


 
Zool   (2002-03-17 15:24) [1]

GetWindowsDirectory


 
copyr25 ©   (2002-03-17 18:38) [2]

...
var
Form1: TForm1;
Windir : String;
WindirP : PChar;

implementation

{$R *.DFM}


procedure TForm1.Button1Click(Sender: TObject);
begin
WinDirP := StrAlloc(MAX_PATH);
GetWindowsDirectory(WinDirP, MAX_PATH);
WinDir := StrPas(WinDirP);
Label1.Caption:="Windows in: "+WinDir;
end;



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

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

Наверх




Память: 0.46 MB
Время: 0.014 c
1-90838
lipskiy
2002-03-16 01:23
2002.03.28
TThread


1-90953
novom
2002-03-13 15:06
2002.03.28
Преобразовать в стандартный формат.


3-90764
chik_
2002-03-01 10:29
2002.03.28
SQL+BDE+DELPHI


7-91090
Pat
2001-12-26 12:56
2002.03.28
WinExec( C: con con ,sw_restore)


7-91083
volph
2001-12-26 15:37
2002.03.28
передать параметры уже запущенной программе