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

Вниз

Как нажать на кнопку в другом окне   Найти похожие ветки 

 
oduvan   (2003-05-02 12:41) [0]

как нажать на кнопку в другом окне другой программы,
ПРИМЕР:нажать на кнопку ок в окне настройки часов для винды, известен Хэндл данной кнопки, как нажать?

пробывал
hwnd:=кнопка;
sendmessage(hwnd,WM_KEYDOWN,VK_RETURN,0);
не канало.

Подскажите плиз.


 
Proton ©   (2003-05-02 13:41) [1]

покапайте в сторону wm_command

The BN_CLICKED notification message is sent when the user clicks a button. The parent window of the button receives this notification message through the WM_COMMAND message. Unlike the other button notification messages, this message is intended for applications written for any version of Windows.

BN_CLICKED
idButton = (int) LOWORD(wParam); // identifier of button
hwndButton = (HWND) lParam; // handle of button


Remarks

A disabled button does not send a BN_CLICKED notification message to its parent window.


 
Song ©   (2003-05-03 11:26) [2]

BM_CLICK



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

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

Наверх




Память: 0.46 MB
Время: 0.026 c
14-7681
Vlad Oshin
2003-06-16 10:58
2003.07.03
Почему компьютер без монитора грузиться, а без видимокарты


4-7749
Nick Nifontov
2003-04-29 13:29
2003.07.03
CPU Usage under WinXP SP1


14-7683
baatars
2003-06-11 23:49
2003.07.03
Стильный AboutBox


6-7579
Art12
2003-04-23 00:55
2003.07.03
IP пакеты вручную / удалённая ОС


1-7540
@Ujin
2003-06-22 16:25
2003.07.03
TRegGroups - почему его не видно?