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

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



Память: 0.45 MB
Время: 0.018 c
11-7369
blackalex
2002-10-14 10:51
2003.07.03
Предложения по TMenu


14-7720
Snake2000
2003-06-16 21:50
2003.07.03
Какой Линукс выбрать


1-7535
Dmitriy M. Volkov
2003-06-22 00:07
2003.07.03
меню с иконками basic/advanced


3-7316
anton2v
2003-06-09 16:31
2003.07.03
Процесс не может получить доступ к файлу


3-7325
alextov
2003-06-09 11:02
2003.07.03
Как можно распечатать-сохранить-считать DesigionGrid?




   Наверх