Вниз
Скачать: 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 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.014 c
1-21015
Voldemar
2002-09-27 04:19
2002.10.07
Как прочитать строку из MemoryStream?


1-20973
ruslan_as
2002-09-26 13:26
2002.10.07
как присвоить полю Float значение пусто


1-21097
Начинающий делфер
2002-09-25 12:33
2002.10.07
Как сделать окно непрямоугольной формы?


1-21077
Bi
2002-09-24 12:42
2002.10.07
Как c предотвратить сообщение об ошибке.


1-21119
UnDISCOvery
2002-09-25 16:16
2002.10.07
TThread.Handle, TThread.ThreadID - какая разница ?




   Наверх