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

Вниз

Открытие окна Delphi   Найти похожие ветки 

 
Gerr ©   (2002-09-21 19:53) [0]

Помогите ламаку!
Подскажите как с помощью дельфи дать команду виндовс открыть окно ( и если можно определенный .exe файл) .
Заранее благодарен Gerr.


 
iNew   (2002-09-21 20:14) [1]

ShellExecute()


 
Shadow ©   (2002-09-21 20:58) [2]

WinExec(exefilename: Pchar; blablabla: integer)


 
Gerr ©   (2002-09-25 18:05) [3]

скажите пожалуйста почему не работает


procedure TForm1.Button1Click(Sender: TObject);
var str: Pchar;
begin

str:="zzzz.exe";
winexec(str,1);
end;


 
странно...   (2002-09-25 18:08) [4]

F1:

Remarks

Win32-based applications should use the CreateProcess function rather than this function. The WinExec function exists in Win32 to provide compatibility with earlier versions of Windows. For more information about how the WinExec function is implemented, see the Remarks section of the LoadModule function.


 
странно...   (2002-09-25 18:12) [5]

winexec(str,sw_shownormal);



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

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

Наверх




Память: 0.47 MB
Время: 0.017 c
4-21335
ArhAngel2
2002-08-21 19:25
2002.10.07
Короткий путь


14-21215
T2
2002-09-11 15:45
2002.10.07
To AL2002


1-21047
Dim!S
2002-09-27 12:40
2002.10.07
Ассоциативное выполнение


1-21091
NeedToFly
2002-09-24 21:28
2002.10.07
Как сделать чтобы TEdit не пищал при нажатии на Enter?


14-21266
AL2002
2002-09-13 12:21
2002.10.07
Alien Skin