Хелп ми плз. (делфи)
2111
2

Вот тебе ссылочка ... Там много чего найдешь... И ответ на свой впрос...
Вот вырезка:
External applications can find the Winamp window using the following pieces of code:
Delphi Pascal:
var hwndWinamp : THandle;
hwndWinamp := FindWindow('Winamp v1.x', nil);
...
WM_COMMAND Messages
Close Winamp - 40001
...
Дерзай!!!
Вот вырезка:
External applications can find the Winamp window using the following pieces of code:
Delphi Pascal:
var hwndWinamp : THandle;
hwndWinamp := FindWindow('Winamp v1.x', nil);
...
WM_COMMAND Messages
Close Winamp - 40001
...
Дерзай!!!
ТОП 5
1
3
4