Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Enforce a mouse click somewhere on screeen

Status
Not open for further replies.

801119

Programmer
Apr 10, 2000
311
SE
Greetings all...

I'm trying to create a small program that will enable the user to automaticly do a mousebutton click somewhere on the screen, i.e. to click on the "start" button, or anyother thing!

How can I do this?

Thanks for all help and/or ideas where I should look... Lord and allmighty ruler over Aysilon!
Also pro in stupid code programing
 
you should use a function what get window handle by coords, and just send message with SendMessage(hWnd,WM_LBUTTONDOWN...);
to get window exists some system functions like Get*Window* John Fill
1c.bmp


ivfmd@mail.md
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top