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

Вниз

Клик мыши   Найти похожие ветки 

 
ASt   (2003-11-13 17:58) [0]

Как можно программно имитировать клик мыши на компоненте?


 
panov ©   (2003-11-13 18:10) [1]

На каком?


 
serge   (2003-11-13 18:10) [2]

sendmessage(component.handle, wm_lbuttondown, ....)
...
sendmessage(component.handle, wm_lbuttonup, ....)

ili

The mouse_event function synthesizes mouse motion and button clicks.

VOID mouse_event(

DWORD dwFlags, // flags specifying various motion/click variants
DWORD dx, // horizontal mouse position or position change
DWORD dy, // vertical mouse position or position change
DWORD dwData, // amount of wheel movement
DWORD dwExtraInfo // 32 bits of application-defined information
);


 
Maxud ©   (2003-11-13 18:31) [3]

Component.Click(nil)



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

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

Наверх




Память: 0.47 MB
Время: 0.015 c
4-79218
Borys
2003-09-30 13:13
2003.11.24
COM в сервисе


7-79198
SPeller
2003-09-15 09:05
2003.11.24
Как узнать оптимальный размер блока данных


14-79125
wnew
2003-11-01 17:08
2003.11.24
Resource Tuner


1-78892
tipman
2003-11-12 16:12
2003.11.24
xcng - обмен значений - есть ли аналог в Delphi?


1-78948
Вованчик
2003-11-12 09:57
2003.11.24
TreeView