Link to home
Start Free TrialLog in
Avatar of pililowski
pililowski

asked on

Mouse click simulation

Hi all,

i'd like 2 know how can i simulate a click at certain xpos and ypos on any window or on the desktop. I'm trying to do it by sending windows messages like this:

SendMessage(GetWindowDC(GetDesktopWindow),WM_SysCommand, WM_NCLBUTTONUP,0);


...but it doesn't work.

please, if u know how to make this work post an answer.

Bye bye!

Ā Oski Pililowski

ASKER CERTIFIED SOLUTION
Avatar of DragonSlayer
DragonSlayer
Flag of Malaysia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of pililowski
pililowski

ASKER

Tnak u bud!!
ops! sorry, i was so excited i got confused... <:S
How can i dock frames within a frame or form in Delphi