Search Results

Showing results 1 to 1 of 1
Search took 0.01 seconds.
Search: Posts Made By: Ripper86
Forum: C++ Jul 21st, 2004
Replies: 16
Views: 49,453
Posted By Ripper86
You can use SetCursorPos(X,Y) to move the mouse.
I've done it for you:


#include "stdafx.h"

int main(int argc, char* argv[]){
INPUT *buffer = new INPUT[3]; //allocate a buffer
int X;
int...
Showing results 1 to 1 of 1

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC