I am able to make a mouse... the show function and hide functions are working.. but i am not able to implement the left_button down properly... not even the right button down function.... is it like the left button down n click r equivalent.... can neone help me out with this function... pls...

Recommended Answers

All 6 Replies

This should work for a left click:

mouse_event(MOUSEEVENTF_LEFTDOWN | MOUSEEVENTF_LEFTUP, 0, 0, 0, 0);

Hi, can you post some code how to move the mouse etc :) just i would like to experiment making programs like that, many thanks.

SetCursorPos(x,y) // in windows library

thanks, is there a website where i can get all things? like move, click,wait etc :)

I just use google to search for how to use the parameters in the functions that I find in the windows library.

google sites dont usually help me, a website would help

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.