Главная страница
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.066 c
1-78920
Rradion
2003-11-12 14:33
2003.11.24
Алгоритм Бинарного Поиска - помогите плиз...


3-78802
Denisiy
2003-11-05 12:02
2003.11.24
Теоретический вопрос: что лучше использовать?Query или StoredProc


1-78902
knstantun
2003-11-12 12:05
2003.11.24
формат DXF


1-78942
Relaxxx
2003-11-12 11:03
2003.11.24
Простенький вопрос по PageControl


14-79157
alxx
2003-10-31 11:04
2003.11.24
Быстрая графика в Delphi