Форум: "Основная";
Текущий архив: 2003.11.24;
Скачать: [xml.tar.bz2];
ВнизКлик мыши Найти похожие ветки
← →
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;
Скачать: [xml.tar.bz2];
Память: 0.44 MB
Время: 0.011 c