vijay6105
13 years agoContributor
simulating mouse pressing button
Hello,
I'm using windows application. I need to simulate pressing mouse left button for a while on a specific coordinates inside my windows application. i need the method to be used for this operation.
MouseDown method is there but it is used with screen coordinates. I have to simulate mouse pressing on specific object in my application, how can it be done
I'm using windows application. I need to simulate pressing mouse left button for a while on a specific coordinates inside my windows application. i need the method to be used for this operation.
MouseDown method is there but it is used with screen coordinates. I have to simulate mouse pressing on specific object in my application, how can it be done